Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 700 Bytes

File metadata and controls

20 lines (14 loc) · 700 Bytes

ListUserCouponsResponse

Properties

Name Type Description Notes
code CodeEnum Response Code. `0` = Success; `2002` = User not logged in; `50105` = Input parameter validation failed [optional]
label String Error identifier code. Empty string on success, machine-readable error label on error [optional]
message String [optional]
data ListUserCouponsResponseData [optional]

Enum: CodeEnum

Name Value
NUMBER_0 0
NUMBER_2002 2002
NUMBER_50105 50105