Struct edifact_types::d00b::Pci
source · pub struct Pci {
pub _010: Option<String>,
pub _020: Option<C210>,
pub _030: Option<String>,
pub _040: Option<C827>,
}Expand description
PCI - PACKAGE IDENTIFICATION
A segment specifying marks related to the transport line items.
Fields§
§_010: Option<String>MARKING INSTRUCTIONS CODE
Code specifying instructions for marking.
_020: Option<C210>C210 - MARKS & LABELS
Shipping marks on packages in free text; one to ten lines.
_030: Option<String>CONTAINER OR PACKAGE CONTENTS INDICATOR CODE
Code indicating the contents of container or package.
_040: Option<C827>C827 - TYPE OF MARKING
Specification of the type of marking that reflects the method that was used and the conventions adhered to for marking (e.g. of packages).
Trait Implementations§
source§impl<'de> Deserialize<'de> for Pci
impl<'de> Deserialize<'de> for Pci
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