PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount class final
payment_intent_payment_method_options_param
If this is a `us_bank_account` PaymentMethod, this sub-hash contains details about the US bank account payment method options.
Constructors
- PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount({PaymentIntentFinancialConnections? financialConnections, PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions, PaymentIntentNetworks? networks, PaymentIntentPreferredSettlementSpeed? preferredSettlementSpeed, PaymentIntentSetupFutureUsage? setupFutureUsage, CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod})
-
payment_intent_payment_method_options_param
const
- PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount.fromJson(Object? json)
-
factory
Properties
- financialConnections → PaymentIntentFinancialConnections?
-
linked_account_options_param
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandateOptions → PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions?
-
mandate_options_param
final
- networks → PaymentIntentNetworks?
-
networks_options_param
final
- preferredSettlementSpeed → PaymentIntentPreferredSettlementSpeed?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setupFutureUsage → PaymentIntentSetupFutureUsage?
-
final
- verificationMethod → CheckoutAcssDebitPaymentMethodOptionsVerificationMethod?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount instance, Encoder< V> encoder) → V