PaymentMethodDataUsBank constructor
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentMethodDataUsBank({
/// The account number of the bank account.
String? accountNumber,
///The routing number, sort code, or other country-appropriate institution
///number for the bank account.
String? routingNumber,
/// The bank account type of the holder
UsBankAccountHolderType? accountHolderType,
/// The account type
UsBankAccountType? accountType,
/// Billing information.
BillingDetails? billingDetails,
/// Shipping details
ShippingDetails? shippingDetails,
}) = _PaymentMethodDataUsBank;