pub struct L7 {Show 16 fields
pub _01: Option<E213>,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<E170>,
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<E294>,
pub _14: Option<E295>,
pub _15: Option<String>,
pub _16: Option<String>,
}Expand description
L7 - Tariff Reference
To reference details of the tariff used to arrive at applicable rates or charge
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 213 | Lading Line Item Number | O | N0 1/3 | ||
| 02 | 168 | Tariff Agency Code | O | ID 1/4 | ||
| 03 | 171 | Tariff Number | O | AN 1/7 | ||
| 04 | 172 | Tariff Section | O | AN 1/2 | ||
| 05 | 169 | Tariff Item Number | O | AN 1/16 | ||
| 06 | 170 | Tariff Item Part | O | N0 1/2 | ||
| 07 | 59 | Freight Class Code | O | AN 2/5 | ||
| 08 | 173 | Tariff Supplement Identifier | O | AN 1/4 | ||
| 09 | 46 | Ex Parte | O | AN 4/4 | ||
| 10 | 373 | Date | O | DT 8/8 | ||
| 11 | 119 | Rate Basis Number | O | AN 1/6 | ||
| 12 | 227 | Tariff Column | O | AN 1/2 | ||
| 13 | 294 | Tariff Distance | O | N0 1/5 | ||
| 14 | 295 | Distance Qualifier | O | ID 1/1 | ||
| 15 | 19 | City Name | O | AN 2/30 | ||
| 16 | 156 | State or Province Code | O | ID 2/2 |
Fields§
§_01: Option<E213>§_02: Option<String>§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<E170>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<E294>§_14: Option<E295>§_15: Option<String>§_16: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for L7
impl<'de> Deserialize<'de> for L7
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 L7
impl StructuralPartialEq for L7
Auto Trait Implementations§
impl Freeze for L7
impl RefUnwindSafe for L7
impl Send for L7
impl Sync for L7
impl Unpin for L7
impl UnsafeUnpin for L7
impl UnwindSafe for L7
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