EdfaPayWithCard class
Constructors
- EdfaPayWithCard(EdfaPgCard? _card)
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)) → EdfaPayWithCard -
onTransactionFailure(
dynamic callback(EdfaPgTransactionDetailsSuccess response)) → EdfaPayWithCard -
onTransactionSuccess(
dynamic callback(EdfaPgTransactionDetailsSuccess response)) → EdfaPayWithCard -
setAuth(
bool auth) → EdfaPayWithCard -
setExtras(
List< Extra> extras) → EdfaPayWithCard -
setLanguage(
EdfaPayLanguage locale) → EdfaPayWithCard -
setOrder(
EdfaPgSaleOrder order) → EdfaPayWithCard -
setPayer(
EdfaPgPayer payer) → EdfaPayWithCard -
setRecurring(
bool recurring) → EdfaPayWithCard -
toString(
) → String -
A string representation of this object.
inherited
-
widget(
) → Widget
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited