PaymentMethodDetailsCardWallet class final
If this Card is part of a card wallet, this contains the details of the card wallet.
Constructors
- PaymentMethodDetailsCardWallet({PaymentMethodDetailsCardWalletAmexExpressCheckout? amexExpressCheckout, PaymentMethodDetailsCardWalletApplePay? applePay, String? dynamicLast4, PaymentMethodDetailsCardWalletGooglePay? googlePay, PaymentMethodDetailsCardWalletLink? link, PaymentMethodDetailsCardWalletMasterpass? masterpass, PaymentMethodDetailsCardWalletSamsungPay? samsungPay, required PaymentMethodCardWalletType type, PaymentMethodDetailsCardWalletVisaCheckout? visaCheckout})
-
If this Card is part of a card wallet, this contains the details of the card wallet.
const
- PaymentMethodDetailsCardWallet.fromJson(Object? json)
-
factory
Properties
- amexExpressCheckout → PaymentMethodDetailsCardWalletAmexExpressCheckout?
-
final
- applePay → PaymentMethodDetailsCardWalletApplePay?
-
final
- dynamicLast4 → String?
-
final
- googlePay → PaymentMethodDetailsCardWalletGooglePay?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- link → PaymentMethodDetailsCardWalletLink?
-
final
- masterpass → PaymentMethodDetailsCardWalletMasterpass?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samsungPay → PaymentMethodDetailsCardWalletSamsungPay?
-
final
- type → PaymentMethodCardWalletType
-
final
- visaCheckout → PaymentMethodDetailsCardWalletVisaCheckout?
-
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> (PaymentMethodDetailsCardWallet instance, Encoder< V> encoder) → V