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
)
Public Shared Function GetLatestEntryByCustomerAndCounterId (
customer As Account,
counterId As String
) As UsageLogData
public:
static UsageLogData^ GetLatestEntryByCustomerAndCounterId(
Account^ customer,
String^ counterId
)
static member GetLatestEntryByCustomerAndCounterId :
customer : Account *
counterId : string -> UsageLogData
Parameters
- customer
- Type: Account
The customer's account - counterId
- Type: SystemString
The counter id
Return Value
Type:
UsageLogDataUsage log
See Also