| Name | Type | Description | Notes |
|---|---|---|---|
| tiers | List[PagePricingTiersInner] | [optional] | |
| page_packs | List[PagePricingPagePacksInner] | [optional] |
from rankvectors.models.page_pricing import PagePricing
# TODO update the JSON string below
json = "{}"
# create an instance of PagePricing from a JSON string
page_pricing_instance = PagePricing.from_json(json)
# print the JSON string representation of the object
print(PagePricing.to_json())
# convert the object into a dict
page_pricing_dict = page_pricing_instance.to_dict()
# create an instance of PagePricing from a dict
page_pricing_from_dict = PagePricing.from_dict(page_pricing_dict)