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 the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SelfInvoiceActionSubView
impl Send for SelfInvoiceActionSubView
impl Sync for SelfInvoiceActionSubView
impl Unpin for SelfInvoiceActionSubView
impl UnwindSafe for SelfInvoiceActionSubView
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more