public class TaxAuthorityTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TaxAuthorityTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Getter for description
The description name of this tax authority type.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this tax Authority customer type.
|
java.lang.String |
getTaxAuthorityGroup()
Getter for taxAuthorityGroup
Tax Authority Group
|
void |
setDescription(java.lang.String value)
Setter for description
The description name of this tax authority type.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this tax Authority customer type.
|
void |
setTaxAuthorityGroup(java.lang.String value)
Setter for taxAuthorityGroup
Tax Authority Group
|
java.lang.String |
toString()
Returns a JSON string representation of TaxAuthorityTypeModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getTaxAuthorityGroup()
public void setTaxAuthorityGroup(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object