Struct billecta::InvoiceActionStateView [−][src]
pub struct InvoiceActionStateView {Show 15 fields
pub attested_date: Option<DateTime>,
pub closed_date: Option<DateTime>,
pub credit_card_payment_public_id: Option<Guid>,
pub disputed_date: Option<DateTime>,
pub invoice_sent_date: Option<DateTime>,
pub is_locked: Option<bool>,
pub is_paused: Option<bool>,
pub next_event: Option<String>,
pub next_event_date: Option<DateTime>,
pub sales_requested_date: Option<DateTime>,
pub sent_to_debt_collection_date: Option<DateTime>,
pub sms_sent_date: Option<DateTime>,
pub stage: Option<InvoiceActionStageTypeView>,
pub swish_payment_public_id: Option<String>,
pub use_debtor_balance: Option<bool>,
}Fields
attested_date: Option<DateTime>closed_date: Option<DateTime>credit_card_payment_public_id: Option<Guid>disputed_date: Option<DateTime>invoice_sent_date: Option<DateTime>is_locked: Option<bool>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>sales_requested_date: Option<DateTime>sent_to_debt_collection_date: Option<DateTime>sms_sent_date: Option<DateTime>stage: Option<InvoiceActionStageTypeView>swish_payment_public_id: Option<String>use_debtor_balance: Option<bool>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 InvoiceActionStateView
impl Send for InvoiceActionStateView
impl Sync for InvoiceActionStateView
impl Unpin for InvoiceActionStateView
impl UnwindSafe for InvoiceActionStateView
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more