Record

payment-refund

No description available.

record payment-refund {
  amount-money: money,
  app-fee-money: option​<money>,
  created-at: option​<string>,
  id: string,
  location-id: option​<string>,
  order-id: option​<string>,
  payment-id: option​<string>,
  processing-fee: option​<list​<processing-fee>>,
  reason: option​<string>,
  status: option​<string>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
amount-moneymoney
app-fee-moneyoption​<money>
created-atoption​<string>
idstring
location-idoption​<string>
order-idoption​<string>
payment-idoption​<string>
processing-feeoption​<list​<processing-fee>>
reasonoption​<string>
statusoption​<string>
updated-atoption​<string>