public class TaxSummaryDTO extends BaseDTO
Constructor and Description |
---|
TaxSummaryDTO() |
Modifier and Type | Method and Description |
---|---|
Double |
getTaxAmount() |
String |
getTaxCode() |
String |
getTaxExcemptionReasion() |
String |
getTaxExcemptionReasionCode() |
Double |
getTaxPercent() |
String |
getTaxType() |
String |
getTaxTypeIntName() |
Double |
getTotalAmount() |
Double |
getTotalExcTax() |
Double |
getTransactionCurrencyTaxAmount() |
void |
setTaxAmount(Double taxAmount) |
void |
setTaxCode(String code) |
void |
setTaxExcemptionReasion(String taxExcemptionReasion) |
void |
setTaxExcemptionReasionCode(String taxExcemptionReasionCode) |
void |
setTaxPercent(Double taxPercent) |
void |
setTaxType(String taxType) |
void |
setTaxTypeIntName(String taxTypeIntName) |
void |
setTotalAmount(Double totalAmount) |
void |
setTotalExcTax(Double totalExcTax) |
void |
setTransactionCurrencyTaxAmount(Double transactionCurrencyTaxAmount) |
public Double getTaxPercent()
public void setTaxPercent(Double taxPercent)
public String getTaxType()
public void setTaxType(String taxType)
public String getTaxTypeIntName()
public void setTaxTypeIntName(String taxTypeIntName)
public String getTaxCode()
public void setTaxCode(String code)
public Double getTotalExcTax()
public void setTotalExcTax(Double totalExcTax)
public Double getTaxAmount()
public void setTaxAmount(Double taxAmount)
public Double getTotalAmount()
public void setTotalAmount(Double totalAmount)
public Double getTransactionCurrencyTaxAmount()
public void setTransactionCurrencyTaxAmount(Double transactionCurrencyTaxAmount)
public String getTaxExcemptionReasion()
public void setTaxExcemptionReasion(String taxExcemptionReasion)
public String getTaxExcemptionReasionCode()
public void setTaxExcemptionReasionCode(String taxExcemptionReasionCode)
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.