PaymentMethodUsBankAccountNetworks constructor

const PaymentMethodUsBankAccountNetworks({
  1. String? preferred,
  2. required List<OutboundPaymentsPaymentMethodDetailsUsBankAccountNetwork> supported,
})

Contains information about US bank account networks that can be used.

Implementation

const PaymentMethodUsBankAccountNetworks({
  this.preferred,
  required this.supported,
});