Struct edifact_types::d00b::C080
source · pub struct C080 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C080 PARTY NAME
Identification of a transaction party by name, one to five lines. Party name may be formatted.
Fields§
§_010: StringParty name M an..35
_020: Option<String>Party name C an..35
_030: Option<String>Party name C an..35
_040: Option<String>Party name C an..35
_050: Option<String>Party name C an..35
_060: Option<String>Party name format code C an..3
Trait Implementations§
source§impl<'de> Deserialize<'de> for C080
impl<'de> Deserialize<'de> for C080
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