mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35: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)
25 lines
561 B
YAML
25 lines
561 B
YAML
type: object
|
|
required:
|
|
- offset
|
|
- geoID
|
|
- currency
|
|
- profit
|
|
- revenue
|
|
properties:
|
|
offset:
|
|
description: Смещение сегмента выборки
|
|
type: integer
|
|
geoID:
|
|
description: Идентификатор геопозиции плательщика
|
|
type: integer
|
|
format: int32
|
|
currency:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/Currency'
|
|
profit:
|
|
description: Прибыль магазина
|
|
type: integer
|
|
revenue:
|
|
description: Сумма платежей в магазине
|
|
type: integer
|