Type Alias CommonAreasGetCommonAreaDetailsResponse
CommonAreasGetCommonAreaDetailsResponse: {
area_code?: string;
calling_plans?: {
billing_account_id?: string;
billing_account_name?: string;
name?: string;
type?: number;
}[];
cost_center?: string;
country?: { code?: string; country_code?: string; name?: string };
department?: string;
display_name?: string;
emergency_address?: {
address_line1?: string;
address_line2?: string;
city?: string;
country?: string;
id?: string;
state_code?: string;
status?: number;
zip?: string;
};
extension_number?: number;
id?: string;
outbound_caller_ids?: {
is_default?: boolean;
name?: string;
number?: string;
}[];
phone_numbers?: {
display_name?: string;
id?: string;
number?: string;
source?: string;
}[];
policy?: {
international_calling?: {
enable?: boolean;
locked?: boolean;
locked_by?: string;
modified?: boolean;
};
outbound_calling?: {
enable?: boolean;
locked?: boolean;
modified?: boolean;
};
};
site?: { id?: string; name?: string };
status?: string;
}