public class AllowanceChargeDTO extends BaseDTO
Constructor and Description |
---|
AllowanceChargeDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getAllowanceChargeReason() |
Double |
getAmount() |
String |
getTaxCode() |
Double |
getTaxPercent() |
String |
getTaxType() |
boolean |
isChargeIndicator() |
void |
setAllowanceChargeReason(String allowanceChargeReason) |
void |
setAmount(Double amount) |
void |
setChargeIndicator(boolean chargeIndicator) |
void |
setTaxCode(String code) |
void |
setTaxPercent(Double taxPercent) |
void |
setTaxType(String taxType) |
public boolean isChargeIndicator()
public void setChargeIndicator(boolean chargeIndicator)
public String getAllowanceChargeReason()
public void setAllowanceChargeReason(String allowanceChargeReason)
public Double getAmount()
public void setAmount(Double amount)
public Double getTaxPercent()
public void setTaxPercent(Double taxPercent)
public String getTaxType()
public void setTaxType(String taxType)
public String getTaxCode()
public void setTaxCode(String code)
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.