Add payout tool change to the set of shop modifications (#104)

This commit is contained in:
Andrew Mayorov 2017-08-29 13:45:11 +03:00 committed by GitHub
parent f40a1bf400
commit d1eb91d41c
2 changed files with 13 additions and 0 deletions

View File

@ -20,3 +20,4 @@ allOf:
- ShopLocationChange
- ShopDetailsChange
- ShopContractBinding
- ShopPayoutToolChange

View File

@ -0,0 +1,12 @@
description: Изменение средства вывода магазина
type: object
allOf:
- $ref: '#/definitions/ShopModification'
- type: object
required:
- payoutToolID
properties:
payoutToolID:
description: |
Идентификатор средства вывода в рамках текущего контракта магазина
type: string