swag-payments/spec/definitions/InvoiceParamsWithTemplate.yaml

16 lines
600 B
YAML
Raw Normal View History

type: object
properties:
amount:
description: |
Стоимость предлагаемых товаров или услуг, в минорных денежных единицах,
например в копейках в случае указания российских рублей в качестве валюты.
type: integer
format: int64
minimum: 1
currency:
x-rebillyMerge:
- $ref: '#/definitions/Currency'
metadata:
description: 'Метаданные, которые необходимо связать с инвойсом'
type: object