Price plan Structure
Base Attributes
| Attribute | Type | Example | 
|---|---|---|
| 
       id The ID of the price plan  | 
    Integer | 1 | 
| 
       name The name of the price plan  | 
    String | Standard Price Plan | 
| 
       extension_cost  | 
    ||
| 
       incoming_number_cost  | 
    ||
| 
       daily_call_cost_limit The total value of daily calls which can be made  | 
    Decimal | 5.0 | 
| 
       call_rate_limit The maximum charge which can be incurred per minute  | 
    Decimal | 0.1 | 
| 
       call_connect_limit The maxinimum connection charge that can be incurred  | 
    Decimal | 0.15 | 
Extended Attributes
| Attribute | Type | Example | 
|---|---|---|
| 
       created_at The time the price plan was created  | 
    Time | 2017-03-22T11:54:57.000Z | 
| 
       updated_at The time the price plan was updated  | 
    Time | 2017-03-22T11:54:57.000Z | 
Expansions
Expansions are embedded structures of other objects that are related to the structure that you're viewing. Which expansions are returned by a specific action are shown on that action's documentation however some actions allow you to choose which expansions are returned.
| Attribute | Type | Example | 
|---|---|---|
| 
       tariff The base price plans that applies to this reseller  | 
    Hash | Tariff structure | 
| 
       call_bundles The call bundles that are available to this price plan  | 
    Price plan call bundle structure | |
| 
       reseller The reseller that owns this price plan 
  | 
    Hash | Reseller structure | 
| 
       parent The price plan that is inherited 
  | 
    Hash | Price plan structure |