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
>-The parameters to set for the special service, such as an insurance value or a receipt-number format. This is required if the specialservice requires input parameters. If a special service does not require input parameters, you can either leave out the array or pass an empty array.
[optional]
special_service_id
str
A unique identifier associated to the Special Service , which depends on the carrier based service.
[optional]
Example
fromshipping.models.get_single_shipment_rate_special_services_innerimportGetSingleShipmentRateSpecialServicesInner# TODO update the JSON string belowjson="{}"# create an instance of GetSingleShipmentRateSpecialServicesInner from a JSON stringget_single_shipment_rate_special_services_inner_instance=GetSingleShipmentRateSpecialServicesInner.from_json(json)
# print the JSON string representation of the objectprint(GetSingleShipmentRateSpecialServicesInner.to_json())
# convert the object into a dictget_single_shipment_rate_special_services_inner_dict=get_single_shipment_rate_special_services_inner_instance.to_dict()
# create an instance of GetSingleShipmentRateSpecialServicesInner from a dictget_single_shipment_rate_special_services_inner_from_dict=GetSingleShipmentRateSpecialServicesInner.from_dict(get_single_shipment_rate_special_services_inner_dict)