PaymentCardBackContent class
A configuration class that defines the back side of a PaymentCard.
Constructors
- PaymentCardBackContent({String accountNumber, String accountName, String cardholder, String type})
Properties
- accountName → String
-
The account name to display on the back.
final
- accountNumber → String
-
The account number to display on the back.
final
- cardholder → String
-
The name of the cardholder to display on the back.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → String
-
The card type text to display on the back.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited