CreateInvoiceAsync Method
Creates an invoice.
Syntax
[VB.NET] Public Function CreateInvoiceAsync() As IAsyncAction
[C#] public IAsyncAction CreateInvoiceAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateInvoiceAsync MethodCreates an invoice. Syntax[VB.NET] Public Function CreateInvoiceAsync() As IAsyncAction [C#] public IAsyncAction CreateInvoiceAsync(); RemarksThis method is the asynchronous version of the CreateInvoice method and is used to support asynchronous operations in WinRT. Please refer to CreateInvoice for more information. |
||