SubscriptionHelperGetMaximumRenewalPeriod Method |
Gets the maximum renewal period.
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 int GetMaximumRenewalPeriod(
string tld
)
Public Shared Function GetMaximumRenewalPeriod (
tld As String
) As Integer
public:
static int GetMaximumRenewalPeriod(
String^ tld
)
static member GetMaximumRenewalPeriod :
tld : string -> int
Parameters
- tld
- Type: SystemString
The top level domain for which maximum renewal period is being queried.
Return Value
Type:
Int32Maximum renewal period in months.
See Also