Class GeographicRegion

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(geographicRegionCode: string): GeographicRegion

Parameters

  • geographicRegionCode: string

Returns

GeographicRegion

constructor(): GeographicRegion

Returns

GeographicRegion

Properties

public code: string

public codeThreeDigit: string

public codeThreeLetter: string

public codeTwoLetter: string

public currenciesInUse: IVectorView

public displayName: string

public nativeName: string

Methods

public static isSupported(geographicRegionCode: string): boolean

Parameters

  • geographicRegionCode: string

Returns

boolean