| java.lang.Object | |
| ↳ | workday.com.bsvc.OnDemandPaymentDataType |
On Demand Payment Data
Java class for On_Demand_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="On_Demand_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Use_Supplemental_Tax_Rate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Override_Payment_to_Check" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Take_Additional_Withholding" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| overridePaymentToCheck | |||||||||||
| takeAdditionalWithholding | |||||||||||
| useSupplementalTaxRate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the overridePaymentToCheck property.
| |||||||||||
Gets the value of the takeAdditionalWithholding property.
| |||||||||||
Gets the value of the useSupplementalTaxRate property.
| |||||||||||
Sets the value of the overridePaymentToCheck property.
| |||||||||||
Sets the value of the takeAdditionalWithholding property.
| |||||||||||
Sets the value of the useSupplementalTaxRate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the overridePaymentToCheck property.
Gets the value of the takeAdditionalWithholding property.
Gets the value of the useSupplementalTaxRate property.
Sets the value of the overridePaymentToCheck property.
| value | Allowed object is Boolean |
|---|
Sets the value of the takeAdditionalWithholding property.
| value | Allowed object is Boolean |
|---|
Sets the value of the useSupplementalTaxRate property.
| value | Allowed object is Boolean |
|---|

