[][src]Struct billecta::DebtCollectionActionStateView

pub struct DebtCollectionActionStateView {
    pub attested_date: Option<DateTime>,
    pub closed_date: Option<DateTime>,
    pub debt_collection_invoice_sent_date: Option<DateTime>,
    pub disputed_date: Option<DateTime>,
    pub has_previously_been_sent_to_installment_plan: Option<bool>,
    pub is_paused: Option<bool>,
    pub late_payment_invoice_sent_date: Option<DateTime>,
    pub next_event: Option<String>,
    pub next_event_date: Option<DateTime>,
    pub number_of_sent_invoice_reminders: Option<i64>,
    pub sent_to_bailiff_date: Option<DateTime>,
    pub sent_to_bailiff_enforcement_date: Option<DateTime>,
    pub stage: Option<ActionStageTypeView>,
}

Fields

attested_date: Option<DateTime>closed_date: Option<DateTime>debt_collection_invoice_sent_date: Option<DateTime>disputed_date: Option<DateTime>has_previously_been_sent_to_installment_plan: Option<bool>is_paused: Option<bool>late_payment_invoice_sent_date: Option<DateTime>next_event: Option<String>next_event_date: Option<DateTime>number_of_sent_invoice_reminders: Option<i64>sent_to_bailiff_date: Option<DateTime>sent_to_bailiff_enforcement_date: Option<DateTime>stage: Option<ActionStageTypeView>

Trait Implementations

impl Clone for DebtCollectionActionStateView[src]

impl Debug for DebtCollectionActionStateView[src]

impl Default for DebtCollectionActionStateView[src]

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

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