Click or drag to resize

ISubscriptionHelperGetSubscriptionsByCustomAttribute Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ISubscriptionHelper.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
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.ISubscriptionHelper.GetSubscriptionsByCustomAttribute(System.Guid,System.String,System.String)"]

key
Type: SystemString

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

value
Type: SystemString

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

Return Value

Type: ListSubscription

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

See Also