Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
17 lines
349 B
YAML
17 lines
349 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: payment_collection
|
|
relations:
|
|
- payment_sessions
|
|
- payments
|
|
- region
|
|
eager:
|
|
- region.fulfillment_providers
|
|
- region.payment_providers
|
|
required:
|
|
- payment_collection
|
|
properties:
|
|
payment_collection:
|
|
description: Payment Collection details.
|
|
$ref: ./PaymentCollection.yaml
|