RefundResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RefundResponseBody.jsonproviderRefundIDstringrequired
statusstringrequired
RefundResponseBody
{
"$schema": "https://example.com/schemas/RefundResponseBody.json",
"providerRefundID": "string",
"status": "string"
}