pub struct LineExtensionAmount {
pub currency_id: String,
}Expand description
Invoice Line Net Amount The total amount of the Invoice line. The amount is ΓÇ£netΓÇ¥ without VAT, i.e. inclusive of line level allowances and charges as well as other relevant taxes. Must be rounded to maximum 2 decimals.
Fields§
§currency_id: StringMandatory attribute. Use BT-5
Trait Implementations§
Source§impl Clone for LineExtensionAmount
impl Clone for LineExtensionAmount
Source§fn clone(&self) -> LineExtensionAmount
fn clone(&self) -> LineExtensionAmount
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 LineExtensionAmount
impl Debug for LineExtensionAmount
Source§impl<'de> Deserialize<'de> for LineExtensionAmount
impl<'de> Deserialize<'de> for LineExtensionAmount
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 LineExtensionAmount
impl RefUnwindSafe for LineExtensionAmount
impl Send for LineExtensionAmount
impl Sync for LineExtensionAmount
impl Unpin for LineExtensionAmount
impl UnwindSafe for LineExtensionAmount
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