| Name | Type | Description | Notes |
|---|---|---|---|
| addons | List[UnibeeApiBeanPlanAddonDetail] | Addon | [optional] |
| is_paid | bool | IsPaid | [optional] |
| plan | UnibeeApiBeanPlanSimplify | [optional] | |
| subscription | UnibeeApiBeanSubscriptionSimplify | [optional] | |
| user | UnibeeApiBeanUserAccountSimplify | [optional] | |
| user_merchant_metric_stats | List[UnibeeApiBeanUserMerchantMetricStat] | UserMerchantMetricStats | [optional] |
from openapi_client.models.unibee_api_merchant_metric_user_metric import UnibeeApiMerchantMetricUserMetric
# TODO update the JSON string below
json = "{}"
# create an instance of UnibeeApiMerchantMetricUserMetric from a JSON string
unibee_api_merchant_metric_user_metric_instance = UnibeeApiMerchantMetricUserMetric.from_json(json)
# print the JSON string representation of the object
print UnibeeApiMerchantMetricUserMetric.to_json()
# convert the object into a dict
unibee_api_merchant_metric_user_metric_dict = unibee_api_merchant_metric_user_metric_instance.to_dict()
# create an instance of UnibeeApiMerchantMetricUserMetric from a dict
unibee_api_merchant_metric_user_metric_form_dict = unibee_api_merchant_metric_user_metric.from_dict(unibee_api_merchant_metric_user_metric_dict)