Returns an invoice
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax BlazeInvoice GetInvoice(
string invoiceId
)
Function GetInvoice (
invoiceId As String
) As BlazeInvoice
Parameters
- invoiceId
- Type: SystemString
The invoice ID.
Return Value
Type:
BlazeInvoiceThe invoice.
See Also