Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
30 lines (21 loc) · 1.69 KB

DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.md

File metadata and controls

30 lines (21 loc) · 1.69 KB

DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner

Properties

Name Type Description Notes
name str Name or ID of the Input Parameters. [optional]
value str Value of the Input Parameters. [optional]

Example

from shipping.models.domestic_shipment_response_rate_special_services_inner_input_parameters_inner import DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner

# TODO update the JSON string below
json = "{}"
# create an instance of DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner from a JSON string
domestic_shipment_response_rate_special_services_inner_input_parameters_inner_instance = DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.from_json(json)
# print the JSON string representation of the object
print(DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.to_json())

# convert the object into a dict
domestic_shipment_response_rate_special_services_inner_input_parameters_inner_dict = domestic_shipment_response_rate_special_services_inner_input_parameters_inner_instance.to_dict()
# create an instance of DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner from a dict
domestic_shipment_response_rate_special_services_inner_input_parameters_inner_from_dict = DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.from_dict(domestic_shipment_response_rate_special_services_inner_input_parameters_inner_dict)

[Back to Model list] [Back to API list] [Back to README]