Struct billecta::InstallmentPlanActionSubView[][src]

pub struct InstallmentPlanActionSubView {
Show 30 fields 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 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 interest_percentage: Option<f64>, pub invoice_numbers: Vec<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<InstallmentPlanActionStageTypeView>,
}

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>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>interest_percentage: Option<f64>invoice_numbers: Vec<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<InstallmentPlanActionStageTypeView>

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.