MSPF-191: Describe amount and currency more thoroughly (#41)

This commit is contained in:
Andrew Mayorov 2017-02-13 20:02:56 +03:00 committed by GitHub
parent 59ad8a5746
commit 2bef8ccb5d
4 changed files with 18 additions and 6 deletions

View File

@ -28,12 +28,16 @@ allOf:
type: string
format: date-time
amount:
description: Стоимость предлагаемых товаров или услуг
description: |
Стоимость предлагаемых товаров или услуг, в минорных денежных единицах,
например в копейках в случае указания российских рублей в качестве валюты.
type: integer
format: int64
minimum: 1
currency:
description: Валюта
description: |
Валюта, символьный код согласно
[RFC 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
metadata:
description: Связанные с инвойсом метаданные

View File

@ -12,12 +12,16 @@ properties:
type: integer
format: int32
amount:
description: Стоимость предлагаемых товаров или услуг
description: |
Стоимость предлагаемых товаров или услуг, в минорных денежных единицах,
например в копейках в случае указания российских рублей в качестве валюты.
type: integer
format: int64
minimum: 1
currency:
description: Валюта
description: |
Валюта, символьный код согласно
[RFC 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
metadata:
description: Метаданные, которые необходимо связать с инвойсом

View File

@ -14,7 +14,9 @@ properties:
type: integer
format: int32
currency:
description: Валюта платежей
description: |
Валюта платежей, символьный код согласно
[RFC 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
profit:
description: Прибыль магазина

View File

@ -9,7 +9,9 @@ properties:
description: Смещение сегмента выборки
type: integer
currency:
description: Валюта платежей
description: |
Валюта платежей, символьный код согласно
[RFC 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
profit:
description: Прибыль магазина