APIリファレンス(JavaScript)
StampRallySpot interface
スタンプラリースポット情報。
Signature:
export interface StampRallySpot extends Attributable
Extends: Attributable
Properties
| Property | Type | Description |
|---|---|---|
| code? | string | null | (Optional) コード |
| name? | string | null | (Optional) 名称 |
| not_use_flg? | boolean | null | (Optional) 使用不可フラグ |
| sort_no? | number | null | (Optional) 順序 |
| spot? | Spot | null | (Optional) スポット |
| stamp_rally_cd? | string | null | (Optional) スタンプラリーコード |
| stamp_rally_name? | string | null | (Optional) スタンプラリー名称 |