pub struct PRI {
pub _010: Option<C509>,
pub _020: Option<_5213>,
}Expand description
PRI Price details
To specify price information.
Fields§
§_010: Option<C509>C509 Price information
Identification of price type, price and related details.
_020: Option<_5213>Sub-line item price change operation code
Code specifying the price change operation for a sub- line item.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PRI
impl<'de> Deserialize<'de> for PRI
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 PRI
impl RefUnwindSafe for PRI
impl Send for PRI
impl Sync for PRI
impl Unpin for PRI
impl UnwindSafe for PRI
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