paymentMethod Structure
It contains all the necessary fields required to determine Payment Methods.
| Name | Description | |
|---|---|---|
		     
	
	
	    
	   | 
	  ECRToken | The ECR Token, type of ECRTokens | 
		     
	
	
	    
	   | 
	  ProviderSignature | The Provider Signature, type of ProvidersSignature | 
		     
	
	
	    
	   | 
	  amount | 
	
	mandatory field.  The amount, type of Double  | 
	
		     
	
	
	    
	   | 
	  paymentMethodInfo | The payment method information, type of String | 
		     
	
	
	    
	   | 
	  tipAmount | The Tip Amount, type of Double | 
		     
	
	
	    
	   | 
	  transactionID | The Unique Payment Identity, type of String | 
		     
	
	
	    
	   | 
	  type | 
	
	mandatory field.  The type, type of Integer Get a list of all payment types using myDATATools.getPaymentMethods  |