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 indicates the parcel type, applicable values are- `PKG`,`LTR`,`TUBE`,`PACK`,`BOX`,`25KG`,`10KG`,`SMALL_EXP_BOX`,`MED_EXP_BOX`,`LG_EXP_BOX`
[optional]
to_address_country_code
str
It indicates the 2 characters- ISO country code of recipient of the shipment.
[optional]
Example
fromshipping.models.schedule_pickup_ups_response_pickup_summary_innerimportSchedulePickupUPSResponsePickupSummaryInner# TODO update the JSON string belowjson="{}"# create an instance of SchedulePickupUPSResponsePickupSummaryInner from a JSON stringschedule_pickup_ups_response_pickup_summary_inner_instance=SchedulePickupUPSResponsePickupSummaryInner.from_json(json)
# print the JSON string representation of the objectprint(SchedulePickupUPSResponsePickupSummaryInner.to_json())
# convert the object into a dictschedule_pickup_ups_response_pickup_summary_inner_dict=schedule_pickup_ups_response_pickup_summary_inner_instance.to_dict()
# create an instance of SchedulePickupUPSResponsePickupSummaryInner from a dictschedule_pickup_ups_response_pickup_summary_inner_from_dict=SchedulePickupUPSResponsePickupSummaryInner.from_dict(schedule_pickup_ups_response_pickup_summary_inner_dict)