swag-webhook-events/spec/definitions/RecurrentPayer.yaml
2018-09-24 16:35:06 +03:00

14 lines
416 B
YAML

type: object
description: Многоразовое платежное средство на основе другого платежа
allOf:
- $ref: '#/definitions/Payer'
- type: object
required:
- contactInfo
- recurrentParentPayment
properties:
contactInfo:
$ref: '#/definitions/ContactInfo'
recurrentParentPayment:
$ref: '#/definitions/PaymentRecurrentParent'