PaywayTransactionService class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- helper → ABAClientService?
-
no setter
- merchant ↔ ABAMerchant?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkTransaction(
{required PaywayCheckTransaction transaction, bool enabledLogger = false}) → Future< PaywayCheckTransactionResponse> - checkTransaction
-
createTransaction(
{required PaywayCreateTransaction transaction, bool enabledLogger = false}) → Future< PaywayCreateTransactionResponse> - createTransaction
-
generateTransactionCheckoutURI(
{required PaywayCreateTransaction transaction, required String checkoutApiUrl}) → Future< Uri> -
initialize(
ABAMerchant merchant) → void -
isTransactionCompleted(
{required PaywayCheckTransaction transaction}) → Future< bool> -
isValidate
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uniqueReqTime(
) → String -
uniqueTranID(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PaywayTransactionService?
-
getter/setter pair
Static Methods
-
ensureInitialized(
ABAMerchant merchant) → PaywayTransactionService