pub struct InvoicedQuantity {
pub unit_code: Code,
}Expand description
Invoiced Quantity The quantity of items (goods or services) that is charged in the Invoice line.
Fields§
§unit_code: CodeInvoiced Quantity Unit Of Measure The unit of measure that applies to the invoiced quantity. Codes for unit of packaging from UNECE Recommendation No. 21 can be used in accordance with the descriptions in the “Intro” section of UN/ECE Recommendation 20, Revision 11 (2015): The 2 character alphanumeric code values in UNECE Recommendation 21 shall be used. To avoid duplication with existing code values in UNECE Recommendation No. 20, each code value from UNECE Recommendation 21 shall be prefixed with an ΓÇ£XΓÇ¥, resulting in a 3 alphanumeric code when used as a unit of measure.
Trait Implementations§
Source§impl Clone for InvoicedQuantity
impl Clone for InvoicedQuantity
Source§fn clone(&self) -> InvoicedQuantity
fn clone(&self) -> InvoicedQuantity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvoicedQuantity
impl Debug for InvoicedQuantity
Source§impl<'de> Deserialize<'de> for InvoicedQuantity
impl<'de> Deserialize<'de> for InvoicedQuantity
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 InvoicedQuantity
impl RefUnwindSafe for InvoicedQuantity
impl Send for InvoicedQuantity
impl Sync for InvoicedQuantity
impl Unpin for InvoicedQuantity
impl UnwindSafe for InvoicedQuantity
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