SetupAttemptPaymentMethodDetails class final
SetupAttemptPaymentMethodDetails
Constructors
- SetupAttemptPaymentMethodDetails({SetupAttemptPaymentMethodDetailsAcssDebit? acssDebit, SetupAttemptPaymentMethodDetailsAuBecsDebit? auBecsDebit, SetupAttemptPaymentMethodDetailsBacsDebit? bacsDebit, SetupAttemptPaymentMethodDetailsBancontact? bancontact, SetupAttemptPaymentMethodDetailsBoleto? boleto, SetupAttemptPaymentMethodDetailsCard? card, SetupAttemptPaymentMethodDetailsCardPresent? cardPresent, SetupAttemptPaymentMethodDetailsCashapp? cashapp, SetupAttemptPaymentMethodDetailsIdeal? ideal, SetupAttemptPaymentMethodDetailsKlarna? klarna, SetupAttemptPaymentMethodDetailsLink? link, SetupAttemptPaymentMethodDetailsPaypal? paypal, SetupAttemptPaymentMethodDetailsSepaDebit? sepaDebit, SetupAttemptPaymentMethodDetailsSofort? sofort, required String type, SetupAttemptPaymentMethodDetailsUsBankAccount? usBankAccount})
-
SetupAttemptPaymentMethodDetails
const
- SetupAttemptPaymentMethodDetails.fromJson(Object? json)
-
factory
Properties
- acssDebit → SetupAttemptPaymentMethodDetailsAcssDebit?
-
final
- auBecsDebit → SetupAttemptPaymentMethodDetailsAuBecsDebit?
-
final
- bacsDebit → SetupAttemptPaymentMethodDetailsBacsDebit?
-
final
- bancontact → SetupAttemptPaymentMethodDetailsBancontact?
-
final
- boleto → SetupAttemptPaymentMethodDetailsBoleto?
-
final
- card → SetupAttemptPaymentMethodDetailsCard?
-
final
- cardPresent → SetupAttemptPaymentMethodDetailsCardPresent?
-
final
- cashapp → SetupAttemptPaymentMethodDetailsCashapp?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ideal → SetupAttemptPaymentMethodDetailsIdeal?
-
final
- klarna → SetupAttemptPaymentMethodDetailsKlarna?
-
final
- link → SetupAttemptPaymentMethodDetailsLink?
-
final
- paypal → SetupAttemptPaymentMethodDetailsPaypal?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sepaDebit → SetupAttemptPaymentMethodDetailsSepaDebit?
-
final
- sofort → SetupAttemptPaymentMethodDetailsSofort?
-
final
- type → String
-
final
- usBankAccount → SetupAttemptPaymentMethodDetailsUsBankAccount?
-
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> (SetupAttemptPaymentMethodDetails instance, Encoder< V> encoder) → V