[][src]Struct billecta::DefaultActionConfigView

pub struct DefaultActionConfigView {
    pub automatic_invoice_write_off_thresholds: Vec<AmountView>,
    pub communication_language: Option<LanguageTypeView>,
    pub creditor_public_id: Option<Guid>,
    pub currency_code: Option<String>,
    pub debt_collection_message_public_id: Option<Guid>,
    pub debt_collection_payment_terms_in_days: Option<i64>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub do_not_automatically_send_foreign_invoices_to_debt_collection: Option<bool>,
    pub end_debt_collection_action_level: Option<String>,
    pub include_pdf_in_email: Option<bool>,
    pub incoming_payment_notification_methods: Vec<IncomingPaymentNotificationMethodTypeView>,
    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_fee_only_on_delivery_methods: Vec<DeliveryMethodTypeView>,
    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_description: Option<String>,
    pub reason_for_higher_interest: Option<String>,
    pub reminder_grace_days: Option<i64>,
    pub reminder_invoice_fee: Option<f64>,
    pub reminder_invoice_payment_terms_in_days: Option<i64>,
    pub send_as_priority_mail: Option<bool>,
    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 send_with_color: Option<bool>,
    pub start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>,
}

Fields

automatic_invoice_write_off_thresholds: Vec<AmountView>communication_language: Option<LanguageTypeView>creditor_public_id: Option<Guid>currency_code: Option<String>debt_collection_message_public_id: Option<Guid>debt_collection_payment_terms_in_days: Option<i64>delivery_method: Option<DeliveryMethodTypeView>do_not_automatically_send_foreign_invoices_to_debt_collection: Option<bool>end_debt_collection_action_level: Option<String>include_pdf_in_email: Option<bool>incoming_payment_notification_methods: Vec<IncomingPaymentNotificationMethodTypeView>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_fee_only_on_delivery_methods: Vec<DeliveryMethodTypeView>invoice_payment_terms_in_days: Option<i64>number_of_reminders: Option<i64>our_reference: Option<String>payment_terms_in_days: Option<i64>reason_description: Option<String>reason_for_higher_interest: Option<String>reminder_grace_days: Option<i64>reminder_invoice_fee: Option<f64>reminder_invoice_payment_terms_in_days: Option<i64>send_as_priority_mail: Option<bool>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>send_with_color: Option<bool>start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>

Trait Implementations

impl Clone for DefaultActionConfigView[src]

impl Debug for DefaultActionConfigView[src]

impl Default for DefaultActionConfigView[src]

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

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