Skip to content

Commit

Permalink
Add AppliedDiscount to LineItem (#50)
Browse files Browse the repository at this point in the history
* Add AppliedDiscount to LineItem
  • Loading branch information
baorv authored and rickywiens committed May 14, 2019
1 parent ee347d8 commit d66632a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions order.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ type LineItem struct {
TaxLines []TaxLine `json:"tax_lines,omitempty"`
OriginLocation *Address `json:"origin_location,omitempty"`
DestinationLocation *Address `json:"destination_location,omitempty"`
AppliedDiscount *AppliedDiscount `json:"applied_discount,omitempty"`
}

type LineItemProperty struct {
Expand Down

0 comments on commit d66632a

Please sign in to comment.