Skip to content

Commit c18a612

Browse files
Tax rate update
1 parent ab390db commit c18a612

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/CheckoutSdk/Payments/Request/Order.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ public class Order
1919
public long? TotalAmount { get; set; }
2020

2121
public long? TaxAmount { get; set; }
22+
23+
public long? TaxRate { get; set; }
2224

2325
public long? DiscountAmount { get; set; }
2426

src/CheckoutSdk/Payments/Request/Product.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ public class Product
1717
public long? TotalAmount { get; set; }
1818

1919
public long? TaxAmount { get; set; }
20+
21+
public long? TaxRate { get; set; }
2022

2123
public long? DiscountAmount { get; set; }
2224

0 commit comments

Comments
 (0)