{
"id": "<string>",
"type": "payment-refunds",
"attributes": {
"status": "<string>",
"reason": "<string>",
"note": "<string>",
"amount": 123,
"currency": "<string>",
"last_error": "<string>",
"is_partial_refund": true,
"created_at": "<string>"
},
"links": {
"self": "<string>"
}
}