MCPcopy Create free account
hub / github.com/TryCatchLearn/Restore-v2 / GetTotal

Method GetTotal

API/Entities/OrderAggregate/Order.cs:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 public required PaymentSummary PaymentSummary { get; set; }
18
19 public long GetTotal()
20 {
21 return Subtotal + DeliveryFee - Discount;
22 }
23}

Callers 3

ProjectToDtoMethod · 0.80
ToDtoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected