mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
18 lines
280 B
YAML
18 lines
280 B
YAML
|
type: object
|
||
|
required:
|
||
|
- details
|
||
|
- contractID
|
||
|
- payoutToolID
|
||
|
properties:
|
||
|
categoryID:
|
||
|
type: integer
|
||
|
format: int32
|
||
|
details:
|
||
|
$ref: '#/definitions/ShopDetails'
|
||
|
contractID:
|
||
|
type: integer
|
||
|
format: int32
|
||
|
payoutToolID:
|
||
|
type: integer
|
||
|
format: int32
|