| java.lang.Object | |
| ↳ | com.coupa.transaction.TaxDetail |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}TaxableAmount"/>
<element ref="{}TaxAmount"/>
<element ref="{}TaxLocation"/>
</sequence>
<attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="percentageRate" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="purpose" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="taxPointDate" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| category | |||||||||||
| percentageRate | |||||||||||
| purpose | |||||||||||
| taxAmount | |||||||||||
| taxLocation | |||||||||||
| taxPointDate | |||||||||||
| taxableAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the category property.
| |||||||||||
Gets the value of the percentageRate property.
| |||||||||||
Gets the value of the purpose property.
| |||||||||||
Gets the value of the taxAmount property.
| |||||||||||
Gets the value of the taxLocation property.
| |||||||||||
Gets the value of the taxPointDate property.
| |||||||||||
Gets the value of the taxableAmount property.
| |||||||||||
Sets the value of the category property.
| |||||||||||
Sets the value of the percentageRate property.
| |||||||||||
Sets the value of the purpose property.
| |||||||||||
Sets the value of the taxAmount property.
| |||||||||||
Sets the value of the taxLocation property.
| |||||||||||
Sets the value of the taxPointDate property.
| |||||||||||
Sets the value of the taxableAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the category property.
Gets the value of the percentageRate property.
Gets the value of the purpose property.
Gets the value of the taxAmount property.
MoneyType
Gets the value of the taxLocation property.
TaxLocation
Gets the value of the taxPointDate property.
Gets the value of the taxableAmount property.
MoneyType
Sets the value of the category property.
| value | Allowed object is String |
|---|
Sets the value of the percentageRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the purpose property.
| value | Allowed object is String |
|---|
Sets the value of the taxAmount property.
| value | Allowed object is
MoneyType
|
|---|
Sets the value of the taxLocation property.
| value | Allowed object is
TaxLocation
|
|---|
Sets the value of the taxPointDate property.
| value | Allowed object is String |
|---|
Sets the value of the taxableAmount property.
| value | Allowed object is
MoneyType
|
|---|