SendInvoices.newPackage Method
It generates a package object, type of packages
Public Function newPackage() As packages
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
packages
SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
packages pack = sni.newPackage
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 pack As packages = sni.newPackage
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer