SendInvoices.newPaymentMethod Method

It generates a Payment Method line, type of paymentMethod
Public Function newPaymentMethod() As paymentMethod
This language is not supported or no code example is available.
public paymentMethod newPaymentMethod()
This language is not supported or no code example is available.

Return Value

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition