Correlation Structure

Public Structure Correlation
This language is not supported or no code example is available.
public struct Correlation
This language is not supported or no code example is available.
Fields
 
Name Description
Public field FIM The FIM Details, if a FIM is used instead of myDATA platform 
When FIM has value, the invoiceMark must be empty. 
You can fill either the invoiceMark or the FIM field.
Public field customerID The customer ID as returend from SendCustomer
The customer index can be found also in the DataTable of the customers you retrieved using DigitalCustomers.GetCustomers, under a field called "customerID."
Public field invoiceMark The MARK of the invoice sent to myDATA 
When invoiceMark has value, the FIM must be empty. 
You can fill either the invoiceMark or the FIM field.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition