# SibApiV3Sdk.MasterDetailsResponsePlanInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currencyCode** | **String** | Plan currency | [optional] 
**nextBillingAt** | **Number** | Timestamp of next billing date | [optional] 
**price** | **Number** | Plan amount | [optional] 
**planPeriod** | **String** | Plan period type | [optional] 
**subAccounts** | **Number** | Number of sub-accounts | [optional] 
**features** | [**[MasterDetailsResponsePlanInfoFeatures]**](MasterDetailsResponsePlanInfoFeatures.md) | List of provided features in the plan | [optional] 


<a name="PlanPeriodEnum"></a>
## Enum: PlanPeriodEnum


* `month` (value: `"month"`)

* `year` (value: `"year"`)




