Skip to main content

SubscriptionLineCustomAttributeInput

定期購買契約の商品カスタム属性

input SubscriptionLineCustomAttributeInput {
key: String!
value: String!
}

Fields

SubscriptionLineCustomAttributeInput.key ● String! non-null scalar

カスタム属性のキー

  • 説明: カスタム属性のキー
  • データ例: "custom_attribute_key"

SubscriptionLineCustomAttributeInput.value ● String! non-null scalar

カスタム属性の値

  • 説明: カスタム属性の値
  • データ例: "custom_attribute_value"

Example

{
"key": "custom_attribute_key",
"value": "custom_attribute_value"
}

Member Of

AddSubscriptionLineInput input ● customerSubscriptionContractAddSubscriptionLine mutation ● customerSubscriptionContractAddSubscriptionLineToFirstSubscription mutation