Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 773 Bytes

File metadata and controls

12 lines (8 loc) · 773 Bytes

ListUserCouponsResponseData

Returned when code=0; empty object {} otherwise

Properties

Name Type Description Notes
next_page bool Whether there is a next page. `true` means more data is available. Pass the `id` of the last record as `last_id` and `expire_time_order_by` as `expire_time` in the next request [optional]
list list[ListUserCouponsResponseDataList] Coupon object array, see field details below [optional]

[Back to Model list] [Back to API list] [Back to README]