paymentMethod Structure

Struct paymentMethod 
It contains all the necessary fields required to determine Payment Methods.
Public Structure paymentMethod
This language is not supported or no code example is available.
public struct paymentMethod
This language is not supported or no code example is available.
Fields
 
Name Description
Public field ECRToken mandatory field for ERPs when type=7 
The ECR Token, type of ECRTokens
Public field ProviderSignature mandatory field for Providers when type = 7. 
The Provider Signature, type of ProvidersSignature
Public field amount mandatory field. 
The amount, type of Double
Public field paymentMethodInfo The payment method information, type of String
Public field tid Mandatory field only when type=7 
The terminal ID of the POS machine.
Public field tipAmount The Tip Amount, type of Double
Public field transactionID Mandatory field only when type=7 
The Unique Payment Identity, type of String
Public field type mandatory field. 
The type, type of Integer 
Get a list of all payment types using myDATATools.getPaymentMethods
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition