pub struct G3 {
pub _01: Option<E315>,
pub _02: E317,
pub _03: Option<String>,
pub _04: Option<E201>,
pub _05: Option<E782>,
pub _06: Option<E73>,
}Expand description
G3 - Compensation Information
To convey brokerage, freight forwarder compensation, and other compensation information related to shipments
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 315 | Compensation Paid | O | R 2/5 | ||
| 02 | 317 | Total Compensation Amount | M | N0 3/10 | ||
| 03 | 93 | Name | O | AN 1/60 | ||
| 04 | 201 | Business Transaction Status | O | ID 1/3 | ||
| 05 | 782 | Monetary Amount | O | R 1/18 | ||
| 06 | 73 | Compensation Qualifier | O | ID 1/1 |
Fields§
§_01: Option<E315>§_02: E317§_03: Option<String>§_04: Option<E201>§_05: Option<E782>§_06: Option<E73>Trait Implementations§
Source§impl<'de> Deserialize<'de> for G3
impl<'de> Deserialize<'de> for G3
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 G3
impl StructuralPartialEq for G3
Auto Trait Implementations§
impl Freeze for G3
impl RefUnwindSafe for G3
impl Send for G3
impl Sync for G3
impl Unpin for G3
impl UnsafeUnpin for G3
impl UnwindSafe for G3
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