mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
7a4abfd06b
* CAPI-179: plugin for some repetitive primitives used
27 lines
718 B
YAML
27 lines
718 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PaymentMethodStat'
|
|
- type: object
|
|
required:
|
|
- offset
|
|
- totalCount
|
|
- paymentSystem
|
|
- profit
|
|
- revenue
|
|
properties:
|
|
offset:
|
|
description: Смещение сегмента выборки
|
|
type: integer
|
|
totalCount:
|
|
description: Общее количество плательщиков
|
|
type: integer
|
|
paymentSystem:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/BankCardPaymentSystem'
|
|
profit:
|
|
description: Прибыль магазина
|
|
type: integer
|
|
revenue:
|
|
description: Сумма платежей в магазине
|
|
type: integer
|