Click or drag to resize

IAtomiaBillingApiGetResellerCommissionSummary Method

Gets the reseller commission summary.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<ResellerCommissionSummary> GetResellerCommissionSummary(
	Guid resellerId,
	DateTime startDate,
	DateTime endDate,
	int[] statuses,
	bool showSums
)

Parameters

resellerId
Type: SystemGuid
The reseller identifier.
startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
statuses
Type: SystemInt32
The statuses.
showSums
Type: SystemBoolean
if set to true commissions are grouped and summed by reseller and status.

Return Value

Type: IListResellerCommissionSummary
List of reseller commissions
See Also