Struct square_api_client::models::InvoiceRecipientTaxIds
source · [−]Expand description
Represents the tax IDs for an invoice recipient.
The country of the seller account determines whether the corresponding tax_ids
field is
available for the customer. For more information, see Invoice recipient tax
IDs.
Fields
eu_vat: Option<String>
Read only The EU VAT identification number for the invoice recipient. For example, IE3426675K.
Trait Implementations
sourceimpl Clone for InvoiceRecipientTaxIds
impl Clone for InvoiceRecipientTaxIds
sourcefn clone(&self) -> InvoiceRecipientTaxIds
fn clone(&self) -> InvoiceRecipientTaxIds
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvoiceRecipientTaxIds
impl Debug for InvoiceRecipientTaxIds
sourceimpl Default for InvoiceRecipientTaxIds
impl Default for InvoiceRecipientTaxIds
sourcefn default() -> InvoiceRecipientTaxIds
fn default() -> InvoiceRecipientTaxIds
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InvoiceRecipientTaxIds
impl<'de> Deserialize<'de> for InvoiceRecipientTaxIds
sourcefn 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
sourceimpl PartialEq<InvoiceRecipientTaxIds> for InvoiceRecipientTaxIds
impl PartialEq<InvoiceRecipientTaxIds> for InvoiceRecipientTaxIds
sourcefn eq(&self, other: &InvoiceRecipientTaxIds) -> bool
fn eq(&self, other: &InvoiceRecipientTaxIds) -> bool
sourceimpl Serialize for InvoiceRecipientTaxIds
impl Serialize for InvoiceRecipientTaxIds
impl Eq for InvoiceRecipientTaxIds
impl StructuralEq for InvoiceRecipientTaxIds
impl StructuralPartialEq for InvoiceRecipientTaxIds
Auto Trait Implementations
impl RefUnwindSafe for InvoiceRecipientTaxIds
impl Send for InvoiceRecipientTaxIds
impl Sync for InvoiceRecipientTaxIds
impl Unpin for InvoiceRecipientTaxIds
impl UnwindSafe for InvoiceRecipientTaxIds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.