We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dd744 commit 8ad4b29Copy full SHA for 8ad4b29
1 file changed
api-specs/api/types/type/ResourceTypeId.raml
@@ -27,6 +27,8 @@ enum:
27
- order-return-item
28
- payment
29
- payment-interface-interaction
30
+ - payment-method
31
+ - payment-method-info
32
- product-price
33
- product-selection
34
- product-tailoring
@@ -87,6 +89,10 @@ enum:
87
89
[Payment](ctp:api:type:Payment)
88
90
payment-interface-interaction: |
91
[InterfaceInteraction](ctp:api:type:PaymentAddInterfaceInteractionAction) on [Payment](ctp:api:type:Payment)
92
+ payment-method: |
93
+ [PaymentMethod](ctp:api:type:PaymentMethod)
94
+ payment-method-info: |
95
+ [PaymentMethodInfo](ctp:api:type:PaymentMethodInfo) on [Payment](ctp:api:type:Payment)
96
product-price: |
97
[Embedded Price](ctp:api:type:Price) on [ProductVariant](ctp:api:type:ProductVariant)
98
product-selection: |
0 commit comments