Container of country/region information

interface ProfileRegions {
    noticeContactConsentRequirementRegions: string[];
    optOutContactConsentRequirementRegions: string[];
    regions: ProfileRegion[];
}

Properties

noticeContactConsentRequirementRegions: string[]

List of country/region code with contact consent requirement type of notice

optOutContactConsentRequirementRegions: string[]

List of country/region code with contact consent requirement type of opt-out

regions: ProfileRegion[]

List of country/regions