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

Structure for specifying invoice line item total price data.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.TotalPrice{
  currency: float(),
  totalDiscountAbsolute: float() | nil,
  totalDiscountPercentage: float() | nil,
  totalGrossAmount: float(),
  totalNetAmount: float(),
  totalTaxAmount: float()
}