ResultCustomerSubscriptionContractUpdateNextDeliveryDate
顧客向け契約情報
type ResultCustomerSubscriptionContractUpdateNextDeliveryDate {
nextBillingDate: String!
nextDeliveryDate: String!
deliveryDays: Int!
deliveryTime: String
deliveryTimeText: String
}
Fields
ResultCustomerSubscriptionContractUpdateNextDeliveryDate.nextBillingDate
● String!
non-null scalar
次回決済日
- 説明: 次回決済日
- 例:
"2021-05-21T14:00:00Z"
- 備考: UTC
ResultCustomerSubscriptionContractUpdateNextDeliveryDate.nextDeliveryDate
● String!
non-null scalar
次回お届け日
- 説明: 更新する次回お届け日
- 例:
"2024-01-01"
- 備考: null:お届け日指定なし
ResultCustomerSubscriptionContractUpdateNextDeliveryDate.deliveryDays
● Int!
non-null scalar
更新後の契約LT
- 説明: 設定画面 > お届け日の変更 > 注文されてから届くまでの最短日数(注文日を除く)
- 例:
3
ResultCustomerSubscriptionContractUpdateNextDeliveryDate.deliveryTime
● String
scalar
更新後のお届け時間 - 識別タグ
- 説明: 設定画面 > お届け日の変更 > お届け時間設定に登録した「タグ」
- 例:
"AM"
- 備考: null : お届け時間指定なし
ResultCustomerSubscriptionContractUpdateNextDeliveryDate.deliveryTimeText
● String
scalar
更新後のお届け時間 - 表示名
- 説明: 設定画面 > お届け日の変更 > お届け時間設定に登録した「お届け時間」
- 例:
"10:00~12:00"
- 備考: null : お届け時間指定なし
Example
{
"nextBillingDate": "2021-05-21T14:00:00Z",
"nextDeliveryDate": "2024-01-01",
"deliveryDays": 3,
"deliveryTime": "AM",
"deliveryTimeText": "10:00~12:00"
}