mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +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)
14 lines
290 B
YAML
14 lines
290 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/InvoiceTemplateLineCost'
|
|
- type: object
|
|
required:
|
|
- currency
|
|
- range
|
|
properties:
|
|
currency:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/Currency'
|
|
range:
|
|
$ref: '#/definitions/CostAmountRange'
|