AccountsHelperGetCountry Method (Guid, String, String) |
Gets country code and country tag for given account id.
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 void GetCountry(
Guid accountId,
out string countryCode,
out string countryTag
)
Public Shared Sub GetCountry (
accountId As Guid,
<OutAttribute> ByRef countryCode As String,
<OutAttribute> ByRef countryTag As String
)
public:
static void GetCountry(
Guid accountId,
[OutAttribute] String^% countryCode,
[OutAttribute] String^% countryTag
)
static member GetCountry :
accountId : Guid *
countryCode : string byref *
countryTag : string byref -> unit
Parameters
- accountId
- Type: SystemGuid
The account id. - countryCode
- Type: SystemString
The country code. - countryTag
- Type: SystemString
The country tag.
See Also