SendInvoices.newOtherCorrelatedEntities Method

It generates an otherCorrelatedEntities object, type of otherCorrelatedEntities
Public Function newOtherCorrelatedEntities() As otherCorrelatedEntities
This language is not supported or no code example is available.
public otherCorrelatedEntities newOtherCorrelatedEntities()
This language is not supported or no code example is available.

Return Value

otherCorrelatedEntities
Example
 
 SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 otherCorrelatedEntities ent = sni.newOtherCorrelatedEntities
 					
This language is not supported or no code example is available.
 Dim sni As SendInvoices = New SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False)
 Dim ent As otherCorrelatedEntities = sni.newOtherCorrelatedEntities
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition