EdfaCardPay class

Constructors

EdfaCardPay()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize(BuildContext context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(dynamic callback(dynamic response)) EdfaCardPay
onPresent(dynamic callback(BuildContext context)) EdfaCardPay
onTransactionFailure(dynamic callback(EdfaPgTransactionDetailsSuccess response)) EdfaCardPay
onTransactionSuccess(dynamic callback(EdfaPgTransactionDetailsSuccess response)) EdfaCardPay
setAuth(bool auth) EdfaCardPay
setDesignType(EdfaPayDesignType type) EdfaCardPay
setExtras(List<Extra> extras) EdfaCardPay
setLanguage(EdfaPayLanguage locale) EdfaCardPay
setOrder(EdfaPgSaleOrder order) EdfaCardPay
setPayer(EdfaPgPayer payer) EdfaCardPay
setRecurring(bool recurring) EdfaCardPay
toString() String
A string representation of this object.
inherited
widget() Widget

Operators

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