Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.04 KB

File metadata and controls

24 lines (14 loc) · 1.04 KB

GetUserCouponDetailResponse

Properties

Name Type Description Notes
code number Response code. `0` = success; `2002` = user not logged in; `50105` = parameter validation failed; `10001` = coupon record does not exist or does not belong to current user; `10000` = invalid parameter (e.g., task coupon missing coupon_info) [optional] [default to undefined]
label string Error identifier code. Empty string on success, machine-readable error label on error [optional] [default to undefined]
message string [optional] [default to undefined]
data GetUserCouponDetailResponseData [optional] [default to undefined]

Enum: GetUserCouponDetailResponse.Code

  • NUMBER_0 (value: 0)

  • NUMBER_2002 (value: 2002)

  • NUMBER_50105 (value: 50105)

  • NUMBER_10001 (value: 10001)

  • NUMBER_10000 (value: 10000)