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 The ECR Token, type of ECRTokens
Public field ProviderSignature 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 tipAmount The Tip Amount, type of Double
Public field transactionID 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