[][src]Struct billecta::ReconciliationInvoiceActionEntryView

pub struct ReconciliationInvoiceActionEntryView {
    pub autogiro_withdrawal_date: Option<DateTime>,
    pub communication_language: Option<LanguageTypeView>,
    pub credit_card_withdrawal_date: Option<DateTime>,
    pub creditor_public_id: Option<Guid>,
    pub current_amount: Option<AmountView>,
    pub current_reminder_fees: Option<AmountView>,
    pub debtor: Option<ReconciliationDebtorView>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub external_reference: Option<String>,
    pub external_url: Option<String>,
    pub invoice_file: Option<FileView>,
    pub invoice_number: Option<String>,
    pub ocr: Option<String>,
    pub send_as_priority_mail: Option<bool>,
    pub send_with_color: Option<bool>,
}

Fields

autogiro_withdrawal_date: Option<DateTime>communication_language: Option<LanguageTypeView>credit_card_withdrawal_date: Option<DateTime>creditor_public_id: Option<Guid>current_amount: Option<AmountView>current_reminder_fees: Option<AmountView>debtor: Option<ReconciliationDebtorView>delivery_method: Option<DeliveryMethodTypeView>external_reference: Option<String>external_url: Option<String>invoice_file: Option<FileView>invoice_number: Option<String>ocr: Option<String>send_as_priority_mail: Option<bool>send_with_color: Option<bool>

Trait Implementations

impl Clone for ReconciliationInvoiceActionEntryView[src]

impl Debug for ReconciliationInvoiceActionEntryView[src]

impl Default for ReconciliationInvoiceActionEntryView[src]

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

impl Serialize for ReconciliationInvoiceActionEntryView[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.