Click or drag to resize

UsageLogHelperGetLatestByCustomerAndCounterAndSubscriptionId Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.GetLatestByCustomerAndCounterAndSubscriptionId(Atomia.Account.Lib.BusinessObjects.Account,System.Guid,System.String)"]

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 GetLatestByCustomerAndCounterAndSubscriptionId(
	Account customer,
	Guid subscriptionId,
	string counterId
)

Parameters

customer
Type: Account

[Missing <param name="customer"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.GetLatestByCustomerAndCounterAndSubscriptionId(Atomia.Account.Lib.BusinessObjects.Account,System.Guid,System.String)"]

subscriptionId
Type: SystemGuid

[Missing <param name="subscriptionId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.GetLatestByCustomerAndCounterAndSubscriptionId(Atomia.Account.Lib.BusinessObjects.Account,System.Guid,System.String)"]

counterId
Type: SystemString

[Missing <param name="counterId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.GetLatestByCustomerAndCounterAndSubscriptionId(Atomia.Account.Lib.BusinessObjects.Account,System.Guid,System.String)"]

Return Value

Type: UsageLogData

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.GetLatestByCustomerAndCounterAndSubscriptionId(Atomia.Account.Lib.BusinessObjects.Account,System.Guid,System.String)"]

See Also