public class CreateHostedCheckoutResponse extends Object
Constructor and Description |
---|
CreateHostedCheckoutResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getHostedCheckoutId()
This is the ID under which the data for this checkout can be retrieved.
|
List<String> |
getInvalidTokens()
Tokens that are submitted in the request are validated.
|
String |
getMerchantReference()
If a payment is created during this hosted checkout, then it will use this merchantReference.
|
String |
getPartialRedirectUrl()
The partial URL as generated by our system.
|
String |
getRETURNMAC()
When the customer is returned to your site we will append this property and value to the query-string.
|
void |
setHostedCheckoutId(String value)
This is the ID under which the data for this checkout can be retrieved.
|
void |
setInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
void |
setMerchantReference(String value)
If a payment is created during this hosted checkout, then it will use this merchantReference.
|
void |
setPartialRedirectUrl(String value)
The partial URL as generated by our system.
|
void |
setRETURNMAC(String value)
When the customer is returned to your site we will append this property and value to the query-string.
|
public String getRETURNMAC()
public void setRETURNMAC(String value)
public String getHostedCheckoutId()
public void setHostedCheckoutId(String value)
public List<String> getInvalidTokens()
public void setInvalidTokens(List<String> value)
public String getMerchantReference()
public void setMerchantReference(String value)
public String getPartialRedirectUrl()
public void setPartialRedirectUrl(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.