Skip to main content

ResultCustomerExecution

顧客向け処理結果

type ResultCustomerExecution {
success: Boolean!
}

Fields

ResultCustomerExecution.success ● Boolean! non-null scalar

成功フラグ

  • 説明: 処理が成功したかどうかを判別するフラグ
  • 例: true: 成功, false: 失敗

Example

{
"success": true
}

Returned By

customerSubscriptionContractRemoveDiscountCoupon mutation ● customerSubscriptionContractUpdateDeliveryAddress mutation ● customerSubscriptionContractUpdateNote mutation