pub struct InvoicePreviewIntegrationCustomer {
pub integration_type: String,
pub integration_code: String,
}Expand description
Integration customer for tax providers like Anrok.
Fields§
§integration_type: String§integration_code: StringTrait Implementations§
Source§impl Clone for InvoicePreviewIntegrationCustomer
impl Clone for InvoicePreviewIntegrationCustomer
Source§fn clone(&self) -> InvoicePreviewIntegrationCustomer
fn clone(&self) -> InvoicePreviewIntegrationCustomer
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<'de> Deserialize<'de> for InvoicePreviewIntegrationCustomer
impl<'de> Deserialize<'de> for InvoicePreviewIntegrationCustomer
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 InvoicePreviewIntegrationCustomer
impl RefUnwindSafe for InvoicePreviewIntegrationCustomer
impl Send for InvoicePreviewIntegrationCustomer
impl Sync for InvoicePreviewIntegrationCustomer
impl Unpin for InvoicePreviewIntegrationCustomer
impl UnwindSafe for InvoicePreviewIntegrationCustomer
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