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 checkbox asking the user to give consent for storing their information for future payments.
|
String |
getLocale()
Locale used in the GUI towards the consumer.
|
PaymentProductFiltersHostedTokenization |
getPaymentProductFilters()
Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.
|
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 checkbox 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 |
setPaymentProductFilters(PaymentProductFiltersHostedTokenization value)
Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.
|
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 checkbox 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 |
withPaymentProductFilters(PaymentProductFiltersHostedTokenization value)
Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.
|
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 PaymentProductFiltersHostedTokenization getPaymentProductFilters()
public void setPaymentProductFilters(PaymentProductFiltersHostedTokenization value)
public CreateHostedTokenizationRequest withPaymentProductFilters(PaymentProductFiltersHostedTokenization 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.