payment Structure

To update a payment for an invoice, this structure is required. 
The structure is applied to UpdatePayments method.
Public Structure payment
This language is not supported or no code example is available.
public struct payment
This language is not supported or no code example is available.
Fields
 
Name Description
Public field hSignature Mandatory Field 
The signature of the invoice. 
To get the hSignature of the invoice, use the method getPOSSignature as "Delayed POS Payment"
Public field paymentType The payment type 
You can get the available payment types using the myDATATools.getPaymentMethods method.
Public field tipAmount The tipAmount
Public field transactionId Mandatory Field 
The Transaction ID. 
The transaction ID is given back from methods sendTransaction and newSale after completing a POS transaction.
Public field uid Mandatory Field 
The UID of the Invoice.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition