SendInvoices.newTransportDetails Method
The field "otherTransportDetails" is valid until v1.0.12 of myDATA. Since v2.0.0 of myDATA, this field have been removed.
For v2.0 of myDATA, use the field packages
Public Function newTransportDetails() As otherTransportDetails
This language is not supported or no code example is available.
Return Value
otherTransportDetails
SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
otherTransportDetails otd = sni.newTransportDetails
This language is not supported or no code example is available.