public class DisplayedData extends Object
Constructor and Description |
---|
DisplayedData() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayedDataType()
Action merchants needs to take in the online payment process.
|
String |
getRenderingData()
This property contains the blob with data for the instructions rendering service.
|
List<KeyValuePair> |
getShowData()
Array of key value pairs of data that needs to be shown to the customer.
|
void |
setDisplayedDataType(String value)
Action merchants needs to take in the online payment process.
|
void |
setRenderingData(String value)
This property contains the blob with data for the instructions rendering service.
|
void |
setShowData(List<KeyValuePair> value)
Array of key value pairs of data that needs to be shown to the customer.
|
public String getDisplayedDataType()
public void setDisplayedDataType(String value)
public String getRenderingData()
This service will be available at the following endpoint: http(s)://{{merchant specific subdomain}}.{{base MyCheckout hosted payment pages domain}}/instructions/{{merchantId}}/{{clientSessionId}}
This instructions page rendering service accepts the following parameters:
The instructionsRenderingData is a String blob that is presented to you via the Server API as part of the merchantAction (if available, and non-redirect) in the JSON return values for the createPayment call or the getHostedCheckoutStatus call (merchantAction inside createdPaymentOutput when available). You are responsible to store the instructionsRenderingData blob in order to be able to present the instructions page at a later time, when this information might no longer be available through Server API calls.
public void setRenderingData(String value)
This service will be available at the following endpoint: http(s)://{{merchant specific subdomain}}.{{base MyCheckout hosted payment pages domain}}/instructions/{{merchantId}}/{{clientSessionId}}
This instructions page rendering service accepts the following parameters:
The instructionsRenderingData is a String blob that is presented to you via the Server API as part of the merchantAction (if available, and non-redirect) in the JSON return values for the createPayment call or the getHostedCheckoutStatus call (merchantAction inside createdPaymentOutput when available). You are responsible to store the instructionsRenderingData blob in order to be able to present the instructions page at a later time, when this information might no longer be available through Server API calls.
public List<KeyValuePair> getShowData()
public void setShowData(List<KeyValuePair> value)
Copyright © 2024 Worldline Global Collect. All rights reserved.