Wasm Directoryalpha
Record

get-payment-methods-params

No description available.

record get-payment-methods-params {
  customer: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  starting-after: option​<string>,
  type-op: option​<get-payment-methods-type-op-enum>,
  data: option​<string>,
}

Fields

NameTypeDescription
customeroption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
starting-afteroption​<string>
type-opoption​<get-payment-methods-type-op-enum>
dataoption​<string>