Record
post-reconcile-refund-response
No description available.
record post-reconcile-refund-response {
account-id: option<string>,
amount: option<f64>,
cancelled-on: option<string>,
comment: option<string>,
created-by-id: option<string>,
created-date: option<string>,
credit-memo-id: option<string>,
finance-information: option<post-reconcile-refund-response-finance-information>,
gateway-id: option<string>,
gateway-reconciliation-reason: option<string>,
gateway-reconciliation-status: option<string>,
gateway-response: option<string>,
gateway-response-code: option<string>,
gateway-state: option<post-reconcile-refund-response-gateway-state-enum>,
id: option<string>,
marked-for-submission-on: option<string>,
method-type: option<post-reconcile-refund-response-method-type-enum>,
number: option<string>,
payment-id: option<string>,
payment-method-id: option<string>,
payment-method-snapshot-id: option<string>,
payout-id: option<string>,
reason-code: option<string>,
reference-id: option<string>,
refund-date: option<string>,
refund-transaction-time: option<string>,
second-refund-reference-id: option<string>,
settled-on: option<string>,
soft-descriptor: option<string>,
soft-descriptor-phone: option<string>,
status: option<string>,
submitted-on: option<string>,
success: option<bool>,
type-op: option<post-reconcile-refund-response-type-op-enum>,
updated-by-id: option<string>,
updated-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-id | option<string> | |
| amount | option<f64> | |
| cancelled-on | option<string> | |
| comment | option<string> | |
| created-by-id | option<string> | |
| created-date | option<string> | |
| credit-memo-id | option<string> | |
| finance-information | option<post-reconcile-refund-response-finance-information> | |
| gateway-id | option<string> | |
| gateway-reconciliation-reason | option<string> | |
| gateway-reconciliation-status | option<string> | |
| gateway-response | option<string> | |
| gateway-response-code | option<string> | |
| gateway-state | option<post-reconcile-refund-response-gateway-state-enum> | |
| id | option<string> | |
| marked-for-submission-on | option<string> | |
| method-type | option<post-reconcile-refund-response-method-type-enum> | |
| number | option<string> | |
| payment-id | option<string> | |
| payment-method-id | option<string> | |
| payment-method-snapshot-id | option<string> | |
| payout-id | option<string> | |
| reason-code | option<string> | |
| reference-id | option<string> | |
| refund-date | option<string> | |
| refund-transaction-time | option<string> | |
| second-refund-reference-id | option<string> | |
| settled-on | option<string> | |
| soft-descriptor | option<string> | |
| soft-descriptor-phone | option<string> | |
| status | option<string> | |
| submitted-on | option<string> | |
| success | option<bool> | |
| type-op | option<post-reconcile-refund-response-type-op-enum> | |
| updated-by-id | option<string> | |
| updated-date | option<string> |