Click or drag to resize

IAtomiaBillingApiGetInvoiceByNo Method

Gets the invoice by its number for account specified with username.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Invoice GetInvoiceByNo(
	string invoiceNo,
	string username
)

Parameters

invoiceNo
Type: SystemString
The invoice number.
username
Type: SystemString
Invoice owner's username.

Return Value

Type: Invoice
Requested invoice or null if not found.
See Also