MaxRenewalPeriodsGetItemByKey Method |
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
)
Public Function GetItemByKey (
tld As String
) As MaxRenewalPeriod
public:
MaxRenewalPeriod^ GetItemByKey(
String^ tld
)
member GetItemByKey :
tld : string -> MaxRenewalPeriod
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