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
Wholesale price of the package. Not all transfer types require this value. Only should be set if the `transferType` has `transactionType="Wholesale"`. See the create transfer inputs endpoints for details.
[optional]
gross_weight
float
Gross weight of the package. Not all transfer types require this value. Only should be set if the `transferType` has `requiresPackagesGrossWeight=true`. See the create transfer inputs endpoints for details.
[optional]
gross_unit_of_weight_id
float
Unit of weight identifier for the package. Not all transfer types require this value. Only should be set if the `transferType` has `requiresPackagesGrossWeight=true`. See the create transfer inputs endpoints for details.
[optional]
Example
fromt3api.models.v2_transfers_create_post_request_inner_destinations_inner_packages_innerimportV2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner# TODO update the JSON string belowjson="{}"# create an instance of V2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner from a JSON stringv2_transfers_create_post_request_inner_destinations_inner_packages_inner_instance=V2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner.from_json(json)
# print the JSON string representation of the objectprint(V2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner.to_json())
# convert the object into a dictv2_transfers_create_post_request_inner_destinations_inner_packages_inner_dict=v2_transfers_create_post_request_inner_destinations_inner_packages_inner_instance.to_dict()
# create an instance of V2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner from a dictv2_transfers_create_post_request_inner_destinations_inner_packages_inner_from_dict=V2TransfersCreatePostRequestInnerDestinationsInnerPackagesInner.from_dict(v2_transfers_create_post_request_inner_destinations_inner_packages_inner_dict)