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

NameTypeDescription
account-idoption​<string>
amountoption​<f64>
cancelled-onoption​<string>
commentoption​<string>
created-by-idoption​<string>
created-dateoption​<string>
credit-memo-idoption​<string>
finance-informationoption​<post-reconcile-refund-response-finance-information>
gateway-idoption​<string>
gateway-reconciliation-reasonoption​<string>
gateway-reconciliation-statusoption​<string>
gateway-responseoption​<string>
gateway-response-codeoption​<string>
gateway-stateoption​<post-reconcile-refund-response-gateway-state-enum>
idoption​<string>
marked-for-submission-onoption​<string>
method-typeoption​<post-reconcile-refund-response-method-type-enum>
numberoption​<string>
payment-idoption​<string>
payment-method-idoption​<string>
payment-method-snapshot-idoption​<string>
payout-idoption​<string>
reason-codeoption​<string>
reference-idoption​<string>
refund-dateoption​<string>
refund-transaction-timeoption​<string>
second-refund-reference-idoption​<string>
settled-onoption​<string>
soft-descriptoroption​<string>
soft-descriptor-phoneoption​<string>
statusoption​<string>
submitted-onoption​<string>
successoption​<bool>
type-opoption​<post-reconcile-refund-response-type-op-enum>
updated-by-idoption​<string>
updated-dateoption​<string>