[][src]Struct billecta::DebtCollectionEntryView

pub struct DebtCollectionEntryView {
    pub communication_language: Option<LanguageTypeView>,
    pub creditor_public_id: Option<Guid>,
    pub debtor_public_id: Option<Guid>,
    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 original_due_date: Option<DateTime>,
    pub original_invoice_date: Option<DateTime>,
    pub original_invoice_file: Option<FileView>,
    pub original_invoice_number: Option<String>,
    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 start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>,
    pub value: Option<AmountView>,
    pub your_reference: Option<String>,
}

Fields

communication_language: Option<LanguageTypeView>creditor_public_id: Option<Guid>debtor_public_id: Option<Guid>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>original_due_date: Option<DateTime>original_invoice_date: Option<DateTime>original_invoice_file: Option<FileView>original_invoice_number: Option<String>our_reference: Option<String>payment_override: Option<PaymentOverrideView>payment_terms_in_days: Option<i64>reason_description: Option<String>reason_for_higher_interest: Option<String>start_debt_collection_action_level: Option<DebtCollectionActionLevelTypeView>value: Option<AmountView>your_reference: Option<String>

Trait Implementations

impl Clone for DebtCollectionEntryView[src]

impl Debug for DebtCollectionEntryView[src]

impl Default for DebtCollectionEntryView[src]

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

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