PaymentMethodCardBuilder class
- Implemented types
Constructors
Properties
- accountType ↔ String?
-
covariantgetter/setter pair
- authCode ↔ String?
-
covariantgetter/setter pair
- brand ↔ String?
-
covariantgetter/setter pair
- contractId ↔ String?
-
covariantgetter/setter pair
- country ↔ String?
-
covariantgetter/setter pair
- expMonth ↔ String?
-
covariantgetter/setter pair
- expYear ↔ String?
-
covariantgetter/setter pair
-
fraudIndicators
↔ ListBuilder<
JsonObject?> -
covariantgetter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuer ↔ String?
-
covariantgetter/setter pair
- last4 ↔ String?
-
covariantgetter/setter pair
- name ↔ String?
-
covariantgetter/setter pair
- object ↔ String?
-
covariantgetter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
covariantgetter/setter pairoverride
Methods
-
build(
) → PaymentMethodCard -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
covariant PaymentMethodCard 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(PaymentMethodCardBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited