[][src]Struct billecta::DebtCollectionFromInvoiceEntryView

pub struct DebtCollectionFromInvoiceEntryView {
    pub communication_language: Option<LanguageTypeView>,
    pub delivery_address_override: Option<DeliveryAddressOverrideView>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub end_debt_collection_action_level: 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 our_reference: Option<String>,
    pub payment_override: Option<PaymentOverrideView>,
    pub payment_terms_in_days: Option<i64>,
    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>,
}

Fields

communication_language: Option<LanguageTypeView>delivery_address_override: Option<DeliveryAddressOverrideView>delivery_method: Option<DeliveryMethodTypeView>end_debt_collection_action_level: 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>our_reference: Option<String>payment_override: Option<PaymentOverrideView>payment_terms_in_days: Option<i64>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>

Trait Implementations

impl Clone for DebtCollectionFromInvoiceEntryView[src]

impl Debug for DebtCollectionFromInvoiceEntryView[src]

impl Default for DebtCollectionFromInvoiceEntryView[src]

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

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