[][src]Struct billecta::SupplierInvoiceActionSubView

pub struct SupplierInvoiceActionSubView {
    pub action_public_id: Option<String>,
    pub action_type: Option<String>,
    pub attested_date: Option<DateTime>,
    pub closed_date: Option<DateTime>,
    pub created: Option<DateTime>,
    pub creditor_name: Option<String>,
    pub creditor_org_no: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub current_amount: Option<AmountView>,
    pub due_date: Option<DateTime>,
    pub external_source_id: Option<String>,
    pub invoice_date: Option<DateTime>,
    pub invoice_file: Option<FileView>,
    pub invoice_number: Option<String>,
    pub invoiced_amount: Option<AmountView>,
    pub is_paused: Option<bool>,
    pub next_event: Option<String>,
    pub next_event_date: Option<DateTime>,
    pub next_payment_amount: Option<AmountView>,
    pub next_payment_date: Option<DateTime>,
    pub ocr: Option<String>,
    pub origin: Option<OriginTypeView>,
    pub stage: Option<String>,
    pub supplier_name: Option<String>,
    pub supplier_org_no: Option<String>,
    pub supplier_public_id: Option<Guid>,
}

Fields

action_public_id: Option<String>action_type: Option<String>attested_date: Option<DateTime>closed_date: Option<DateTime>created: Option<DateTime>creditor_name: Option<String>creditor_org_no: Option<String>creditor_public_id: Option<Guid>current_amount: Option<AmountView>due_date: Option<DateTime>external_source_id: Option<String>invoice_date: Option<DateTime>invoice_file: Option<FileView>invoice_number: Option<String>invoiced_amount: Option<AmountView>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>next_payment_amount: Option<AmountView>next_payment_date: Option<DateTime>ocr: Option<String>origin: Option<OriginTypeView>stage: Option<String>supplier_name: Option<String>supplier_org_no: Option<String>supplier_public_id: Option<Guid>

Trait Implementations

impl Clone for SupplierInvoiceActionSubView[src]

impl Debug for SupplierInvoiceActionSubView[src]

impl Default for SupplierInvoiceActionSubView[src]

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

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