| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| Modifier and Type | Method and Description |
|---|---|
PaymentMeans |
PaymentMeans.addInformation(String additionalInformation)
Adds the free text payment method information.
|
PaymentMeans |
PaymentMeans.setCode(PaymentMeansCode paymentMeansCode)
Sets the UNCL 4461 code.
|
PaymentMeans |
PaymentMeans.setPayeeAccount(CreditorFinancialAccount payeeAccount)
Sets the payee/seller party creditor financial account.
|
PaymentMeans |
PaymentMeans.setPayeeInstitution(FinancialInstitution payeeInstitution)
Sets the payee/seller specified creditor financial institution.
|
PaymentMeans |
PaymentMeans.setPayerAccount(DebtorFinancialAccount payerAccount)
Sets the payer/buyer financial account.
|
PaymentMeans |
PaymentMeans.setPayerInstitution(FinancialInstitution payerInstitution)
Sets the payer/buyer specified debtor financial institution.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentMeans> |
Settlement.getPaymentMeans()
Gets the specified trade settlement payment means.
|
| Modifier and Type | Method and Description |
|---|---|
Settlement |
Settlement.addPaymentMeans(PaymentMeans newPaymentMethod)
Adds the payment method.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.