public class HostedCheckoutSpecificInput extends Object
Constructor and Description |
---|
HostedCheckoutSpecificInput() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsRecurring()
|
String |
getLocale()
Locale to use to present the MyCheckout payment pages to the customer.
|
PaymentProductFiltersHostedCheckout |
getPaymentProductFilters()
Contains the payment product ids and payment product groups that will be used for manipulating the payment products available for the payment to the customer.
|
RecurringPaymentsData |
getRecurringPaymentsData()
The object containing reference data for the text that can be displayed on MyCheckout hosted payment page with subscription information.
Note: The data in this object is only meant for displaying recurring payments-related data on your checkout page. You still need to submit all the recurring payment-related data in the corresponding payment product-specific input. |
Boolean |
getReturnCancelState()
This flag affects the status of a Hosted Checkout when a customer presses the cancel button and is returned to you as a result.
If set to true, then the status will be CANCELLED_BY_CONSUMER. |
String |
getReturnUrl()
The URL that the customer is redirect to after the payment flow has finished.
|
Boolean |
getShowResultPage()
|
String |
getTokens()
String containing comma separated tokens (no spaces) associated with the customer of this hosted checkout.
|
Boolean |
getValidateShoppingCart()
By default, validation is done for all the information required to display the shopping cart.
|
String |
getVariant()
Using the Configuration Center it is possible to create multiple variations of your MyCheckout payment pages.
|
void |
setIsRecurring(Boolean value)
|
void |
setLocale(String value)
Locale to use to present the MyCheckout payment pages to the customer.
|
void |
setPaymentProductFilters(PaymentProductFiltersHostedCheckout value)
Contains the payment product ids and payment product groups that will be used for manipulating the payment products available for the payment to the customer.
|
void |
setRecurringPaymentsData(RecurringPaymentsData value)
The object containing reference data for the text that can be displayed on MyCheckout hosted payment page with subscription information.
Note: The data in this object is only meant for displaying recurring payments-related data on your checkout page. You still need to submit all the recurring payment-related data in the corresponding payment product-specific input. |
void |
setReturnCancelState(Boolean value)
This flag affects the status of a Hosted Checkout when a customer presses the cancel button and is returned to you as a result.
If set to true, then the status will be CANCELLED_BY_CONSUMER. |
void |
setReturnUrl(String value)
The URL that the customer is redirect to after the payment flow has finished.
|
void |
setShowResultPage(Boolean value)
|
void |
setTokens(String value)
String containing comma separated tokens (no spaces) associated with the customer of this hosted checkout.
|
void |
setValidateShoppingCart(Boolean value)
By default, validation is done for all the information required to display the shopping cart.
|
void |
setVariant(String value)
Using the Configuration Center it is possible to create multiple variations of your MyCheckout payment pages.
|
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public String getLocale()
public void setLocale(String value)
public PaymentProductFiltersHostedCheckout getPaymentProductFilters()
public void setPaymentProductFilters(PaymentProductFiltersHostedCheckout value)
public RecurringPaymentsData getRecurringPaymentsData()
public void setRecurringPaymentsData(RecurringPaymentsData value)
public Boolean getReturnCancelState()
public void setReturnCancelState(Boolean value)
public String getReturnUrl()
public void setReturnUrl(String value)
public Boolean getShowResultPage()
public void setShowResultPage(Boolean value)
public String getTokens()
public void setTokens(String value)
public Boolean getValidateShoppingCart()
public void setValidateShoppingCart(Boolean value)
public String getVariant()
public void setVariant(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.