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
)
Public Function GetNextNumber (
resellerId As Guid,
counterType As Integer
) As Long
public:
long long GetNextNumber(
Guid resellerId,
int counterType
)
member GetNextNumber :
resellerId : Guid *
counterType : int -> int64
Parameters
- resellerId
- Type: SystemGuid
The reseller id. - counterType
- Type: SystemInt32
The counter type.
Return Value
Type:
Int64Next document number.
See Also