SendInvoices.newEntityData Method

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

Return Value

entityData
Example
 
 SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 entityData ent = sni.newEntityData
 					
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 entityData = sni.newEntityData
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition