pub struct BA1 {
pub _01: E645,
pub _02: String,
pub _03: String,
pub _04: String,
pub _05: String,
pub _06: Option<String>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: String,
pub _11: Option<String>,
pub _12: Option<String>,
}Expand description
BA1 - Export Shipment Identifying Information
To transmit identifying information for an export shipment
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 645 | Related Company Indication Code | 1 | M | ID | 1/1 |
| 02 | 306 | Action Code | 1 | M | ID | 1/2 |
| 03 | 91 | Transportation Method/Type Code | 1 | M | ID | 1/2 |
| 04 | 26 | Country Code | 1 | M | ID | 2/3 |
| 05 | 127 | Reference Identification | 1 | M | AN | 1/50 |
| 06 | 116 | Postal Code | 1 | O | ID | 3/15 |
| 07 | 26 | Country Code | 1 | O | ID | 2/3 |
| 08 | 156 | State or Province Code | 1 | O | ID | 2/2 |
| 09 | 151 | Authority | 1 | O | AN | 1/20 |
| 10 | 140 | Standard Carrier Alpha Code | 1 | M | ID | 2/4 |
| 11 | 310 | Location Identifier | 1 | O | AN | 1/30 |
| 12 | 182 | Vessel Name | 1 | O | AN | 2/28 |
Fields§
§_01: E645§_02: String§_03: String§_04: String§_05: String§_06: Option<String>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: String§_11: Option<String>§_12: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for BA1
impl<'de> Deserialize<'de> for BA1
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 BA1
impl StructuralPartialEq for BA1
Auto Trait Implementations§
impl Freeze for BA1
impl RefUnwindSafe for BA1
impl Send for BA1
impl Sync for BA1
impl Unpin for BA1
impl UnsafeUnpin for BA1
impl UnwindSafe for BA1
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