You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identifier of the hPanel account that owns the store.
[optional]
created_at
datetime
Creation date
[optional]
default_currency_code
str
Default currency code (ISO 4217), in lowercase.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_store_store_creation_resource_storeimportEcommerceV1StoreStoreCreationResourceStore# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1StoreStoreCreationResourceStore from a JSON stringecommerce_v1_store_store_creation_resource_store_instance=EcommerceV1StoreStoreCreationResourceStore.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1StoreStoreCreationResourceStore.to_json())
# convert the object into a dictecommerce_v1_store_store_creation_resource_store_dict=ecommerce_v1_store_store_creation_resource_store_instance.to_dict()
# create an instance of EcommerceV1StoreStoreCreationResourceStore from a dictecommerce_v1_store_store_creation_resource_store_from_dict=EcommerceV1StoreStoreCreationResourceStore.from_dict(ecommerce_v1_store_store_creation_resource_store_dict)