# atom_api.CampaignPlanPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description for the campaign plan | 
**isActive** | **Boolean** | Indicates if the campaign plan is currently active. Defaults to true which indicates that it is active | [optional] [default to true]
**planRates** | [**[CampaignPlanPayloadPlanRates]**](CampaignPlanPayloadPlanRates.md) |  | [optional] 
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 
**metadata** | **Object** | Custom information associated with the campaign plan in the format key:value | [optional] 


