Click or drag to resize

IAtomiaBillingApiResellerGetInvoiceByNo 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 ResellerGetInvoiceByNo(
	string invoiceNo,
	string username,
	string resellerRootDomain
)

Parameters

invoiceNo
Type: SystemString
The invoice number.
username
Type: SystemString
Invoice owner's username.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

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