We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab390db commit c18a612Copy full SHA for c18a612
src/CheckoutSdk/Payments/Request/Order.cs
@@ -19,6 +19,8 @@ public class Order
19
public long? TotalAmount { get; set; }
20
21
public long? TaxAmount { get; set; }
22
+
23
+ public long? TaxRate { get; set; }
24
25
public long? DiscountAmount { get; set; }
26
src/CheckoutSdk/Payments/Request/Product.cs
@@ -17,6 +17,8 @@ public class Product
17
18
0 commit comments