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]
currency_code
str
Currency code
[optional]
Example
fromshipping.models.get_all_pickups_data_inner_pickup_summary_innerimportGetAllPickupsDataInnerPickupSummaryInner# TODO update the JSON string belowjson="{}"# create an instance of GetAllPickupsDataInnerPickupSummaryInner from a JSON stringget_all_pickups_data_inner_pickup_summary_inner_instance=GetAllPickupsDataInnerPickupSummaryInner.from_json(json)
# print the JSON string representation of the objectprint(GetAllPickupsDataInnerPickupSummaryInner.to_json())
# convert the object into a dictget_all_pickups_data_inner_pickup_summary_inner_dict=get_all_pickups_data_inner_pickup_summary_inner_instance.to_dict()
# create an instance of GetAllPickupsDataInnerPickupSummaryInner from a dictget_all_pickups_data_inner_pickup_summary_inner_from_dict=GetAllPickupsDataInnerPickupSummaryInner.from_dict(get_all_pickups_data_inner_pickup_summary_inner_dict)