Click or drag to resize

UsageLogHelperGetLatestEntryByCustomerAndCounterId Method

Gets the latest log entry from the database

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static UsageLogData GetLatestEntryByCustomerAndCounterId(
	Account customer,
	string counterId
)

Parameters

customer
Type: Account
The customer's account
counterId
Type: SystemString
The counter id

Return Value

Type: UsageLogData
Usage log
See Also