Wasm Directoryalpha
Record

get-refunds-params

No description available.

record get-refunds-params {
  charge: option​<string>,
  created: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  payment-intent: option​<string>,
  starting-after: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
chargeoption​<string>
createdoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
payment-intentoption​<string>
starting-afteroption​<string>
dataoption​<string>