pub struct PaymentTerms {
pub note: String,
}Expand description
Payment Terms
Fields§
§note: StringPayment Terms A textual description of the payment terms that apply to the amount due for payment (Including description of possible penalties). In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present.
Trait Implementations§
Source§impl Clone for PaymentTerms
impl Clone for PaymentTerms
Source§fn clone(&self) -> PaymentTerms
fn clone(&self) -> PaymentTerms
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 PaymentTerms
impl Debug for PaymentTerms
Source§impl<'de> Deserialize<'de> for PaymentTerms
impl<'de> Deserialize<'de> for PaymentTerms
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 PaymentTerms
impl RefUnwindSafe for PaymentTerms
impl Send for PaymentTerms
impl Sync for PaymentTerms
impl Unpin for PaymentTerms
impl UnwindSafe for PaymentTerms
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