StoredCards class

This is the class for StoredCards. It has fields to store payment type, checkoutId, tokenId, brandName and cvv. PaymentType is set to the PaymentConst.readyUi, checkoutId and tokenId are required fields and brandName and cvv are optional fields.

Constructors

StoredCards({String paymentType = PaymentConst.readyUi, required String checkoutId, String? brandName, required String tokenId, required String cvv})

Properties

brandName String?
getter/setter pair
checkoutId String
getter/setter pair
cvv String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paymentType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenId String
getter/setter pair

Methods

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