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
fromshipping.models.rate_shop_response_rates_inner_surcharges_innerimportRateShopResponseRatesInnerSurchargesInner# TODO update the JSON string belowjson="{}"# create an instance of RateShopResponseRatesInnerSurchargesInner from a JSON stringrate_shop_response_rates_inner_surcharges_inner_instance=RateShopResponseRatesInnerSurchargesInner.from_json(json)
# print the JSON string representation of the objectprint(RateShopResponseRatesInnerSurchargesInner.to_json())
# convert the object into a dictrate_shop_response_rates_inner_surcharges_inner_dict=rate_shop_response_rates_inner_surcharges_inner_instance.to_dict()
# create an instance of RateShopResponseRatesInnerSurchargesInner from a dictrate_shop_response_rates_inner_surcharges_inner_from_dict=RateShopResponseRatesInnerSurchargesInner.from_dict(rate_shop_response_rates_inner_surcharges_inner_dict)