[][src]Struct billecta::SelfInvoiceActionEntryView

pub struct SelfInvoiceActionEntryView {
    pub attachments: Vec<SelfInvoiceActionAttachmentView>,
    pub bankgiro_no: Option<String>,
    pub communication_language: Option<LanguageTypeView>,
    pub crediting_self_invoice_public_id: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub debtor_public_id: Option<Guid>,
    pub delivery_date: Option<DateTime>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub due_date: Option<DateTime>,
    pub invoice_date: Option<DateTime>,
    pub message: Option<String>,
    pub our_reference: Option<String>,
    pub records: Vec<SelfInvoiceActionRecordView>,
    pub transfer_reference: Option<String>,
    pub transfer_reference_type: Option<String>,
    pub your_reference: Option<String>,
}

Fields

attachments: Vec<SelfInvoiceActionAttachmentView>bankgiro_no: Option<String>communication_language: Option<LanguageTypeView>crediting_self_invoice_public_id: Option<String>creditor_public_id: Option<Guid>debtor_public_id: Option<Guid>delivery_date: Option<DateTime>delivery_method: Option<DeliveryMethodTypeView>due_date: Option<DateTime>invoice_date: Option<DateTime>message: Option<String>our_reference: Option<String>records: Vec<SelfInvoiceActionRecordView>transfer_reference: Option<String>transfer_reference_type: Option<String>your_reference: Option<String>

Trait Implementations

impl Clone for SelfInvoiceActionEntryView[src]

impl Debug for SelfInvoiceActionEntryView[src]

impl Default for SelfInvoiceActionEntryView[src]

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

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