| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentGroupDataType |
Common payment data that can be part identified in payment groups. Can be conditionally returned by setting the "Include Payment Group Data" grouping flag.
Java class for Payment_Group_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Group_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType" minOccurs="0"/>
<element name="Payment_Method_Reference" type="{urn:com.workday/bsvc}Payment_MethodObjectType" minOccurs="0"/>
<element name="Payment_Category_Reference" type="{urn:com.workday/bsvc}Payment_CategoryObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| paymentCategoryReference | |||||||||||
| paymentDate | |||||||||||
| paymentMethodReference | |||||||||||
| paymentTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the paymentCategoryReference property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the paymentMethodReference property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the paymentCategoryReference property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the paymentMethodReference property.
| |||||||||||
Sets the value of the paymentTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the paymentCategoryReference property.
PaymentCategoryObjectType
Gets the value of the paymentDate property.
Gets the value of the paymentMethodReference property.
PaymentMethodObjectType
Gets the value of the paymentTypeReference property.
PaymentTypeObjectType
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the paymentCategoryReference property.
| value | Allowed object is
PaymentCategoryObjectType
|
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentMethodReference property.
| value | Allowed object is
PaymentMethodObjectType
|
|---|
Sets the value of the paymentTypeReference property.
| value | Allowed object is
PaymentTypeObjectType
|
|---|

