01d4047976
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
9 lines
152 B
YAML
9 lines
152 B
YAML
type: object
|
|
description: The payment's details.
|
|
required:
|
|
- payment
|
|
properties:
|
|
payment:
|
|
description: Payment details
|
|
$ref: ./Payment.yaml
|