Struct edifact_types::d95b::C401
source · Expand description
C401 - EXCESS TRANSPORTATION INFORMATION
To provide details of reason for, and responsibility for, use of transportation other than normally utilized.
Fields§
§_010: StringExcess transportation reason, coded
M an..3
_020: StringExcess transportation responsibility, coded
M an..3
_030: Option<String>Customer authorization number
C an..17
Trait Implementations§
source§impl<'de> Deserialize<'de> for C401
impl<'de> Deserialize<'de> for C401
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