[][src]Struct billecta::ContractInvoiceActionRecordView

pub struct ContractInvoiceActionRecordView {
    pub advance_invoice: Option<bool>,
    pub article_description: Option<String>,
    pub article_number: Option<String>,
    pub cost_center: Option<String>,
    pub discount_amount: Option<AmountView>,
    pub discount_percentage: Option<f64>,
    pub discount_type: Option<DiscountTypeView>,
    pub external_reference: Option<String>,
    pub hidden: Option<bool>,
    pub invoiced_from: Option<DateTime>,
    pub invoiced_to: Option<DateTime>,
    pub post_invoice: Option<bool>,
    pub product_public_id: Option<Guid>,
    pub project: Option<String>,
    pub quantity: Option<f64>,
    pub record_type: Option<RecordTypeView>,
    pub rot_rut_activated: Option<bool>,
    pub rot_rut_amount: Option<AmountView>,
    pub rot_rut_hours: Option<i64>,
    pub rot_rut_material_cost_amount: Option<AmountView>,
    pub rot_rut_type: Option<RotRutTypeView>,
    pub sequence_no: Option<i64>,
    pub unit_price: Option<AmountView>,
    pub units: Option<String>,
    pub vat: Option<f64>,
    pub vat_is_included: Option<bool>,
}

Fields

advance_invoice: Option<bool>article_description: Option<String>article_number: Option<String>cost_center: Option<String>discount_amount: Option<AmountView>discount_percentage: Option<f64>discount_type: Option<DiscountTypeView>external_reference: Option<String>hidden: Option<bool>invoiced_from: Option<DateTime>invoiced_to: Option<DateTime>post_invoice: Option<bool>product_public_id: Option<Guid>project: Option<String>quantity: Option<f64>record_type: Option<RecordTypeView>rot_rut_activated: Option<bool>rot_rut_amount: Option<AmountView>rot_rut_hours: Option<i64>rot_rut_material_cost_amount: Option<AmountView>rot_rut_type: Option<RotRutTypeView>sequence_no: Option<i64>unit_price: Option<AmountView>units: Option<String>vat: Option<f64>vat_is_included: Option<bool>

Trait Implementations

impl Clone for ContractInvoiceActionRecordView[src]

impl Debug for ContractInvoiceActionRecordView[src]

impl Default for ContractInvoiceActionRecordView[src]

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

impl Serialize for ContractInvoiceActionRecordView[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.