[][src]Struct billecta::YearlyAutogiroContractInvoiceView

pub struct YearlyAutogiroContractInvoiceView {
    pub account_number: Option<String>,
    pub address: Option<String>,
    pub address2: Option<String>,
    pub amount: Option<f64>,
    pub bank: Option<String>,
    pub city: Option<String>,
    pub clearing_number: Option<String>,
    pub creditor_public_id: Option<Guid>,
    pub debtor_external_id: Option<String>,
    pub email: Option<String>,
    pub enable_automatic_debt_collection: Option<bool>,
    pub enable_automatic_reminder: Option<bool>,
    pub end_date: Option<DateTime>,
    pub name: Option<String>,
    pub phone: Option<String>,
    pub ssn: Option<String>,
    pub start_date: Option<DateTime>,
    pub withdrawal_day: Option<i64>,
    pub withdrawal_month: Option<i64>,
    pub zip_code: Option<String>,
}

Fields

account_number: Option<String>address: Option<String>address2: Option<String>amount: Option<f64>bank: Option<String>city: Option<String>clearing_number: Option<String>creditor_public_id: Option<Guid>debtor_external_id: Option<String>email: Option<String>enable_automatic_debt_collection: Option<bool>enable_automatic_reminder: Option<bool>end_date: Option<DateTime>name: Option<String>phone: Option<String>ssn: Option<String>start_date: Option<DateTime>withdrawal_day: Option<i64>withdrawal_month: Option<i64>zip_code: Option<String>

Trait Implementations

impl Clone for YearlyAutogiroContractInvoiceView[src]

impl Debug for YearlyAutogiroContractInvoiceView[src]

impl Default for YearlyAutogiroContractInvoiceView[src]

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

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