public class CreateHostedCheckoutResponse extends Object
| Constructor and Description |
|---|
CreateHostedCheckoutResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostedCheckoutId()
The ID of the Hosted Checkout Session in which the payment was made.
|
List<String> |
getInvalidTokens()
Tokens that are submitted in the request are validated.
|
String |
getMerchantReference()
Your unique reference of the transaction that is also returned in our report files.
|
String |
getPartialRedirectUrl()
The partial URL as generated by our system.
|
String |
getRedirectUrl()
The full hosted checkout 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)
The ID of the Hosted Checkout Session in which the payment was made.
|
void |
setInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
void |
setMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
void |
setPartialRedirectUrl(String value)
The partial URL as generated by our system.
|
void |
setRedirectUrl(String value)
The full hosted checkout 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.
|
CreateHostedCheckoutResponse |
withHostedCheckoutId(String value)
The ID of the Hosted Checkout Session in which the payment was made.
|
CreateHostedCheckoutResponse |
withInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
CreateHostedCheckoutResponse |
withMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
CreateHostedCheckoutResponse |
withPartialRedirectUrl(String value)
The partial URL as generated by our system.
|
CreateHostedCheckoutResponse |
withRedirectUrl(String value)
The full hosted checkout URL as generated by our system.
|
CreateHostedCheckoutResponse |
withRETURNMAC(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 CreateHostedCheckoutResponse withRETURNMAC(String value)
public String getHostedCheckoutId()
public void setHostedCheckoutId(String value)
public CreateHostedCheckoutResponse withHostedCheckoutId(String value)
public List<String> getInvalidTokens()
public void setInvalidTokens(List<String> value)
public CreateHostedCheckoutResponse withInvalidTokens(List<String> value)
public String getMerchantReference()
public void setMerchantReference(String value)
public CreateHostedCheckoutResponse withMerchantReference(String value)
public String getPartialRedirectUrl()
public void setPartialRedirectUrl(String value)
public CreateHostedCheckoutResponse withPartialRedirectUrl(String value)
public String getRedirectUrl()
public void setRedirectUrl(String value)
public CreateHostedCheckoutResponse withRedirectUrl(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.