Type Alias OutboundCallingAddAccountLevelOutboundCallingExceptionRuleRequestBody
OutboundCallingAddAccountLevelOutboundCallingExceptionRuleRequestBody: {
exception_rule?: {
comment?: string;
country: string;
match_type: string;
prefix_number: string;
status: string;
};
}