[][src]Struct billecta::CreditorView

pub struct CreditorView {
    pub address: Option<String>,
    pub address2: Option<String>,
    pub approved_company_tax: Option<bool>,
    pub attention: Option<String>,
    pub care_of: Option<String>,
    pub city: Option<String>,
    pub country_code: Option<String>,
    pub creditor_bank_info: Option<CreditorBankInfoView>,
    pub creditor_claims_contact: Option<CreditorClaimsContactView>,
    pub creditor_contact: Option<CreditorContactView>,
    pub creditor_invoice_address: Option<CreditorInvoiceAddressView>,
    pub creditor_public_id: Option<Guid>,
    pub creditor_signatory_contact: Option<CreditorSignatoryContactView>,
    pub gln: Option<String>,
    pub is_enabled: Option<bool>,
    pub logo_url: Option<String>,
    pub name: Option<String>,
    pub next_invoice_number: Option<String>,
    pub org_no: Option<String>,
    pub phone: Option<String>,
    pub residence: Option<String>,
    pub use_cent_rounding: Option<bool>,
    pub uses_client_fund_for_invoicing: Option<bool>,
    pub vat_number: Option<String>,
    pub zip_code: Option<String>,
}

Fields

address: Option<String>address2: Option<String>approved_company_tax: Option<bool>attention: Option<String>care_of: Option<String>city: Option<String>country_code: Option<String>creditor_bank_info: Option<CreditorBankInfoView>creditor_claims_contact: Option<CreditorClaimsContactView>creditor_contact: Option<CreditorContactView>creditor_invoice_address: Option<CreditorInvoiceAddressView>creditor_public_id: Option<Guid>creditor_signatory_contact: Option<CreditorSignatoryContactView>gln: Option<String>is_enabled: Option<bool>logo_url: Option<String>name: Option<String>next_invoice_number: Option<String>org_no: Option<String>phone: Option<String>residence: Option<String>use_cent_rounding: Option<bool>uses_client_fund_for_invoicing: Option<bool>vat_number: Option<String>zip_code: Option<String>

Trait Implementations

impl Clone for CreditorView[src]

impl Debug for CreditorView[src]

impl Default for CreditorView[src]

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

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