CreditCardInteractor class

Constructors

CreditCardInteractor(BuildContext context)

Properties

cardHolderController TextEditingController
getter/setter pair
cardNumberController TextEditingController
getter/setter pair
cvvController TextEditingController
getter/setter pair
expController TextEditingController
getter/setter pair
formKey GlobalKey<FormState>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickProceed(String paymentToken, [bool isStoredCard = false]) → dynamic
proceed(String paymentToken, [bool isStoredCard = false]) Future<TransactionResultResponse>
toString() String
A string representation of this object.
inherited

Operators

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