Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.71 KB

File metadata and controls

34 lines (25 loc) · 1.71 KB

UnibeeApiMerchantMetricUserMetric

Properties

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]

Example

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)

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