pub struct SHD {Show 14 fields
pub _01: Option<E382>,
pub _02: Option<E413>,
pub _03: Option<String>,
pub _04: Option<E81>,
pub _05: Option<String>,
pub _06: Option<E183>,
pub _07: Option<String>,
pub _08: Option<E398>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<E368>,
pub _13: Option<String>,
pub _14: Option<String>,
}Expand description
SHD - Shipment Detail
To specify shipment details for an item
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 382 | Number of Units Shipped | 1 | X | R | 1/10 |
| 02 | 413 | Quantity Received | 1 | X | R | 1/7 |
| 03 | 355 | Unit or Basis for Measurement Code | 1 | X | ID | 2/2 |
| 04 | 81 | Weight | 1 | X | R | 1/10 |
| 05 | 355 | Unit or Basis for Measurement Code | 1 | X | ID | 2/2 |
| 06 | 183 | Volume | 1 | X | R | 1/8 |
| 07 | 355 | Unit or Basis for Measurement Code | 1 | X | ID | 2/2 |
| 08 | 398 | Order Sizing Factor | 1 | O | R | 1/10 |
| 09 | 417 | Price Bracket Identifier | 1 | O | AN | 1/3 |
| 10 | 91 | Transportation Method/Type Code | 1 | O | ID | 1/2 |
| 11 | 140 | Standard Carrier Alpha Code | 1 | O | ID | 2/4 |
| 12 | 368 | Shipment/Order Status Code | 1 | O | ID | 2/2 |
| 13 | 128 | Reference Identification Qualifier | 1 | O | ID | 2/3 |
| 14 | 127 | Reference Identification | 1 | X | AN | 1/50 |
Fields§
§_01: Option<E382>§_02: Option<E413>§_03: Option<String>§_04: Option<E81>§_05: Option<String>§_06: Option<E183>§_07: Option<String>§_08: Option<E398>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<E368>§_13: Option<String>§_14: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SHD
impl<'de> Deserialize<'de> for SHD
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 SHD
impl StructuralPartialEq for SHD
Auto Trait Implementations§
impl Freeze for SHD
impl RefUnwindSafe for SHD
impl Send for SHD
impl Sync for SHD
impl Unpin for SHD
impl UnsafeUnpin for SHD
impl UnwindSafe for SHD
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP