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