Struct billecta::DebtorDefaultActionConfigView[][src]

pub struct DebtorDefaultActionConfigView {
Show 25 fields 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_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_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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.