File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (annotations.package) : responses
3+ type : ResponseMessage
4+ displayName : PaymentMethodNotAvailable
5+ discriminatorValue : payment_method_not_available
6+ description : |
7+ Generated when there is an error with the selected payment method and the payment method is unavailable.
8+ properties :
9+ code :
10+ type : string
11+ description :
12+ severity :
13+ type : string
14+ description : \`warn`
15+ message :
16+ type : string
17+ description : Payment method not available.
18+ correlationId :
19+ type : string
20+ description : Unique identifier of the event.
21+ payload :
22+ type : object
23+ description : Contains the `method` object with the `type`, `id`, and `connectorId` properties.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ PaymentMethodSelected: !include responses/PaymentMethodSelected.raml
3939PaymentMethodSelectionConfirmation : !include responses/PaymentMethodSelectionConfirmation.raml
4040PaymentMethodSelectionConfirmationFailed : !include responses/PaymentMethodSelectionConfirmationFailed.raml
4141PaymentMethodsReceived : !include responses/PaymentMethodsReceived.raml
42+ PaymentMethodNotAvailable : !include responses/PaymentMethodNotAvailable.raml
4243PaymentCancelled : !include responses/PaymentCancelled.raml
4344PaymentValidationFailed : !include responses/PaymentValidationFailed.raml
4445PaymentValidationPassed : !include responses/PaymentValidationPassed.raml
You can’t perform that action at this time.
0 commit comments