mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
10 lines
170 B
YAML
10 lines
170 B
YAML
type: object
|
|
required:
|
|
- paymentTool
|
|
- clientInfo
|
|
properties:
|
|
paymentTool:
|
|
$ref: '#/definitions/PaymentTool'
|
|
clientInfo:
|
|
$ref: '#/definitions/ClientInfo'
|