Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 431 Bytes

coupon-currency.md

File metadata and controls

27 lines (19 loc) · 431 Bytes

Coupon Currency

Structure

CouponCurrency

Fields

Name Type Tags Description
Id models.Optional[int] Optional -
Currency *string Optional -
Price models.Optional[float64] Optional -
CouponId *int Optional -

Example (as JSON)

{
  "id": 228,
  "currency": "currency8",
  "price": 169.96,
  "coupon_id": 210
}