[][src]Struct billecta::DebtorDefaultActionConfigView

pub struct DebtorDefaultActionConfigView {
    pub activate_default_action_config_override: Option<bool>,
    pub communication_language: Option<LanguageTypeView>,
    pub currency_code: Option<String>,
    pub debt_collection_payment_terms_in_days: Option<i64>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub include_pdf_in_email: Option<bool>,
    pub interest_percentage: Option<f64>,
    pub interest_start_in_days_after_due_date: Option<i64>,
    pub interest_terms_in_days: Option<i64>,
    pub interest_type: Option<InterestTypeView>,
    pub invoice_comment: Option<String>,
    pub invoice_fee: Option<f64>,
    pub invoice_payment_terms_in_days: Option<i64>,
    pub number_of_reminders: Option<i64>,
    pub our_reference: Option<String>,
    pub payment_terms_in_days: Option<i64>,
    pub reason_for_higher_interest: Option<String>,
    pub reminder_invoice_fee: Option<f64>,
    pub reminder_invoice_payment_terms_in_days: Option<i64>,
    pub send_by_mail_if_email_not_viewed_in_days: Option<i64>,
    pub send_by_mail_if_email_not_viewed_in_days_enabled: Option<bool>,
    pub send_invoice_to_debt_collection: Option<bool>,
    pub send_invoice_to_debt_collection_after_days: Option<i64>,
    pub send_reminder_invoice: Option<bool>,
    pub send_reminder_invoice_days_after_due_date: Option<i64>,
    pub start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>,
}

Fields

activate_default_action_config_override: Option<bool>communication_language: Option<LanguageTypeView>currency_code: Option<String>debt_collection_payment_terms_in_days: Option<i64>delivery_method: Option<DeliveryMethodTypeView>include_pdf_in_email: Option<bool>interest_percentage: Option<f64>interest_start_in_days_after_due_date: Option<i64>interest_terms_in_days: Option<i64>interest_type: Option<InterestTypeView>invoice_comment: Option<String>invoice_fee: Option<f64>invoice_payment_terms_in_days: Option<i64>number_of_reminders: Option<i64>our_reference: Option<String>payment_terms_in_days: Option<i64>reason_for_higher_interest: Option<String>reminder_invoice_fee: Option<f64>reminder_invoice_payment_terms_in_days: Option<i64>send_by_mail_if_email_not_viewed_in_days: Option<i64>send_by_mail_if_email_not_viewed_in_days_enabled: Option<bool>send_invoice_to_debt_collection: Option<bool>send_invoice_to_debt_collection_after_days: Option<i64>send_reminder_invoice: Option<bool>send_reminder_invoice_days_after_due_date: Option<i64>start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>

Trait Implementations

impl Clone for DebtorDefaultActionConfigView[src]

impl Debug for DebtorDefaultActionConfigView[src]

impl Default for DebtorDefaultActionConfigView[src]

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

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