Package | Description |
---|---|
com.worldline.connect.sdk.java.v1.domain |
Modifier and Type | Class and Description |
---|---|
class |
AccountOnFileAttribute |
Modifier and Type | Method and Description |
---|---|
List<KeyValuePair> |
OrderStatusOutput.getProviderRawOutput()
This is the raw response returned by the acquirer.
|
List<KeyValuePair> |
CaptureStatusOutput.getProviderRawOutput()
This is the raw response returned by the acquirer.
|
List<KeyValuePair> |
DisplayedData.getShowData()
Array of key value pairs of data that needs to be shown to the customer.
|
List<KeyValuePair> |
MerchantAction.getShowData()
This is returned for the SHOW_INSTRUCTION, the SHOW_TRANSACTION_RESULTS and the SHOW_FORM actionType.
When returned for SHOW_TRANSACTION_RESULTS or SHOW_FORM, this contains an array of key value pairs of data that needs to be shown to the customer. Note: The returned value for the key BARCODE is a base64 encoded gif image. |
List<KeyValuePair> |
GetCustomerDetailsRequest.getValues()
A list of keys with a value used to retrieve the details of a customer.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderStatusOutput.setProviderRawOutput(List<KeyValuePair> value)
This is the raw response returned by the acquirer.
|
void |
CaptureStatusOutput.setProviderRawOutput(List<KeyValuePair> value)
This is the raw response returned by the acquirer.
|
void |
DisplayedData.setShowData(List<KeyValuePair> value)
Array of key value pairs of data that needs to be shown to the customer.
|
void |
MerchantAction.setShowData(List<KeyValuePair> value)
This is returned for the SHOW_INSTRUCTION, the SHOW_TRANSACTION_RESULTS and the SHOW_FORM actionType.
When returned for SHOW_TRANSACTION_RESULTS or SHOW_FORM, this contains an array of key value pairs of data that needs to be shown to the customer. Note: The returned value for the key BARCODE is a base64 encoded gif image. |
void |
GetCustomerDetailsRequest.setValues(List<KeyValuePair> value)
A list of keys with a value used to retrieve the details of a customer.
|
Copyright © 2024 Worldline Global Collect. All rights reserved.