[][src]Struct billecta::DebtCollectionActionSubView

pub struct DebtCollectionActionSubView {
    pub action_public_id: Option<String>,
    pub action_type: Option<ActionTypeView>,
    pub attested_date: Option<DateTime>,
    pub closed_date: Option<DateTime>,
    pub communication_language: Option<LanguageTypeView>,
    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 debt_collection_action_source: Option<ActionSourceTypeView>,
    pub debtor_name: Option<String>,
    pub debtor_org_no: Option<String>,
    pub debtor_public_id: Option<Guid>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub delivery_status: Option<DeliveryStatusTypeView>,
    pub files: Vec<FileView>,
    pub installment_plan_public_id: Option<String>,
    pub interest_percentage: Option<f64>,
    pub invoice_numbers: Vec<String>,
    pub invoice_source_public_id: Option<String>,
    pub invoiced_amount: Option<AmountView>,
    pub is_commented: Option<bool>,
    pub is_disputed: Option<bool>,
    pub is_paused: Option<bool>,
    pub next_event: Option<String>,
    pub next_event_date: Option<DateTime>,
    pub oc_rs: Vec<String>,
    pub original_due_date: Option<DateTime>,
    pub original_invoice_date: Option<DateTime>,
    pub original_invoice_number: Option<String>,
    pub payment_terms_in_days: Option<i64>,
    pub stage: Option<ActionStageTypeView>,
}

Fields

action_public_id: Option<String>action_type: Option<ActionTypeView>attested_date: Option<DateTime>closed_date: Option<DateTime>communication_language: Option<LanguageTypeView>created: Option<DateTime>creditor_name: Option<String>creditor_org_no: Option<String>creditor_public_id: Option<Guid>current_amount: Option<AmountView>debt_collection_action_source: Option<ActionSourceTypeView>debtor_name: Option<String>debtor_org_no: Option<String>debtor_public_id: Option<Guid>delivery_method: Option<DeliveryMethodTypeView>delivery_status: Option<DeliveryStatusTypeView>files: Vec<FileView>installment_plan_public_id: Option<String>interest_percentage: Option<f64>invoice_numbers: Vec<String>invoice_source_public_id: Option<String>invoiced_amount: Option<AmountView>is_commented: Option<bool>is_disputed: Option<bool>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>oc_rs: Vec<String>original_due_date: Option<DateTime>original_invoice_date: Option<DateTime>original_invoice_number: Option<String>payment_terms_in_days: Option<i64>stage: Option<ActionStageTypeView>

Trait Implementations

impl Clone for DebtCollectionActionSubView[src]

impl Debug for DebtCollectionActionSubView[src]

impl Default for DebtCollectionActionSubView[src]

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

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