Type Alias PhonePlansListCallingPlansResponse
PhonePlansListCallingPlansResponse: {
calling_plans?: {
assigned?: number;
available?: number;
billing_account_id?: string;
billing_account_name?: string;
name?: string;
subscribed?: number;
type?: number;
}[];
}