| Package | Description |
|---|---|
| io.konik.csv.model | |
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.unece.codes |
Data Types package created from UN/EDIFACT Core Components Library (UN/CCL)
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
Row.Tax.getType() |
| Modifier and Type | Method and Description |
|---|---|
Row.Tax |
Row.Tax.setType(Reference type) |
| Constructor and Description |
|---|
Tax(String number,
Reference type) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
TaxRegistration.getType()
Gets the tax type.
|
| Modifier and Type | Method and Description |
|---|---|
TaxRegistration |
TaxRegistration.setType(Reference taxType)
Sets the UNCL 1153 tax type.
|
| Constructor and Description |
|---|
TaxRegistration(String taxNumber,
Reference typeOfTax)
Instantiates a new tax registration.
|
| Modifier and Type | Method and Description |
|---|---|
static Reference |
Reference.getByCode(String enumCode)
Gets the type by code.
|
static Reference |
Reference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reference[] |
Reference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.