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