Skip to content

Commit

Permalink
Fix order of fields in InvoiceLinePriceAllowanceCharge
Browse files Browse the repository at this point in the history
  • Loading branch information
printesoi committed Mar 27, 2024
1 parent dbfb9ba commit 0d765b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -1148,14 +1148,14 @@ type InvoiceLinePriceAllowanceCharge struct {
// test[cbc:ChargeIndicator == false] => deducere
// test[cbc:ChargeIndicator == true] => taxă suplimentară
ChargeIndicator bool `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 ChargeIndicator"`
// ID: BT-148
// Term: Preţul brut al articolului
// Cardinality: 0..1
BaseAmount AmountWithCurrency `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 BaseAmount"`
// ID: BT-147
// Term: Reducere la prețul articolului
// Cardinality: 0..1
Amount AmountWithCurrency `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 Amount"`
// ID: BT-148
// Term: Preţul brut al articolului
// Cardinality: 0..1
BaseAmount AmountWithCurrency `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 BaseAmount"`
}

type InvoiceOrderReference struct {
Expand Down

0 comments on commit 0d765b5

Please sign in to comment.