CreditCard class

Constructors

CreditCard({String? addressCity, String? addressCountry, String? addressLine1, String? addressLine2, String? addressState, String? addressZip, String? brand, String? cardId, String? currency, String? country, int? expMonth, int? expYear, String? number, String? token, String? cvc, String? funding, String? last4, String? name})
CreditCard.fromJson(Map json)
factory

Properties

addressCity String?
getter/setter pair
addressCountry String?
getter/setter pair
addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
addressState String?
getter/setter pair
addressZip String?
getter/setter pair
brand String?
getter/setter pair
cardId String?
getter/setter pair
country String?
getter/setter pair
currency String?
getter/setter pair
cvc String?
getter/setter pair
expMonth int?
getter/setter pair
expYear int?
getter/setter pair
funding String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
last4 String?
getter/setter pair
name String?
getter/setter pair
number String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited