mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 08:45:28 +00:00
558c63b116
* CAPI-381: Return missing definitions * CAPI-381: Remove readOnly fields and remove fill info from descriptions
19 lines
569 B
YAML
19 lines
569 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PaymentFlow'
|
|
- type: object
|
|
required:
|
|
- onHoldExpiration
|
|
properties:
|
|
onHoldExpiration:
|
|
description: Политика управления удержанием денежных средств
|
|
type: string
|
|
default: cancel
|
|
enum:
|
|
- cancel
|
|
- capture
|
|
heldUntil:
|
|
description: 'Дата и время, до которого происходит удержание денежных средств'
|
|
type: string
|
|
format: date-time
|