changed known policies enum
This commit is contained in:
@@ -120,3 +120,16 @@ components:
|
||||
quoteRef:
|
||||
description: Reference to a previously generated multi-quote.
|
||||
type: string
|
||||
|
||||
InitiatePaymentByQuoteRequest:
|
||||
description: Request payload to initiate one payment from an existing quote reference.
|
||||
allOf:
|
||||
- $ref: ./payment.yaml#/components/schemas/PaymentBase
|
||||
- type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- quoteRef
|
||||
properties:
|
||||
quoteRef:
|
||||
description: Reference to a previously generated quote to execute.
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user