Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.25 KB

Coupon.md

File metadata and controls

17 lines (15 loc) · 1.25 KB

RebillySdk::Coupon

Properties

Name Type Description Notes
id AllOfCouponId Coupon's ID a.k.a redemption code. [optional]
discount Discount
restrictions Array<CouponRestriction> Coupon restrictions. [optional]
redemptions_count Integer Coupon's redemptions count. [optional]
status String If coupon enabled. [optional]
description String Your coupon description. When it is not empty this is used for invoice discount item description, otherwise the item's description uses coupon's ID like 'Coupon &quot;COUPON-ID&quot;'. [optional]
issued_time DateTime Coupon's issued time (start time).
expired_time DateTime Coupon's expire time (end time). [optional]
created_time AllOfCouponCreatedTime Coupon created time. [optional]
updated_time AllOfCouponUpdatedTime Coupon updated time. [optional]
_links Array<SelfLink> The links related to resource. [optional]