Wasm Directoryalpha
Record

post-refunds-params

No description available.

record post-refunds-params {
  amount: option​<s32>,
  charge: option​<string>,
  currency: option​<string>,
  customer: option​<string>,
  expand: option​<list​<string>>,
  instructions-email: option​<string>,
  metadata: option​<string>,
  origin: option​<post-refunds-body-origin-enum>,
  payment-intent: option​<string>,
  reason: option​<post-refunds-body-reason-enum>,
  refund-application-fee: option​<bool>,
  reverse-transfer: option​<bool>,
}

Fields

NameTypeDescription
amountoption​<s32>
chargeoption​<string>
currencyoption​<string>
customeroption​<string>
expandoption​<list​<string>>
instructions-emailoption​<string>
metadataoption​<string>
originoption​<post-refunds-body-origin-enum>
payment-intentoption​<string>
reasonoption​<post-refunds-body-reason-enum>
refund-application-feeoption​<bool>
reverse-transferoption​<bool>