PaywayTransactionService class

Constructors

PaywayTransactionService({required PaywayMerchant merchant})

Properties

hashCode int
The hash code for this object.
no setterinherited
helper PaywayClientService?
no setter
merchant PaywayMerchant
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}) Future<Uri>
generateTransactionCheckoutURI
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