[][src]Struct billecta::ProductsTemplateView

pub struct ProductsTemplateView {
    pub creditor_public_id: Option<Guid>,
    pub default_product_type: Option<ProductTypeView>,
    pub default_purchase_account: Option<i64>,
    pub default_sales_account: Option<i64>,
    pub default_sales_eu_account: Option<i64>,
    pub default_sales_euvat_account: Option<i64>,
    pub default_sales_non_eu_account: Option<i64>,
    pub default_sales_units: Option<String>,
    pub default_sales_vat: Option<f64>,
    pub default_vat_account: Option<i64>,
}

Fields

creditor_public_id: Option<Guid>default_product_type: Option<ProductTypeView>default_purchase_account: Option<i64>default_sales_account: Option<i64>default_sales_eu_account: Option<i64>default_sales_euvat_account: Option<i64>default_sales_non_eu_account: Option<i64>default_sales_units: Option<String>default_sales_vat: Option<f64>default_vat_account: Option<i64>

Trait Implementations

impl Clone for ProductsTemplateView[src]

impl Debug for ProductsTemplateView[src]

impl Default for ProductsTemplateView[src]

impl<'de> Deserialize<'de> for ProductsTemplateView[src]

impl Serialize for ProductsTemplateView[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.