Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 427 Bytes

File metadata and controls

24 lines (11 loc) · 427 Bytes

AvhApi.CouponOptions

Properties

Name Type Description Notes
type String
amount Number Amount
used Boolean Is Used. If true, this coupon has been used and cannot be used again

Enum: TypeEnum

  • percent (value: "percent")

  • discount (value: "discount")

  • absolute (value: "absolute")