SetupAttemptPaymentMethodDetailsCard class final

setup_attempt_payment_method_details_card

Constructors

SetupAttemptPaymentMethodDetailsCard({String? brand, PaymentMethodDetailsCardChecks? checks, String? country, String? description, int? expMonth, int? expYear, String? fingerprint, String? funding, String? iin, String? issuer, String? last4, String? network, SetupAttemptPaymentMethodDetailsCardThreeDSecure? threeDSecure, SetupAttemptPaymentMethodDetailsCardWallet? wallet})
setup_attempt_payment_method_details_card
const
SetupAttemptPaymentMethodDetailsCard.fromJson(Object? json)
factory

Properties

brand → String?
final
checks → PaymentMethodDetailsCardChecks?
final
country → String?
final
description → String?
final
expMonth → int?
final
expYear → int?
final
fingerprint → String?
final
funding → String?
final
hashCode → int
The hash code for this object.
no setterinherited
iin → String?
final
issuer → String?
final
last4 → String?
final
network → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
threeDSecure → SetupAttemptPaymentMethodDetailsCardThreeDSecure?
Populated if this authorization used 3D Secure authentication.
final
wallet → SetupAttemptPaymentMethodDetailsCardWallet?
If this Card is part of a card wallet, this contains the details of the card wallet.
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>(SetupAttemptPaymentMethodDetailsCard instance, Encoder<V> encoder) → V