File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (annotations.package) : responses
3+ type : Message
4+ displayName : ErrorLoadingAllPaymentIntegrations
5+ discriminatorValue : error_loading_all_payment_integrations
6+ description : |
7+ Generated when the loading of all the payment integrations have failed.
8+ properties :
9+ code :
10+ type : string
11+ description :
12+ severity :
13+ type : string
14+ description : \`error`
15+ message :
16+ type : string
17+ description : Error loading all payment integrations.
18+ correlationId :
19+ type : string
20+ description : Unique identifier of the event.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ PaymentIntegrationSelectionConfirmation: !include responses/PaymentIntegrationSe
4040PaymentIntegrationSelectionConfirmationFailed : !include responses/PaymentIntegrationSelectionConfirmationFailed.raml
4141PaymentIntegrationsReceived : !include responses/PaymentIntegrationsReceived.raml
4242PaymentIntegrationNotAvailable : !include responses/PaymentIntegrationNotAvailable.raml
43+ ErrorLoadingAllPaymentIntegrations : !include responses/ErrorLoadingAllPaymentIntegrations.raml
4344PaymentCancelled : !include responses/PaymentCancelled.raml
4445PaymentValidationFailed : !include responses/PaymentValidationFailed.raml
4546PaymentValidationPassed : !include responses/PaymentValidationPassed.raml
You can’t perform that action at this time.
0 commit comments