Variables

maximumCount

int32 The maximum amount of coupons that is requested.  The actual returned amount can be lower.

minimumCouponId

int64 Specifies to search for coupons with an id that is higher than this.

maximumCouponId

int64 Specifies to search for coupons with an id that is lower than this.

includeExpired

bool Specifies to include expired coupons if true.

excludeActive

bool Specifies to exclude active coupons if true.

descending

bool Specifies to list coupons in a descending order if true, and ascending order otherwise.

current_merchant_id

int64 filters the coupons returned by the merchantId if it is present in the request

identifier

string filters the coupons returned by the identifier if it is present in the request

Close