APIリファレンス(JavaScript)
Coupon interface
クーポン情報。
Signature:
export interface Coupon extends Attributable
Extends: Attributable
Properties
| Property | Type | Description |
|---|---|---|
| code? | string | null | (Optional) コード |
| enable_from_dte? | DateString | null | (Optional) 使用可能期間:開始 |
| enable_to_dte? | DateString | null | (Optional) 使用可能期間:終了 |
| image_url? | string | null | (Optional) 画像(URL) |
| image? | string | null | (Optional) 画像 |
| name? | string | null | (Optional) クーポン名称 |
| not_use_flg? | boolean | null | (Optional) 使用不可フラグ |
| point? | number | null | (Optional) クーポン交換ポイント |
| possible_from_dte? | DateString | null | (Optional) 取得可能期間:開始 |
| possible_to_dte? | DateString | null | (Optional) 取得可能期間:終了 |
| sort_no? | number | null | (Optional) 順序 |