object

PageCoupon

Pagination schema for get coupon list available on cart.
Fields
current
Int
Current page number. Example: 1
has_next
Boolean
Whether next page is available. Example: true
has_previous
Boolean
Whether previous page is available. Example: false
total
Int
Total pages available. Example: 5
total_item_count
Int
Total coupons available for the cart. Example: 23