TokenCardCreditCardSpecs class final

credit_card_specs

Constructors

TokenCardCreditCardSpecs({String? addressCity, String? addressCountry, String? addressLine1, String? addressLine2, String? addressState, String? addressZip, String? currency, String? cvc, required String expMonth, required String expYear, String? name, PaymentMethodNetworks? networks, required String number})
credit_card_specs
const
TokenCardCreditCardSpecs.fromJson(Object? json)
factory

Properties

addressCity String?
final
addressCountry String?
final
addressLine1 String?
final
addressLine2 String?
final
addressState String?
final
addressZip String?
final
currency String?
final
cvc String?
final
expMonth String
final
expYear String
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
networks PaymentMethodNetworks?
final
number String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>(TokenCardCreditCardSpecs instance, Encoder<V> encoder) → V