public class FilingReturnCreditModel
extends java.lang.Object
| Constructor and Description |
|---|
FilingReturnCreditModel() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getTotalExempt()
Getter for totalExempt
The resourceFileId used to retrieve the attachment
|
java.math.BigDecimal |
getTotalSales()
Getter for totalSales
The resourceFileId used to retrieve the attachment
|
java.math.BigDecimal |
getTotalTax()
Getter for totalTax
The resourceFileId used to retrieve the attachment
|
java.math.BigDecimal |
getTotalTaxable()
Getter for totalTaxable
The resourceFileId used to retrieve the attachment
|
java.util.ArrayList<WorksheetDocument> |
getTransactionDetails()
Getter for transactionDetails
The excluded carry over credit documents
|
void |
setTotalExempt(java.math.BigDecimal value)
Setter for totalExempt
The resourceFileId used to retrieve the attachment
|
void |
setTotalSales(java.math.BigDecimal value)
Setter for totalSales
The resourceFileId used to retrieve the attachment
|
void |
setTotalTax(java.math.BigDecimal value)
Setter for totalTax
The resourceFileId used to retrieve the attachment
|
void |
setTotalTaxable(java.math.BigDecimal value)
Setter for totalTaxable
The resourceFileId used to retrieve the attachment
|
void |
setTransactionDetails(java.util.ArrayList<WorksheetDocument> value)
Setter for transactionDetails
The excluded carry over credit documents
|
java.lang.String |
toString()
Returns a JSON string representation of FilingReturnCreditModel
|
public java.math.BigDecimal getTotalSales()
public void setTotalSales(java.math.BigDecimal value)
public java.math.BigDecimal getTotalExempt()
public void setTotalExempt(java.math.BigDecimal value)
public java.math.BigDecimal getTotalTaxable()
public void setTotalTaxable(java.math.BigDecimal value)
public java.math.BigDecimal getTotalTax()
public void setTotalTax(java.math.BigDecimal value)
public java.util.ArrayList<WorksheetDocument> getTransactionDetails()
public void setTransactionDetails(java.util.ArrayList<WorksheetDocument> value)
public java.lang.String toString()
toString in class java.lang.Object