Name | Description |
---|---|
Tender | Object representing the transaction being processed. |
A pspReference
and authCode
will not be visible if the transaction was performed offline.
Getters
Name | Description |
---|---|
GetTenderReference |
Returns tender reference for the transaction. |
GetTenderPED |
Get the PED COM object from this tender object. |
Use this object in the following calls and callbacks to represent the Tender:
- Create the tender - COM extension
- Cancel the transaction
- Handle progress events - COM extension
- Handle the Signature callback - COM extension
- Handle the Print Receipt callback - COM extension
- Handle the Additional Data callback - COM extension
- Handle Dynamic Currency Conversion - COM extension
- Handle the final state callback - COM extension