Wasm Directoryalpha
Record

bank-account-payment-details

No description available.

record bank-account-payment-details {
  account-ownership-type: option​<string>,
  ach-details: option​<ach-details>,
  bank-name: option​<string>,
  country: option​<string>,
  errors: option​<list​<error>>,
  fingerprint: option​<string>,
  statement-description: option​<string>,
  transfer-type: option​<string>,
}

Fields

NameTypeDescription
account-ownership-typeoption​<string>
ach-detailsoption​<ach-details>
bank-nameoption​<string>
countryoption​<string>
errorsoption​<list​<error>>
fingerprintoption​<string>
statement-descriptionoption​<string>
transfer-typeoption​<string>