mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
11 lines
228 B
YAML
11 lines
228 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/CustomerChange'
|
|
- $ref: '#/definitions/CustomerBindingStatus'
|
|
- type: object
|
|
required:
|
|
- customerBindingID
|
|
properties:
|
|
customerBindingID:
|
|
type: string
|