PaymentCheckoutView class abstract

Inheritance

Constructors

PaymentCheckoutView()

Properties

cardholderNameRequiredErrorMessage String
no setter
cardNumberRequiredErrorMessage String
no setter
cvvRequiredErrorMessage String
no setter
expiryDateRequiredErrorMessage String
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidCardDateErrorMessage String
no setter
invalidCardNumberErrorMessage String
no setter
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
onApiFail(ApiException apiException) Future<void>
onGetAuthView(String otpView) Future<void>
onGetAuthViewApiFail(ApiException apiException) Future<void>
onGetSessionInfoSuccess(TransactionSessionInfo info) → void
onLoad(bool val) → void
onPayApiFail(ApiException apiException) Future<void>
onPaymentCompleted(PaymentResult paymentResult) → void
toString() String
A string representation of this object.
inherited

Operators

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