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