PaymentMethodDataUsBank class
Payment method data object forUsbankaccount payment method.
- Annotations
-
- @freezed
Constructors
- PaymentMethodDataUsBank({required String accountNumber, required String routingNumber, BankAccountHolderType? accountHolderType, UsBankAccountType? accountType, BillingDetails? billingDetails, ShippingDetails? shippingDetails, MandateData? mandateData})
-
constfactory
-
PaymentMethodDataUsBank.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountHolderType → BankAccountHolderType?
-
The bank account type of the holder
no setterinherited
- accountNumber → String
-
The account number of the bank account.
no setterinherited
- accountType → UsBankAccountType?
-
The account type
no setterinherited
- billingDetails → BillingDetails?
-
Billing information.
no setterinherited
-
copyWith
→ $PaymentMethodDataUsBankCopyWith<
PaymentMethodDataUsBank> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandateData → MandateData?
-
Mandata data for this paymentmethod.
no setterinherited
- routingNumber → String
-
The routing number, sort code, or other country-appropriate institution
number for the bank account.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingDetails → ShippingDetails?
-
Shipping details
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited