PaymentCardEntity class

Inheritance

Constructors

PaymentCardEntity(String string, int _network, String _number)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPaymentCardNetwork() int
getPaymentCardNumber() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CARD_AMEX → const int
CARD_DINERS_CLUB → const int
CARD_DISCOVER → const int
CARD_INTER_PAYMENT → const int
CARD_JCB → const int
CARD_MAESTRO → const int
CARD_MASTERCARD → const int
CARD_MIR → const int
CARD_TROY → const int
CARD_UNIONPAY → const int
CARD_UNKNOWN → const int
CARD_VISA → const int