| 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 |
|---|---|
PaymentTerm |
PaymentTerm.addDescription(String description)
Adds a human readable description of the terms of payment.
|
PaymentTerm |
PaymentTerm.addPartialPayments(Amount partialPayment)
Adds an amount of the partial payment.
|
PaymentTerm |
PaymentTerm.setDiscount(PaymentDiscountTerms discount)
Sets the the payment discount terms.
|
PaymentTerm |
PaymentTerm.setDue(ZfDate due)
Sets the new due date of the payment.
|
PaymentTerm |
PaymentTerm.setPenalty(PaymentPenaltyTerms penalty)
Sets the payment penalty terms..
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentTerm> |
Settlement.getPaymentTerms()
Gets the specified trade payment terms.
|
| Modifier and Type | Method and Description |
|---|---|
Settlement |
Settlement.addPaymentTerm(PaymentTerm additionalPaymentTerm)
Adds a Payment Term.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.