[][src]Struct billecta::ContractInvoiceActionView

pub struct ContractInvoiceActionView {
    pub action_public_id: Option<String>,
    pub amount: Option<AmountView>,
    pub attachments: Vec<ContractInvoiceActionAttachmentView>,
    pub auto_attest: Option<bool>,
    pub auto_merge: Option<bool>,
    pub autogiro_withdrawal_enabled: Option<bool>,
    pub communication_language: Option<LanguageTypeView>,
    pub contract_number: Option<String>,
    pub credit_card_withdrawal_enabled: Option<bool>,
    pub creditor_public_id: Option<Guid>,
    pub debt_collection_details: Option<DebtCollectionDetailsView>,
    pub debtor_public_id: Option<Guid>,
    pub delivery_address_override: Option<DeliveryAddressOverrideView>,
    pub delivery_method: Option<DeliveryMethodTypeView>,
    pub events: Vec<ContractInvoiceActionEventView>,
    pub external_reference: Option<String>,
    pub freight_fee: Option<AmountView>,
    pub generate_invoices_of_action_type: Option<ActionTypeView>,
    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 invoice_fee: Option<AmountView>,
    pub invoice_period: Option<ContractInvoicePeriodRuleTypeView>,
    pub invoice_period_months_offset: Option<i64>,
    pub message: Option<String>,
    pub our_reference: Option<String>,
    pub payment_override: Option<PaymentOverrideView>,
    pub payment_terms_in_days: Option<i64>,
    pub reason_for_higher_interest: Option<String>,
    pub records: Vec<ContractInvoiceActionRecordView>,
    pub recurrence_details: Option<RecurrenceDetailsView>,
    pub reminder_invoice_details: Option<ReminderInvoiceDetailsView>,
    pub reverse_vat_details: Option<ReverseVATDetailsView>,
    pub rot_rut_details: Option<RotRutDetailsView>,
    pub send_by_mail_if_email_not_viewed_in_days: Option<i64>,
    pub state: Option<ContractInvoiceActionStateView>,
    pub vat_is_included: Option<bool>,
    pub your_reference: Option<String>,
}

Fields

action_public_id: Option<String>amount: Option<AmountView>attachments: Vec<ContractInvoiceActionAttachmentView>auto_attest: Option<bool>auto_merge: Option<bool>autogiro_withdrawal_enabled: Option<bool>communication_language: Option<LanguageTypeView>contract_number: Option<String>credit_card_withdrawal_enabled: Option<bool>creditor_public_id: Option<Guid>debt_collection_details: Option<DebtCollectionDetailsView>debtor_public_id: Option<Guid>delivery_address_override: Option<DeliveryAddressOverrideView>delivery_method: Option<DeliveryMethodTypeView>events: Vec<ContractInvoiceActionEventView>external_reference: Option<String>freight_fee: Option<AmountView>generate_invoices_of_action_type: Option<ActionTypeView>interest_percentage: Option<f64>interest_start_in_days_after_due_date: Option<i64>interest_terms_in_days: Option<i64>interest_type: Option<InterestTypeView>invoice_fee: Option<AmountView>invoice_period: Option<ContractInvoicePeriodRuleTypeView>invoice_period_months_offset: Option<i64>message: Option<String>our_reference: Option<String>payment_override: Option<PaymentOverrideView>payment_terms_in_days: Option<i64>reason_for_higher_interest: Option<String>records: Vec<ContractInvoiceActionRecordView>recurrence_details: Option<RecurrenceDetailsView>reminder_invoice_details: Option<ReminderInvoiceDetailsView>reverse_vat_details: Option<ReverseVATDetailsView>rot_rut_details: Option<RotRutDetailsView>send_by_mail_if_email_not_viewed_in_days: Option<i64>state: Option<ContractInvoiceActionStateView>vat_is_included: Option<bool>your_reference: Option<String>

Trait Implementations

impl Clone for ContractInvoiceActionView[src]

impl Debug for ContractInvoiceActionView[src]

impl Default for ContractInvoiceActionView[src]

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

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