{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RefundNotPaidOutTransfersRequest",
"title": "RefundNotPaidOutTransfersRequest",
"properties": {
"accountCode": {
"description": "The code of the account from which to perform the refund(s).",
"type": "string"
},
"accountHolderCode": {
"description": "The code of the Account Holder which owns the account from which to perform the refund(s).",
"type": "string"
}
},
"required": [
"accountHolderCode",
"accountCode"
],
"type": "object"
}