PsdkAccessPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- PsdkAccessPlatform
- Implementers
Constructors
- PsdkAccessPlatform()
- Constructs a PsdkAccessPlatform.
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
-
eod(
) → Future< String?> -
getAcquirer(
) → Future< String?> -
getAcquirers(
) → Future< String?> -
getTerminalConfiguration(
) → Future< String?> -
getTerminalStatus(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parameterLoad(
) → Future< String?> -
prepareReceipt(
{required int tranNumber, bool isCustomerCopy = false, bool isSecondCopy = false, int slipNo = 0}) → Future< String?> -
print(
{required String items}) → Future< String?> -
startTransaction(
{String trnType = "sale", String amount = "", String bankReferenceNo = "", bool printMerchantReceipt = false, bool printCardholderReceipt = false, String trnMethod = "ALL", int transactionNumber = 0}) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PsdkAccessPlatform
-
The default instance of PsdkAccessPlatform to use.
getter/setter pair