[][src]Struct billecta::DebtCollectionFromReconciliationInvoiceEntryView

pub struct DebtCollectionFromReconciliationInvoiceEntryView {
    pub address: Option<String>,
    pub address2: Option<String>,
    pub attention: Option<String>,
    pub care_of: Option<String>,
    pub city: Option<String>,
    pub communication_language: Option<LanguageTypeView>,
    pub country_code: Option<String>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub email: Option<String>,
    pub interest_percentage: Option<f64>,
    pub interest_start_in_days_after_due_date: Option<i64>,
    pub interest_terms_in_days: Option<i64>,
    pub interest_type: Option<InterestTypeView>,
    pub number_of_reminders: Option<i64>,
    pub org_no: Option<String>,
    pub original_due_date: Option<DateTime>,
    pub original_invoice_date: Option<DateTime>,
    pub our_reference: Option<String>,
    pub payment_terms_in_days: Option<i64>,
    pub phone: Option<String>,
    pub reason_description: Option<String>,
    pub reason_for_higher_interest: Option<String>,
    pub source_public_id: Option<String>,
    pub start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>,
    pub your_reference: Option<String>,
    pub zip_code: Option<String>,
}

Fields

address: Option<String>address2: Option<String>attention: Option<String>care_of: Option<String>city: Option<String>communication_language: Option<LanguageTypeView>country_code: Option<String>delivery_method: Option<DeliveryMethodTypeView>email: Option<String>interest_percentage: Option<f64>interest_start_in_days_after_due_date: Option<i64>interest_terms_in_days: Option<i64>interest_type: Option<InterestTypeView>number_of_reminders: Option<i64>org_no: Option<String>original_due_date: Option<DateTime>original_invoice_date: Option<DateTime>our_reference: Option<String>payment_terms_in_days: Option<i64>phone: Option<String>reason_description: Option<String>reason_for_higher_interest: Option<String>source_public_id: Option<String>start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>your_reference: Option<String>zip_code: Option<String>

Trait Implementations

impl Clone for DebtCollectionFromReconciliationInvoiceEntryView[src]

impl Debug for DebtCollectionFromReconciliationInvoiceEntryView[src]

impl Default for DebtCollectionFromReconciliationInvoiceEntryView[src]

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

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