Struct billecta::InvoiceActionEntryView[][src]

pub struct InvoiceActionEntryView {
Show 35 fields pub action_type: Option<ActionTypeView>, pub attachments: Vec<InvoiceActionAttachmentView>, pub autogiro: Option<AutogiroWithdrawalView>, pub communication_language: Option<LanguageTypeView>, pub credit_card: Option<CreditCardWithdrawalView>, pub crediting_invoice_public_id: Option<String>, 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_date: Option<DateTime>, pub delivery_method: Option<DeliveryMethodTypeView>, pub due_date: Option<DateTime>, pub external_reference: Option<String>, pub freight_fee: Option<AmountView>, pub interest_percentage: Option<f64>, pub interest_start_in_days_after_due_date: Option<i64>, pub interest_type: Option<InterestTypeView>, pub invoice_date: Option<DateTime>, pub invoice_fee: Option<AmountView>, pub invoice_number: Option<String>, pub invoice_pdf: Option<InvoiceFileView>, pub is_locked: Option<bool>, pub message: Option<String>, pub our_reference: Option<String>, pub payment_override: Option<PaymentOverrideView>, pub reason_for_higher_interest: Option<String>, pub records: Vec<InvoiceActionRecordView>, 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 use_debtor_balance: Option<bool>, pub vat_is_included: Option<bool>, pub your_reference: Option<String>,
}

Fields

action_type: Option<ActionTypeView>attachments: Vec<InvoiceActionAttachmentView>autogiro: Option<AutogiroWithdrawalView>communication_language: Option<LanguageTypeView>credit_card: Option<CreditCardWithdrawalView>crediting_invoice_public_id: Option<String>creditor_public_id: Option<Guid>debt_collection_details: Option<DebtCollectionDetailsView>debtor_public_id: Option<Guid>delivery_address_override: Option<DeliveryAddressOverrideView>delivery_date: Option<DateTime>delivery_method: Option<DeliveryMethodTypeView>due_date: Option<DateTime>external_reference: Option<String>freight_fee: Option<AmountView>interest_percentage: Option<f64>interest_start_in_days_after_due_date: Option<i64>interest_type: Option<InterestTypeView>invoice_date: Option<DateTime>invoice_fee: Option<AmountView>invoice_number: Option<String>invoice_pdf: Option<InvoiceFileView>is_locked: Option<bool>message: Option<String>our_reference: Option<String>payment_override: Option<PaymentOverrideView>reason_for_higher_interest: Option<String>records: Vec<InvoiceActionRecordView>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>use_debtor_balance: Option<bool>vat_is_included: Option<bool>your_reference: Option<String>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.