LexOffice.Model.CreateCreditNote (lexoffice.de API v0.1.9) View Source
Structure for holding data when creating an invoice.
Link to this section Summary
Link to this section Types
Specs
t() :: %LexOffice.Model.CreateCreditNote{
address: LexOffice.Model.Address.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(),
voucherStatus: String.t()
}