[][src]Struct billecta::ContractInvoiceActionSubView

pub struct ContractInvoiceActionSubView {
    pub action_public_id: Option<String>,
    pub amount: Option<AmountView>,
    pub contract_number: Option<String>,
    pub created: Option<DateTime>,
    pub creditor_name: Option<String>,
    pub creditor_org_no: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub debtor_name: Option<String>,
    pub debtor_org_no: Option<String>,
    pub debtor_public_id: Option<Guid>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub end: Option<DateTime>,
    pub is_paused: Option<bool>,
    pub last_run_date: Option<DateTime>,
    pub next_run_date: Option<DateTime>,
    pub recurrence_interval: Option<RecurrenceIntervalTypeView>,
    pub start: Option<DateTime>,
}

Fields

action_public_id: Option<String>amount: Option<AmountView>contract_number: Option<String>created: Option<DateTime>creditor_name: Option<String>creditor_org_no: Option<String>creditor_public_id: Option<Guid>debtor_name: Option<String>debtor_org_no: Option<String>debtor_public_id: Option<Guid>delivery_method: Option<DeliveryMethodTypeView>end: Option<DateTime>is_paused: Option<bool>last_run_date: Option<DateTime>next_run_date: Option<DateTime>recurrence_interval: Option<RecurrenceIntervalTypeView>start: Option<DateTime>

Trait Implementations

impl Clone for ContractInvoiceActionSubView[src]

impl Debug for ContractInvoiceActionSubView[src]

impl Default for ContractInvoiceActionSubView[src]

impl<'de> Deserialize<'de> for ContractInvoiceActionSubView[src]

impl Serialize for ContractInvoiceActionSubView[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.