InboundTransfersPaymentMethodDetailsUsBankAccount constructor

const InboundTransfersPaymentMethodDetailsUsBankAccount({
  1. InboundTransfersPaymentMethodDetailsUsBankAccountAccountHolderType? accountHolderType,
  2. InboundTransfersPaymentMethodDetailsUsBankAccountAccountType? accountType,
  3. String? bankName,
  4. String? fingerprint,
  5. String? last4,
  6. MandateOrId? mandate,
  7. String? routingNumber,
})

inbound_transfers_payment_method_details_us_bank_account

Implementation

const InboundTransfersPaymentMethodDetailsUsBankAccount({
  this.accountHolderType,
  this.accountType,
  this.bankName,
  this.fingerprint,
  this.last4,
  this.mandate,
  this.routingNumber,
});