public interface CorrectiveInvoice extends InvoiceCommon<CorrectiveInvoicePosition>
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmountDueAfterCorrection() |
String |
getAmountDueAfterCorrectionInWords() |
String |
getReasonOfCorrection() |
void |
setAmountDueAfterCorrection(BigDecimal amountDue) |
void |
setAmountDueAfterCorrectionInWords(String text) |
void |
setReasonOfCorrection(String reason) |
getAmountAlreadyPaid, getAmountDue, getAmountDueInWords, getAreCommentsVisible, getBankAccountNumber, getComments, getIsReceipt, getPaymentType, setAmountAlreadyPaid, setAmountDue, setAmountDueInWords, setAreCommentsVisible, setBankAccountNumber, setComments, setIsReceipt, setPaymentTypegetAuthenticityText, getBuyer, getNumber, getSeller, getSellPlace, setAuthenticityText, setNumber, setSellPlaceBigDecimal getAmountDueAfterCorrection()
void setAmountDueAfterCorrection(BigDecimal amountDue)
String getAmountDueAfterCorrectionInWords()
void setAmountDueAfterCorrectionInWords(String text)
String getReasonOfCorrection()
void setReasonOfCorrection(String reason)
Copyright © 2015 Matsuo IT. All rights reserved.