APIリファレンス(JavaScript)
MyCoupon interface
マイクーポン情報
Signature:
export interface MyCoupon
Properties
| Property | Type | Description |
|---|---|---|
| code? | string | null | (Optional) コード |
| coupon_cd? | string | null | (Optional) クーポンコード |
| coupon_name? | string | null | (Optional) クーポン名称 |
| coupon? | Coupon | null | (Optional) クーポン情報 |
| get_date? | DateString | null | (Optional) クーポン発行日時 |
| quantity? | number | null | (Optional) 数量 |
| use_date? | DateString | null | (Optional) クーポン使用済日時 |
| used_flg? | boolean | null | (Optional) クーポン使用済フラグ |
| user_id? | string | null | (Optional) ユーザーID |