Type Alias TSPGetAccountsTSPInformationResponse
TSPGetAccountsTSPInformationResponse: {
dial_in_number_unrestricted?: boolean;
dial_in_numbers?: { code?: string; number?: string; type?: string }[];
enable?: boolean;
master_account_setting_extended?: boolean;
modify_credential_forbidden?: boolean;
tsp_bridge?: string;
tsp_enabled?: boolean;
tsp_provider?: string;
}