CardBuilder class

Constructors

CardBuilder()

Properties

addressCity String?
getter/setter pair
addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
addressState String?
getter/setter pair
addressZip String?
getter/setter pair
addressZipCheck String?
getter/setter pair
brand CardBrand?
getter/setter pair
country String?
getter/setter pair
created int?
getter/setter pair
customer String?
getter/setter pair
cvcCheck String?
getter/setter pair
expMonth int?
getter/setter pair
expYear int?
getter/setter pair
fingerprint String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
last4 String?
getter/setter pair
metadata ↔ JsonObject?
getter/setter pair
name String?
getter/setter pair
object String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threeDSecureStatus String?
getter/setter pair

Methods

build() → _$Card
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Card other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(CardBuilder)?) → void
Applies updates.
override

Operators

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