| java.lang.Object | |
| ↳ | workday.com.bsvc.SubmitAdHocPaymentRequestType |
Contains data for creating or updating an ad hoc payments and submitting for business processing
Java class for Submit_Ad_hoc_Payment_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Submit_Ad_hoc_Payment_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ad_hoc_Payment_Reference" type="{urn:com.workday/bsvc}Ad_hoc_PaymentObjectType" minOccurs="0"/>
<element name="Business_Process_Parameters" type="{urn:com.workday/bsvc}Financials_Business_Process_ParametersType" minOccurs="0"/>
<element name="Ad_hoc_Payment_Data" type="{urn:com.workday/bsvc}Ad_hoc_Payment_DataType" minOccurs="0"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adHocPaymentData | |||||||||||
| adHocPaymentReference | |||||||||||
| addOnly | |||||||||||
| businessProcessParameters | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adHocPaymentData property.
| |||||||||||
Gets the value of the adHocPaymentReference property.
| |||||||||||
Gets the value of the businessProcessParameters property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the adHocPaymentData property.
| |||||||||||
Sets the value of the adHocPaymentReference property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the businessProcessParameters property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the adHocPaymentData property.
AdHocPaymentDataType
Gets the value of the adHocPaymentReference property.
AdHocPaymentObjectType
Gets the value of the businessProcessParameters property.
FinancialsBusinessProcessParametersType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the adHocPaymentData property.
| value | Allowed object is
AdHocPaymentDataType
|
|---|
Sets the value of the adHocPaymentReference property.
| value | Allowed object is
AdHocPaymentObjectType
|
|---|
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the businessProcessParameters property.
| value | Allowed object is
FinancialsBusinessProcessParametersType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

