MellonGroupPOS Class

Public Class MellonGroupPOS
This language is not supported or no code example is available.
public class MellonGroupPOS
This language is not supported or no code example is available.
Name Description
Public constructor MellonGroupPOS(string, string, int, bool) It creates a new instance of the MellonGroupPOS.
Top
Methods
 
Name Description
Public method cancelCompletedTransaction(string, string, string) Start a new intent to void a transaction. Reference the transaction that needs to be voided using the original transaction intent. 
This function is not available in the Trial Version.
Public method getApiKey(string) This method pairs the user's account with the 3rd party service.. 
Public method getSuccessfullTransactionDetails(string, string) List all transactions that have been successfully performed and accessible to the user. 
It is referenced by the "Transaction" and "InitialTransaction" fields of a transaction intent and can be used toprovide more details about the transaction.
Public method getTerminalList(string) Retrieve a list of all the terminals that are available to the user, type of List(Of POSTerminal)
Public method getTransactionIntentStatus(string, string) List all transaction intents that have been created and accessible to the user. 
It should be used if the "start transaction intent" call has timed out or was async in order to resolve the final status of a specific intent. 
This function is not available in the Trial Version.
Public method newTransaction() Initializes a new transaction with default values.
Public method refreshConnection(string, bool) Refreshes the connection with Mellon Group. 
Use this method if you are dealing with connectivity issues.
Public method sendTransaction(string, string, posTransaction) Sends a new transaction to the POS.
Top
Name Description
Public structure EcrTokenData Struct EcrTokenData 
It contains all of the necessary fields to store the ECR Token Data for the POS transaction. 
The posTransaction uses this structrure.
Public structure POSTerminal Struct POSTerminal 
It contains all the necessary Terminal Fields
Public structure ProviderData Struct ProviderData 
It contains all of the necessary fields to store the provider's data for the POS transaction. 
The posTransaction uses this structrure.
Public structure posTransaction Struct posTransaction 
It contains all the necessary fields to initiate a new POS Transaction. 
The MellonGroupPOS.newTransaction method uses this structure.
Public structure transaction
Top
ArbitransMyData.POS.MellonGroupPOS

.NET Framework

Supported in: 3.5 or newer

In this article

Definition