swag-payments/spec/definitions/CustomerPayer.yaml
2017-11-01 16:11:48 +03:00

14 lines
349 B
YAML

type: object
allOf:
- $ref: '#/definitions/Payer'
- type: object
description: Многоразовое платежное средство
required:
- customerID
properties:
customerID:
description: Идентификатор плательщика
type: string
maxLength: 40
minLength: 1