mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
2ca3164415
* CAPI-217: add payment institution support (#152) * CAPI-233: add international legal entity & bank account (#155) * CAPI-217: harder conditions for residence & BIC (#156)
19 lines
623 B
YAML
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
|