/// <summary>
 /// Resend an invoice to a debtor.
 /// </summary>
 public ResendInvoiceResponseType ResendInvoice(ResendInvoiceRequestType request)
 {
     request.ThrowIfNull();
     return(_client.ResendInvoice(request));
 }
 /// <summary>
 /// Resend an invoice to a debtor.
 /// </summary>
 public ResendInvoiceResponseType ResendInvoice(ResendInvoiceRequestType request)
 {
     request.ThrowIfNull();
     return _client.ResendInvoice(request);
 }