Method | Description | |
---|---|---|
GetAllCountries ( System httpContextBase, OrderServiceReferences service ) : List |
Get all countries from Billing API, wrapping with a process cache.
|
|
GetDefaultCountryCodeFromConfig ( ) : string |
Gets the default country code from config.
|
|
GetDefaultCurrencyCodeFromConfig ( string countryCode ) : string |
Gets the default currency code from config. If no code is set to default, currency code is determined by country code. |
|
GetEUCountryCodes ( List |
Gets the EU country codes.
|
|
GetSupportedCountriesSelectList ( List |
Gets the supported countries select list.
|
public static GetAllCountries ( System httpContextBase, OrderServiceReferences service ) : List |
||
httpContextBase | System | HttpContext to cache in |
service | OrderServiceReferences | Billing API endpoint |
return | List |
public static GetDefaultCountryCodeFromConfig ( ) : string | ||
return | string |
public static GetDefaultCurrencyCodeFromConfig ( string countryCode ) : string | ||
countryCode | string | The country code. |
return | string |
public static GetEUCountryCodes ( List |
||
countries | List |
The countries. |
return | List |
public static GetSupportedCountriesSelectList ( List |
||
countries | List |
The countries. |
return | List |