LexOffice.Model.InvoiceDetailsResponse (lexoffice.de API v0.1.9) View Source

Structure for holding invoice details data.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.InvoiceDetailsResponse{
  address: LexOffice.Model.Address.t(),
  id: String.t(),
  introduction: String.t(),
  language: String.t(),
  lineItems: [LexOffice.Model.LineItem.t()],
  paymentConditions: LexOffice.Model.PaymentConditions.t(),
  remark: String.t(),
  shippingConditions: LexOffice.Model.ShippingConditions.t(),
  taxAmounts: [LexOffice.Model.TaxAmount.t()],
  taxConditions: LexOffice.Model.TaxConditions.t(),
  title: String.t(),
  totalPrice: LexOffice.Model.TotalPrice.t(),
  voucherDate: DateTime.t(),
  voucherNumber: String.t(),
  voucherStatus: String.t()
}