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
It takes the input parameters. `RETURN_PKG_DESCRIPTION` is required for UPS and `RMA_NUMBER` for FedEx
[optional]
value
str
It specifies the input value
[optional]
Example
fromshipping.models.return_label_special_services_inner_input_parameters_innerimportReturnLabelSpecialServicesInnerInputParametersInner# TODO update the JSON string belowjson="{}"# create an instance of ReturnLabelSpecialServicesInnerInputParametersInner from a JSON stringreturn_label_special_services_inner_input_parameters_inner_instance=ReturnLabelSpecialServicesInnerInputParametersInner.from_json(json)
# print the JSON string representation of the objectprint(ReturnLabelSpecialServicesInnerInputParametersInner.to_json())
# convert the object into a dictreturn_label_special_services_inner_input_parameters_inner_dict=return_label_special_services_inner_input_parameters_inner_instance.to_dict()
# create an instance of ReturnLabelSpecialServicesInnerInputParametersInner from a dictreturn_label_special_services_inner_input_parameters_inner_from_dict=ReturnLabelSpecialServicesInnerInputParametersInner.from_dict(return_label_special_services_inner_input_parameters_inner_dict)