1- # Responses
2- ResponseMessage : !include responses/ResponseMessage.raml
3- Message : !include responses/Message.raml
4- ApplicationDeactivated : !include responses/ApplicationDeactivated.raml
1+ ApplicationReference : !include applications/ApplicationReference.raml
2+ ApplicationResourceIdentifier : !include applications/ApplicationResourceIdentifier.raml
3+ CartReference : !include coco/CartReference.raml
4+ CartResourceIdentifier : !include coco/CartResourceIdentifier.raml
5+ OrderReference : !include coco/OrderReference.raml
6+ OrderResourceIdentifier : !include coco/OrderResourceIdentifier.raml
7+ PaymentReference : !include coco/PaymentReference.raml
8+ PaymentResourceIdentifier : !include coco/PaymentResourceIdentifier.raml
9+ Reference : !include coco/Reference.raml
10+ ReferenceTypeId : !include coco/ReferenceTypeId.raml
11+ ResourceIdentifier : !include coco/ResourceIdentifier.raml
12+ Amount : !include common/Amount.raml
13+ Region : !include common/Region.raml
14+ ConnectorFailedError : !include error/ConnectorFailedError.raml
15+ ErrorObject : !include error/ErrorObject.raml
16+ GeneralError : !include error/GeneralError.raml
17+ InvalidInputError : !include error/InvalidInputError.raml
18+ InvalidJsonInputError : !include error/InvalidJsonInputError.raml
19+ MultipleActionsNotAllowedError : !include error/MultipleActionsNotAllowedError.raml
20+ PaymentFailureError : !include error/PaymentFailureError.raml
21+ RequiredFieldError : !include error/RequiredFieldError.raml
22+ ResourceNotFoundError : !include error/ResourceNotFoundError.raml
23+ PaymentIntegrationReference : !include payment-integrations/PaymentIntegrationReference.raml
24+ PaymentIntegrationResourceIdentifier : !include payment-integrations/PaymentIntegrationResourceIdentifier.raml
25+ PaymentIntent : !include payment-intents/PaymentIntent.raml
26+ PaymentIntentAction : !include payment-intents/PaymentIntentAction.raml
27+ PaymentIntentCancelAction : !include payment-intents/PaymentIntentCancelAction.raml
28+ PaymentIntentCaptureAction : !include payment-intents/PaymentIntentCaptureAction.raml
29+ PaymentIntentOperation : !include payment-intents/PaymentIntentOperation.raml
30+ PaymentIntentRefundAction : !include payment-intents/PaymentIntentRefundAction.raml
31+ PaymentIntentReverseAction : !include payment-intents/PaymentIntentReverseAction.raml
532AddDiscountCodeError : !include responses/AddDiscountCodeError.raml
6- DiscountCodeNotApplicable : !include responses/DiscountCodeNotApplicable.raml
7- RemoveDiscountCodeError : !include responses/RemoveDiscountCodeError.raml
8- NotApplicableDiscountCodeRemoved : !include responses/NotApplicableDiscountCodeRemoved.raml
33+ ApplicationDeactivated : !include responses/ApplicationDeactivated.raml
34+ BadInputData : !include responses/BadInputData.raml
935CartEmptiedDuringCheckout : !include responses/CartEmptiedDuringCheckout.raml
1036CartEmpty : !include responses/CartEmpty.raml
1137CartNotFound : !include responses/CartNotFound.raml
38+ CartWithExistingPayment : !include responses/CartWithExistingPayment.raml
1239CheckoutCancelled : !include responses/CheckoutCancelled.raml
1340CheckoutCompleted : !include responses/CheckoutCompleted.raml
1441CheckoutLoaded : !include responses/CheckoutLoaded.raml
1542CheckoutStarted : !include responses/CheckoutStarted.raml
43+ ConnectorError : !include responses/ConnectorError.raml
44+ DeprecatedFields : !include responses/DeprecatedFields.raml
45+ DiscountCodeNotApplicable : !include responses/DiscountCodeNotApplicable.raml
46+ ErrorLoadingAllPaymentIntegrations : !include responses/ErrorLoadingAllPaymentIntegrations.raml
1647ExpiredSession : !include responses/ExpiredSession.raml
48+ ExternalTermsAndConditionsPending : !include responses/ExternalTermsAndConditionsPending.raml
1749FailedToRefreshSession : !include responses/FailedToRefreshSession.raml
1850GiftCardBalanceError : !include responses/GiftCardBalanceError.raml
1951GiftCardBalanceRemoved : !include responses/GiftCardBalanceRemoved.raml
@@ -22,87 +54,49 @@ GiftCardBalanceSuccess: !include responses/GiftCardBalanceSuccess.raml
2254GiftCardRedeemError : !include responses/GiftCardRedeemError.raml
2355GiftCardRedeemStarted : !include responses/GiftCardRedeemStarted.raml
2456GiftCardRedeemSuccess : !include responses/GiftCardRedeemSuccess.raml
57+ InitError : !include responses/InitError.raml
2558InitTimeout : !include responses/InitTimeout.raml
2659InvalidLocale : !include responses/InvalidLocale.raml
2760InvalidMode : !include responses/InvalidMode.raml
28- BadInputData : !include responses/BadInputData .raml
61+ Message : !include responses/Message .raml
2962MultipleVendorButtonContainers : !include responses/MultipleVendorButtonContainers.raml
3063NoPaymentIntegrations : !include responses/NoPaymentIntegrations.raml
64+ NoShippingMethods : !include responses/NoShippingMethods.raml
65+ NonOrderableCartError : !include responses/NonOrderableCartError.raml
66+ NotApplicableDiscountCodeRemoved : !include responses/NotApplicableDiscountCodeRemoved.raml
67+ OrderCreated : !include responses/OrderCreated.raml
68+ OrderCreationError : !include responses/OrderCreationError.raml
69+ PaymentCancelled : !include responses/PaymentCancelled.raml
3170PaymentFailed : !include responses/PaymentFailed.raml
32- PaymentStarted : !include responses/PaymentStarted.raml
33- InitError : !include responses/InitError.raml
34- ConnectorError : !include responses/ConnectorError.raml
3571PaymentIntegrationLoaded : !include responses/PaymentIntegrationLoaded.raml
3672PaymentIntegrationLoading : !include responses/PaymentIntegrationLoading.raml
3773PaymentIntegrationLoadingError : !include responses/PaymentIntegrationLoadingError.raml
74+ PaymentIntegrationNotAvailable : !include responses/PaymentIntegrationNotAvailable.raml
3875PaymentIntegrationSelected : !include responses/PaymentIntegrationSelected.raml
3976PaymentIntegrationSelectionConfirmation : !include responses/PaymentIntegrationSelectionConfirmation.raml
4077PaymentIntegrationSelectionConfirmationFailed : !include responses/PaymentIntegrationSelectionConfirmationFailed.raml
4178PaymentIntegrationsReceived : !include responses/PaymentIntegrationsReceived.raml
42- PaymentIntegrationNotAvailable : !include responses/PaymentIntegrationNotAvailable.raml
43- ErrorLoadingAllPaymentIntegrations : !include responses/ErrorLoadingAllPaymentIntegrations.raml
44- PaymentCancelled : !include responses/PaymentCancelled.raml
79+ PaymentStarted : !include responses/PaymentStarted.raml
4580PaymentValidationFailed : !include responses/PaymentValidationFailed.raml
4681PaymentValidationPassed : !include responses/PaymentValidationPassed.raml
4782PaymentValidationStarted : !include responses/PaymentValidationStarted.raml
4883PaymentVerificationStarted : !include responses/PaymentVerificationStarted.raml
4984PaymentVerificationTimeout : !include responses/PaymentVerificationTimeout.raml
50- ExternalTermsAndConditionsPending : !include responses/ExternalTermsAndConditionsPending.raml
85+ ProjectIsDeactivated : !include responses/ProjectIsDeactivated.raml
86+ RemoveDiscountCodeError : !include responses/RemoveDiscountCodeError.raml
87+ ResponseMessage : !include responses/ResponseMessage.raml
5188SetShippingAddressError : !include responses/SetShippingAddressError.raml
5289ShippingAddressMissingError : !include responses/ShippingAddressMissingError.raml
5390ShippingMethodDoesNotMatchCart : !include responses/ShippingMethodDoesNotMatchCart.raml
54- NoShippingMethods : !include responses/NoShippingMethods.raml
5591ShippingMethodSelected : !include responses/ShippingMethodSelected.raml
5692ShippingMethodSelectionConfirmation : !include responses/ShippingMethodSelectionConfirmation.raml
57- OrderCreated : !include responses/OrderCreated.raml
58- ProjectIsDeactivated : !include responses/ProjectIsDeactivated.raml
5993UnavailableLocale : !include responses/UnavailableLocale.raml
60- DeprecatedFields : !include responses/DeprecatedFields.raml
61- OrderCreationError : !include responses/OrderCreationError.raml
62- CartWithExistingPayment : !include responses/CartWithExistingPayment.raml
63- NonOrderableCartError : !include responses/NonOrderableCartError.raml
6494UnsupportedCountry : !include responses/UnsupportedCountry.raml
6595UpdatedFields : !include responses/UpdatedFields.raml
66-
67- # CoCo
68- ReferenceTypeId : !include coco/ReferenceTypeId.raml
69- ResourceIdentifier : !include coco/ResourceIdentifier.raml
70- CartResourceIdentifier : !include coco/CartResourceIdentifier.raml
71- PaymentResourceIdentifier : !include coco/PaymentResourceIdentifier.raml
72- OrderResourceIdentifier : !include coco/OrderResourceIdentifier.raml
73- Reference : !include coco/Reference.raml
74- CartReference : !include coco/CartReference.raml
75- OrderReference : !include coco/OrderReference.raml
76- PaymentReference : !include coco/PaymentReference.raml
77- # Applications
78- ApplicationReference : !include applications/ApplicationReference.raml
79- ApplicationResourceIdentifier : !include applications/ApplicationResourceIdentifier.raml
80- # Payment Integrations
81- PaymentIntegrationReference : !include payment-integrations/PaymentIntegrationReference.raml
82- PaymentIntegrationResourceIdentifier : !include payment-integrations/PaymentIntegrationResourceIdentifier.raml
83- # transactions
84- TransactionDraft : !include transactions/TransactionDraft.raml
8596Transaction : !include transactions/Transaction.raml
97+ TransactionDraft : !include transactions/TransactionDraft.raml
8698TransactionError : !include transactions/TransactionError.raml
8799TransactionItem : !include transactions/TransactionItem.raml
88100TransactionItemDraft : !include transactions/TransactionItemDraft.raml
89101TransactionState : !include transactions/TransactionState.raml
90102TransactionStatus : !include transactions/TransactionStatus.raml
91- # Payment Intents
92- PaymentIntentOperation : !include payment-intents/PaymentIntentOperation.raml
93- PaymentIntentAction : !include payment-intents/PaymentIntentAction.raml
94- PaymentIntentCaptureAction : !include payment-intents/PaymentIntentCaptureAction.raml
95- PaymentIntentRefundAction : !include payment-intents/PaymentIntentRefundAction.raml
96- PaymentIntentCancelAction : !include payment-intents/PaymentIntentCancelAction.raml
97- PaymentIntentReverseAction : !include payment-intents/PaymentIntentReverseAction.raml
98- PaymentIntent : !include payment-intents/PaymentIntent.raml
99- # Payment Errors
100- ErrorObject : !include error/ErrorObject.raml
101- GeneralError : !include error/GeneralError.raml
102- MultipleActionsNotAllowedError : !include error/MultipleActionsNotAllowedError.raml
103- RequiredFieldError : !include error/RequiredFieldError.raml
104- ResourceNotFoundError : !include error/ResourceNotFoundError.raml
105- ConnectorFailedError : !include error/ConnectorFailedError.raml
106- PaymentFailureError : !include error/PaymentFailureError.raml
107- InvalidInputError : !include error/InvalidInputError.raml
108- InvalidJsonInputError : !include error/InvalidJsonInputError.raml
0 commit comments