Click or drag to resize

SubscriptionHelperAdapterGetSubscriptionsByCustomAttribute Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.GetSubscriptionsByCustomAttribute(System.Guid,System.String,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 List<Subscription> GetSubscriptionsByCustomAttribute(
	Guid customerId,
	string key,
	string value
)

Parameters

customerId
Type: SystemGuid

[Missing <param name="customerId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.GetSubscriptionsByCustomAttribute(System.Guid,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.GetSubscriptionsByCustomAttribute(System.Guid,System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.GetSubscriptionsByCustomAttribute(System.Guid,System.String,System.String)"]

Return Value

Type: ListSubscription

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelperAdapter.GetSubscriptionsByCustomAttribute(System.Guid,System.String,System.String)"]

Implements

ISubscriptionHelperGetSubscriptionsByCustomAttribute(Guid, String, String)
See Also