pub struct PartyTax {
pub id: Identifier,
pub scheme: String,
}Expand description
Extra PartyTaxScheme row (PINT-MY SST + TIN + TTx).
Fields§
§id: IdentifierTax identifier on this extra PartyTaxScheme row.
scheme: StringTaxScheme ID (VAT, GST, AAL). Never SST.
Trait Implementations§
impl Eq for PartyTax
impl StructuralPartialEq for PartyTax
Auto Trait Implementations§
impl Freeze for PartyTax
impl RefUnwindSafe for PartyTax
impl Send for PartyTax
impl Sync for PartyTax
impl Unpin for PartyTax
impl UnsafeUnpin for PartyTax
impl UnwindSafe for PartyTax
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