Click or drag to resize

MaxRenewalPeriodsGetItemByKey Method

Gets the MaxRenewalPeriod with the specified key.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public MaxRenewalPeriod GetItemByKey(
	string tld
)

Parameters

tld
Type: SystemString
The key of the MaxRenewalPeriod to retrieve.

Return Value

Type: MaxRenewalPeriod

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Configuration.MaxRenewalPeriods.GetItemByKey(System.String)"]

See Also