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.
|
CreditCardSpecificInputHostedTokenization |
getCreditCardSpecificInput() |
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()
It is possible to upload multiple templates of your payment pages using the 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 |
setCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization value) |
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)
It is possible to upload multiple templates of your payment pages using the 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 |
withCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization value) |
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)
It is possible to upload multiple templates of your payment pages using the Merchant Portal.
|
public Boolean getAskConsumerConsent()
public void setAskConsumerConsent(Boolean value)
public CreateHostedTokenizationRequest withAskConsumerConsent(Boolean value)
public CreditCardSpecificInputHostedTokenization getCreditCardSpecificInput()
public void setCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization value)
public CreateHostedTokenizationRequest withCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization 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 © 2024 Worldline Online Payments Direct. All rights reserved.