Wasm Directoryalpha
Record

post-sources-params

No description available.

record post-sources-params {
  amount: option​<s32>,
  currency: option​<string>,
  customer: option​<string>,
  expand: option​<list​<string>>,
  flow: option​<post-sources-body-flow-enum>,
  mandate: option​<post-sources-body-mandate>,
  metadata: option​<post-sources-body-metadata>,
  original-source: option​<string>,
  owner: option​<post-sources-body-owner>,
  receiver: option​<post-sources-body-receiver>,
  redirect: option​<post-sources-body-redirect>,
  source-order: option​<post-sources-body-source-order>,
  statement-descriptor: option​<string>,
  token: option​<string>,
  type-op: option​<string>,
  usage: option​<post-sources-body-usage-enum>,
}

Fields

NameTypeDescription
amountoption​<s32>
currencyoption​<string>
customeroption​<string>
expandoption​<list​<string>>
flowoption​<post-sources-body-flow-enum>
mandateoption​<post-sources-body-mandate>
metadataoption​<post-sources-body-metadata>
original-sourceoption​<string>
owneroption​<post-sources-body-owner>
receiveroption​<post-sources-body-receiver>
redirectoption​<post-sources-body-redirect>
source-orderoption​<post-sources-body-source-order>
statement-descriptoroption​<string>
tokenoption​<string>
type-opoption​<string>
usageoption​<post-sources-body-usage-enum>