Struct billecta::SelfInvoiceActionSubView[][src]

pub struct SelfInvoiceActionSubView {
Show 30 fields pub action_public_id: Option<String>, pub action_type: Option<ActionTypeView>, pub attested_date: Option<DateTime>, pub bankgiro_no: Option<String>, pub closed_date: Option<DateTime>, 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 due_date: Option<DateTime>, pub file: Option<FileView>, pub invoice_date: Option<DateTime>, pub invoice_number: Option<String>, pub invoice_sent_date: Option<DateTime>, pub invoiced_amount: Option<AmountView>, pub is_commented: Option<bool>, pub is_paused: Option<bool>, pub next_event: Option<String>, pub next_event_date: Option<DateTime>, pub next_payment_amount: Option<AmountView>, pub next_payment_date: Option<DateTime>, pub ocr: Option<String>, pub stage: Option<SelfInvoiceActionStageTypeView>, pub total_vat_amount: Option<AmountView>,
}

Fields

action_public_id: Option<String>action_type: Option<ActionTypeView>attested_date: Option<DateTime>bankgiro_no: Option<String>closed_date: Option<DateTime>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>due_date: Option<DateTime>file: Option<FileView>invoice_date: Option<DateTime>invoice_number: Option<String>invoice_sent_date: Option<DateTime>invoiced_amount: Option<AmountView>is_commented: Option<bool>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>next_payment_amount: Option<AmountView>next_payment_date: Option<DateTime>ocr: Option<String>stage: Option<SelfInvoiceActionStageTypeView>total_vat_amount: Option<AmountView>

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.