RefundChargeRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
reason |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"reason"
],
"properties": {
"reason": {
"type": "string"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
reason |
string | Yes |
{
"type": "object",
"required": [
"reason"
],
"properties": {
"reason": {
"type": "string"
}
}
}