Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 5a1bf6c

Browse files
authored
Added DiscountAmount
Added a DiscountAmount into the LineItem class
1 parent 60b2840 commit 5a1bf6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Xero.Api/Core/Model/LineItem.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ public class LineItem : CoreData
3333

3434
[DataMember(EmitDefaultValue = false)]
3535
public decimal? DiscountRate { get; set; }
36+
37+
[DataMember(EmitDefaultValue = false)]
38+
public decimal? DiscountAmount { get; set; }
3639

3740
[DataMember(EmitDefaultValue = false, Name = "Tracking")]
3841
public ItemTracking Tracking { get; set; }

0 commit comments

Comments
 (0)