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

Structure for specifying invoice shipping conditions.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.ShippingConditions{
  shippingDate: DateTime.t(),
  shippingEndDate: DateTime.t() | nil,
  shippingType: String.t()
}