pub struct TaxRepresentative {
pub name: String,
pub vat_identifier: Option<Identifier>,
pub address: Option<PostalAddress>,
}Expand description
BG-11 seller tax representative.
Fields§
§name: StringBT-62 name.
vat_identifier: Option<Identifier>BT-63 VAT identifier.
address: Option<PostalAddress>BG-12 postal address (BT-69 country).
Trait Implementations§
Source§impl Clone for TaxRepresentative
impl Clone for TaxRepresentative
Source§fn clone(&self) -> TaxRepresentative
fn clone(&self) -> TaxRepresentative
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TaxRepresentative
impl Debug for TaxRepresentative
impl Eq for TaxRepresentative
Source§impl PartialEq for TaxRepresentative
impl PartialEq for TaxRepresentative
impl StructuralPartialEq for TaxRepresentative
Auto Trait Implementations§
impl Freeze for TaxRepresentative
impl RefUnwindSafe for TaxRepresentative
impl Send for TaxRepresentative
impl Sync for TaxRepresentative
impl Unpin for TaxRepresentative
impl UnsafeUnpin for TaxRepresentative
impl UnwindSafe for TaxRepresentative
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