Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.15 KB

Limits.md

File metadata and controls

16 lines (13 loc) · 1.15 KB

IO.Swagger.Model.Limits

Properties

Name Type Description Notes
AllowPrepay bool? Determines if the account would like to allow per-minute calls if they have no available credit [optional] [default to true]
AuthzResourceTypes List<string> List of Resource-Types that will authorize the call; bypassing limit checks and billing [optional]
BurstTrunks int? The number of two-way, flat-rate trunks used only if no other trunks are available [optional]
Calls int? A hard limit for the total number calls [optional]
InboundTrunks int? The number of inbound, flat-rate trunks [optional]
OutboundTrunks int? The number of outbound, flat-rate trunks [optional]
ResourceConsumingCalls int? A hard limit for the number of resource consuming calls [optional]
TwowayTrunks int? The number of two-way, flat-rate trunks [optional]

[Back to Model list] [Back to API list] [Back to README]