pub struct PartneredLtlDataOutput {
Show 15 fields pub contact: Box<Contact>, pub box_count: i64, pub seller_freight_class: Option<SellerFreightClass>, pub freight_ready_date: String, pub pallet_list: Vec<Pallet>, pub total_weight: Box<Weight>, pub seller_declared_value: Option<Box<Amount>>, pub amazon_calculated_value: Option<Box<Amount>>, pub preview_pickup_date: String, pub preview_delivery_date: String, pub preview_freight_class: SellerFreightClass, pub amazon_reference_id: String, pub is_bill_of_lading_available: bool, pub partnered_estimate: Option<Box<PartneredEstimate>>, pub carrier_name: String,
}
Expand description

PartneredLtlDataOutput : Information returned by Amazon about a Less Than Truckload/Full Truckload (LTL/FTL) shipment by an Amazon-partnered carrier.

Fields

contact: Box<Contact>box_count: i64seller_freight_class: Option<SellerFreightClass>freight_ready_date: Stringpallet_list: Vec<Pallet>

A list of pallet information.

total_weight: Box<Weight>seller_declared_value: Option<Box<Amount>>amazon_calculated_value: Option<Box<Amount>>preview_pickup_date: Stringpreview_delivery_date: Stringpreview_freight_class: SellerFreightClassamazon_reference_id: String

A unique identifier created by Amazon that identifies this Amazon-partnered, Less Than Truckload/Full Truckload (LTL/FTL) shipment.

is_bill_of_lading_available: bool

Indicates whether the bill of lading for the shipment is available.

partnered_estimate: Option<Box<PartneredEstimate>>carrier_name: String

The carrier for the inbound shipment.

Implementations

Information returned by Amazon about a Less Than Truckload/Full Truckload (LTL/FTL) shipment by an Amazon-partnered carrier.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more