swag-payments/spec/definitions/InvoiceTemplateLineCostFixed.yaml
Andrew Mayorov 2ca3164415 CAPI-217: add payment institution support (#153)
* CAPI-217: add payment institution support (#152)
* CAPI-233: add international legal entity & bank account (#155)
* CAPI-217: harder conditions for residence & BIC (#156)
2018-01-22 11:44:53 +03:00

19 lines
623 B
YAML

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