Struct edifact_types::d95b::Bgm
source · pub struct Bgm {
pub _010: Option<C002>,
pub _020: Option<String>,
pub _030: Option<_1225>,
pub _040: Option<_4343>,
}Expand description
BGM - BEGINNING OF MESSAGE
To indicate the type and function of a message and to transmit the identifying number.
Fields§
§_010: Option<C002>§_020: Option<String>1004 - Document/message number
Reference number assigned to the document/message by the issuer. an..35
_030: Option<_1225>§_040: Option<_4343>Trait Implementations§
source§impl<'de> Deserialize<'de> for Bgm
impl<'de> Deserialize<'de> for Bgm
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