{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentMethodGroup",
"title": "PaymentMethodGroup",
"properties": {
"name": {
"description": "The name of the group.",
"type": "string"
},
"paymentMethodData": {
"description": "Echo data to be used if the payment method is displayed as part of this group.",
"type": "string"
},
"type": {
"description": "The unique code of the group.",
"type": "string"
}
},
"type": "object"
}