Skip to content

Commit

Permalink
feat(coupon): add CouponName property to AppliedCoupon (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
8BitJonny authored Oct 31, 2023
1 parent 9040efe commit 22576ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coupon.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ type AppliedCoupon struct {
LagoCustomerID uuid.UUID `json:"lago_customer_id,omitempty"`
Status AppliedCouponStatus `json:"status,omitempty"`

CouponName string `json:"coupon_name,omitempty"`
CouponCode string `json:"coupon_code,omitempty"`
AmountCents int `json:"amount_cents,omitempty"`
AmountCurrency Currency `json:"amount_currency,omitempty"`
Expand Down

0 comments on commit 22576ad

Please sign in to comment.