PsdkAccess class
Constructors
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< ContentResponse?> -
getAcquirer(
) → Future< AcquirerConfiguration?> -
getAcquirers(
) → Future< List< AcquirerConfiguration> > -
getTerminalConfiguration(
) → Future< TerminalConfiguration?> -
getTerminalStatus(
) → Future< TerminalStatus?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parameterLoad(
) → Future< ContentResponse?> -
prepareReceipt(
{required int tranNumber, bool isCustomerCopy = false, bool isSecondCopy = false, int slipNo = 0}) → Future< List< PrintRow> > -
printList(
{required List< PrintRow> list}) → Future<String?> -
startTransaction(
{String trnType = "sale", String amount = "", String bankReferenceNo = "", bool printMerchantReceipt = false, bool printCardholderReceipt = false, String trnMethod = "ALL", int transactionNumber = 0}) → Future< TransactionResultInfo?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited