PaymentCardInfo class

This class provides card information related to payment operations.

See requestCardInfo(PaymentCardInfo paymentCardInfo, CardInfoListener cardInfoListener)

Constructors

PaymentCardInfo.new()
Constructor to create PaymentCardInfo.

Properties

brand Brand?
getter/setter pair
cardId String?
getter/setter pair
cardMetaData Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestFilter List<Brand>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBrand(Brand brand) → void
Add requested brand filter
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