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
This is the unique identifier given to various specialservice, which is used while Rating.
[optional]
Example
fromshipping.models.single_rate_response_rates_inner_special_services_innerimportSingleRateResponseRatesInnerSpecialServicesInner# TODO update the JSON string belowjson="{}"# create an instance of SingleRateResponseRatesInnerSpecialServicesInner from a JSON stringsingle_rate_response_rates_inner_special_services_inner_instance=SingleRateResponseRatesInnerSpecialServicesInner.from_json(json)
# print the JSON string representation of the objectprint(SingleRateResponseRatesInnerSpecialServicesInner.to_json())
# convert the object into a dictsingle_rate_response_rates_inner_special_services_inner_dict=single_rate_response_rates_inner_special_services_inner_instance.to_dict()
# create an instance of SingleRateResponseRatesInnerSpecialServicesInner from a dictsingle_rate_response_rates_inner_special_services_inner_from_dict=SingleRateResponseRatesInnerSpecialServicesInner.from_dict(single_rate_response_rates_inner_special_services_inner_dict)