Click or drag to resize

DocumentNumberProviderGetNextNumber Method

Gets next number for reseller and counter type.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public long GetNextNumber(
	Guid resellerId,
	int counterType
)

Parameters

resellerId
Type: SystemGuid
The reseller id.
counterType
Type: SystemInt32
The counter type.

Return Value

Type: Int64
Next document number.
See Also