posComplete Structure

This structure contains all of ORIAN's required fields in order to complete a POS transaction. 
This structure can be used in the completePOSPayment method.
Public Structure posComplete
This language is not supported or no code example is available.
public struct posComplete
This language is not supported or no code example is available.
Fields
 
Name Description
Public field invoiceID Mandatory field only for deferred payments (method getPOSSignature). 
Important: If there is no deferred payment, this field should be empty!
Public field paidAmount Mandatory Field 
The amount paid with POS, as sent at Transaction.amount.
Public field paymentID Mandatory Field 
The paymentID is returned from sendInvoice function, if the invoice contains at least one payment with POS (paymentMethod.type=7)
Public field transactionID Mandatory Field 
The transactionID as returned from VivaWalletPOS.getTransactionID
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition