Sends an invoice to a payer.
[VB.NET] Public Function SendAsync(ByVal invoiceId As String) As Task
[C#] public Task SendAsync(string invoiceId);