| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentAcknowledgementDataType |
Payment Acknowledgement Data add or update payment acknowledgements that allow the update of payment status and error code information.
Java class for Payment_Acknowledgement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Acknowledgement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Processing_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Original_EFT_Payment_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Additional_Reconciliation_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Merchant_Account_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Status_Reference" type="{urn:com.workday/bsvc}Payment_Acknowledgement_StatusObjectType" minOccurs="0"/>
<element name="Payment_Value_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Status_Reason_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status_Reason_Code_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Original_Payment_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Original_Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalReconciliationID | |||||||||||
| currencyReference | |||||||||||
| merchantAccountID | |||||||||||
| originalEFTPaymentID | |||||||||||
| originalPaymentAmount | |||||||||||
| originalPaymentDate | |||||||||||
| paymentProcessingID | |||||||||||
| paymentStatusReference | |||||||||||
| paymentValueDate | |||||||||||
| statusReasonCode | |||||||||||
| statusReasonCodeDescription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalReconciliationID property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the merchantAccountID property.
| |||||||||||
Gets the value of the originalEFTPaymentID property.
| |||||||||||
Gets the value of the originalPaymentAmount property.
| |||||||||||
Gets the value of the originalPaymentDate property.
| |||||||||||
Gets the value of the paymentProcessingID property.
| |||||||||||
Gets the value of the paymentStatusReference property.
| |||||||||||
Gets the value of the paymentValueDate property.
| |||||||||||
Gets the value of the statusReasonCode property.
| |||||||||||
Gets the value of the statusReasonCodeDescription property.
| |||||||||||
Sets the value of the additionalReconciliationID property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the merchantAccountID property.
| |||||||||||
Sets the value of the originalEFTPaymentID property.
| |||||||||||
Sets the value of the originalPaymentAmount property.
| |||||||||||
Sets the value of the originalPaymentDate property.
| |||||||||||
Sets the value of the paymentProcessingID property.
| |||||||||||
Sets the value of the paymentStatusReference property.
| |||||||||||
Sets the value of the paymentValueDate property.
| |||||||||||
Sets the value of the statusReasonCode property.
| |||||||||||
Sets the value of the statusReasonCodeDescription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalReconciliationID property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the merchantAccountID property.
Gets the value of the originalEFTPaymentID property.
Gets the value of the originalPaymentAmount property.
Gets the value of the originalPaymentDate property.
Gets the value of the paymentProcessingID property.
Gets the value of the paymentStatusReference property.
PaymentAcknowledgementStatusObjectType
Gets the value of the paymentValueDate property.
Gets the value of the statusReasonCode property.
Gets the value of the statusReasonCodeDescription property.
Sets the value of the additionalReconciliationID property.
| value | Allowed object is String |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the merchantAccountID property.
| value | Allowed object is String |
|---|
Sets the value of the originalEFTPaymentID property.
| value | Allowed object is String |
|---|
Sets the value of the originalPaymentAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the originalPaymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentProcessingID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentStatusReference property.
| value | Allowed object is
PaymentAcknowledgementStatusObjectType
|
|---|
Sets the value of the paymentValueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the statusReasonCode property.
| value | Allowed object is String |
|---|
Sets the value of the statusReasonCodeDescription property.
| value | Allowed object is String |
|---|