Click or drag to resize

IAtomiaBillingApiGetOrdersByInvoiceNumber Method

Gets the orders by invoice number.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Order> GetOrdersByInvoiceNumber(
	string invoiceNumber,
	Guid resellerId
)

Parameters

invoiceNumber
Type: SystemString
The invoice number.
resellerId
Type: SystemGuid
The reseller identifier.

Return Value

Type: ListOrder
List of orders.
See Also