pub struct CD3 {Show 14 fields
pub _01: Option<String>,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<String>,
pub _13: Option<String>,
pub _14: Option<String>,
}Expand description
CD3 - Carton (Package) Detail
To transmit identifying codes, weights, and other related information related to an individual carton (package)
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 187 | Weight Qualifier | 1 | X | ID | 1/2 |
| 02 | 81 | Weight | 1 | X | R | 1/10 |
| 03 | 619 | Zone | 1 | O | AN | 2/3 |
| 04 | 34 | Service Standard | 1 | O | N1 | 1/4 |
| 05 | 284 | Service Level Code | 1 | X | ID | 2/2 |
| 06 | 108 | Pick-up or Delivery Code | 1 | O | ID | 1/2 |
| 07 | 122 | Rate/Value Qualifier | 1 | X | ID | 2/2 |
| 08 | 58 | Charge | 1 | X/Z | N2 | 1/12 |
| 09 | 122 | Rate/Value Qualifier | 1 | X | ID | 2/2 |
| 10 | 58 | Charge | 1 | X/Z | N2 | 1/12 |
| 11 | 284 | Service Level Code | 1 | X | ID | 2/2 |
| 12 | 284 | Service Level Code | 1 | O | ID | 2/2 |
| 13 | 591 | Payment Method Code | 1 | O | ID | 3/3 |
| 14 | 26 | Country Code | 1 | O/Z | ID | 2/3 |
Fields§
§_01: Option<String>§_02: Option<String>§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<String>§_14: Option<String>26 - Country Code
Code identifying the country
- TYPE=ID
- MIN=2
- MAX=3
Trait Implementations§
source§impl<'de> Deserialize<'de> for CD3
impl<'de> Deserialize<'de> for CD3
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CD3
impl StructuralEq for CD3
impl StructuralPartialEq for CD3
Auto Trait Implementations§
impl RefUnwindSafe for CD3
impl Send for CD3
impl Sync for CD3
impl Unpin for CD3
impl UnwindSafe for CD3
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more