public class CreateHostedTokenizationRequest extends Object
| Constructor and Description |
|---|
CreateHostedTokenizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAskConsumerConsent()
Indicate if the tokenization form should contain a prompt asking the user to give consent for storing their information for future payments.
|
String |
getLocale()
Locale used in the GUI towards the consumer.
|
String |
getTokens()
String containing comma separated tokens (no spaces) associated with the customer of this hosted session.
|
String |
getVariant()
Using the Back-Office it is possible to upload multiple templates of your HostedCheckout payment pages, including customized templates from Merchant Portal.
|
void |
setAskConsumerConsent(Boolean value)
Indicate if the tokenization form should contain a prompt asking the user to give consent for storing their information for future payments.
|
void |
setLocale(String value)
Locale used in the GUI towards the consumer.
|
void |
setTokens(String value)
String containing comma separated tokens (no spaces) associated with the customer of this hosted session.
|
void |
setVariant(String value)
Using the Back-Office it is possible to upload multiple templates of your HostedCheckout payment pages, including customized templates from Merchant Portal.
|
CreateHostedTokenizationRequest |
withAskConsumerConsent(Boolean value)
Indicate if the tokenization form should contain a prompt asking the user to give consent for storing their information for future payments.
|
CreateHostedTokenizationRequest |
withLocale(String value)
Locale used in the GUI towards the consumer.
|
CreateHostedTokenizationRequest |
withTokens(String value)
String containing comma separated tokens (no spaces) associated with the customer of this hosted session.
|
CreateHostedTokenizationRequest |
withVariant(String value)
Using the Back-Office it is possible to upload multiple templates of your HostedCheckout payment pages, including customized templates from Merchant Portal.
|
public Boolean getAskConsumerConsent()
public void setAskConsumerConsent(Boolean value)
public CreateHostedTokenizationRequest withAskConsumerConsent(Boolean value)
public String getLocale()
public void setLocale(String value)
public CreateHostedTokenizationRequest withLocale(String value)
public String getTokens()
public void setTokens(String value)
public CreateHostedTokenizationRequest withTokens(String value)
public String getVariant()
public void setVariant(String value)
public CreateHostedTokenizationRequest withVariant(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.