PaymentCheckoutPresenter class abstract

Inheritance
Implementers

Constructors

PaymentCheckoutPresenter()

Properties

cardExpiryDate String
no getter
cardholderFirstName String
no getter
cardholderLastName String
no getter
cvv String
no getter
hashCode int
The hash code for this object.
no setterinherited
paymentNumber String
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldSavePaymentMethod bool
no getter
view PaymentCheckoutView?
getter/setter pairinherited

Methods

cardExpiryDateValidator(String expiryDate) String?
cardholderNameValidator(String name) String?
cardNumberValidator(String number) String?
cvvValidator(String value) String?
getAuthView() Future<void>
getSessionInfo() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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