@@ -453,19 +453,13 @@ type Query implements CartQueryInterface & CustomerActiveCartInterface & OrderQu
453453 and associated to a Price
454454 """
455455 recurrencePolicies(where: String, sort: [String!], limit: Int, offset: Int): RecurrencePolicyQueryResult!
456- """
457- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
458- """
459- paymentMethod(
456+ paymentMethod(
460457 """Queries with specified ID"""
461458 id: String
462459 """Queries with specified key"""
463460 key: String
464461 ): PaymentMethod
465- """
466- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
467- """
468- paymentMethods(where: String, sort: [String!], limit: Int, offset: Int): PaymentMethodQueryResult!
462+ paymentMethods(where: String, sort: [String!], limit: Int, offset: Int): PaymentMethodQueryResult!
469463 productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult!
470464}
471465
@@ -5077,25 +5071,16 @@ type Mutation {
50775071 """Queries with specified key"""
50785072 key: String
50795073 ): RecurrencePolicy
5080- """
5081- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
5082- """
5083- createPaymentMethod(draft: PaymentMethodDraft!): PaymentMethod
5084- """
5085- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
5086- """
5087- updatePaymentMethod(
5074+ createPaymentMethod(draft: PaymentMethodDraft!): PaymentMethod
5075+ updatePaymentMethod(
50885076 version: Long!
50895077 actions: [PaymentMethodUpdateAction!]!
50905078 """Queries with specified ID"""
50915079 id: String
50925080 """Queries with specified key"""
50935081 key: String
50945082 ): PaymentMethod
5095- """
5096- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
5097- """
5098- deletePaymentMethod(
5083+ deletePaymentMethod(
50995084 version: Long!
51005085 personalDataErasure: Boolean = false
51015086 """Queries with specified ID"""
@@ -5667,9 +5652,6 @@ type PaymentInterfaceIdSet implements MessagePayload {
56675652 type: String!
56685653}
56695654
5670- """
5671- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
5672- """
56735655type PaymentMethod implements Versioned & ReferenceExpandable {
56745656 key: String
56755657 name(
@@ -5917,9 +5899,6 @@ type PaymentMethodQueryResult {
59175899 results: [PaymentMethod!]!
59185900}
59195901
5920- """
5921- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
5922- """
59235902type PaymentMethodToken {
59245903 value: String!
59255904}
@@ -14095,9 +14074,6 @@ input PaymentDraft {
1409514074 interfaceInteractions: [CustomFieldsDraft!]
1409614075}
1409714076
14098- """
14099- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
14100- """
1410114077input PaymentMethodDraft {
1410214078 key: String
1410314079 name: [LocalizedStringItemInputType!]
@@ -14130,16 +14106,10 @@ input PaymentMethodInfoInput {
1413014106 custom: CustomFieldsDraft
1413114107}
1413214108
14133- """
14134- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
14135- """
1413614109input PaymentMethodTokenDraft {
1413714110 value: String!
1413814111}
1413914112
14140- """
14141- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
14142- """
1414314113input PaymentMethodUpdateAction {
1414414114 setCustomField: SetPaymentMethodCustomField
1414514115 setCustomType: SetPaymentMethodCustomType
0 commit comments