Struct billecta::SelfInvoiceActionStateView [−][src]
pub struct SelfInvoiceActionStateView {
pub attested_date: Option<DateTime>,
pub closed_date: Option<DateTime>,
pub invoice_sent_date: Option<DateTime>,
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 paid_date: Option<DateTime>,
pub stage: Option<SelfInvoiceActionStageTypeView>,
}Fields
attested_date: Option<DateTime>closed_date: Option<DateTime>invoice_sent_date: Option<DateTime>is_paused: Option<bool>next_event: Option<String>next_event_date: Option<DateTime>next_payment_amount: Option<AmountView>next_payment_date: Option<DateTime>paid_date: Option<DateTime>stage: Option<SelfInvoiceActionStageTypeView>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 SelfInvoiceActionStateView
impl Send for SelfInvoiceActionStateView
impl Sync for SelfInvoiceActionStateView
impl Unpin for SelfInvoiceActionStateView
impl UnwindSafe for SelfInvoiceActionStateView
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more