pub struct C509 {
pub _010: _5125,
pub _020: Option<String>,
pub _030: Option<_5375>,
pub _040: Option<_5387>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C509 Price information
Identification of price type, price and related details.
Fields§
§_010: _5125Price code qualifier
Code qualifying a price. 1 Code set of 5387 may be used also.
_020: Option<String>Price amount
To specify a price.
_030: Option<_5375>Price type code
Code specifying the type of price.
_040: Option<_5387>Price specification code
Code identifying pricing specification.
_050: Option<String>Unit price basis value
To specify the basis for a unit price.
_060: Option<String>Measurement unit code
Code specifying the unit of measurement. 1 See UN/ECE Recommendation 20, common code.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C509
impl<'de> Deserialize<'de> for C509
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
Auto Trait Implementations§
impl Freeze for C509
impl RefUnwindSafe for C509
impl Send for C509
impl Sync for C509
impl Unpin for C509
impl UnwindSafe for C509
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