Click or drag to resize

IBlazeGetInvoices Method

Returns invoices

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeGetInvoicesResponse GetInvoices(
	Nullable<DateTime> startDate = null,
	Nullable<DateTime> endDate = null,
	Nullable<int> start = null,
	Nullable<int> limit = null
)

Parameters

startDate (Optional)
Type: SystemNullableDateTime
The start date.
endDate (Optional)
Type: SystemNullableDateTime
The end date.
start (Optional)
Type: SystemNullableInt32
The first item to return.
limit (Optional)
Type: SystemNullableInt32
The maximum number of brands to return.

Return Value

Type: BlazeGetInvoicesResponse
The invoices.
See Also