| Package | Description |
|---|---|
| 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 |
|---|---|
PaymentMeansCode |
PaymentMeans.getCode()
Gets the UNCL 4461 type code.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentMeans |
PaymentMeans.setCode(PaymentMeansCode paymentMeansCode)
Sets the UNCL 4461 code.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentMeansCode |
PaymentMeansCode.getByCode(String code)
Gets the type by the provided code.
|
static PaymentMeansCode |
PaymentMeansCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMeansCode[] |
PaymentMeansCode.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.