Uses of Class
com.onlinepayments.domain.HostedCheckoutSpecificInput
Packages that use HostedCheckoutSpecificInput
-
Uses of HostedCheckoutSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return HostedCheckoutSpecificInputModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getHostedCheckoutSpecificInput()Object containing hosted checkout specific dataCreatePaymentLinkRequest.getHostedCheckoutSpecificInput()Object containing hosted checkout specific dataHostedCheckoutSpecificInput.withAllowedNumberOfPaymentAttempts(Integer value) The maximum number of times a customer can try to pay before the payment is definitely declined.HostedCheckoutSpecificInput.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputForHostedCheckout value) Object containing card payment specific data for hosted checkoutHostedCheckoutSpecificInput.withIsRecurring(Boolean value) true - Only payment products that support recurring payments will be shown.HostedCheckoutSpecificInput.withLocale(String value) Locale used in the GUI towards the consumer.HostedCheckoutSpecificInput.withPaymentProductFilters(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.HostedCheckoutSpecificInput.withReturnUrl(String value) The URL that the customer is redirect to after the payment flow has finished.HostedCheckoutSpecificInput.withSessionTimeout(Integer value) The number of minutes after which the session will expire.HostedCheckoutSpecificInput.withShowResultPage(Boolean value) true - Default - Hosted Checkout will show a result page to the customer when applicable. false - Hosted Checkout will redirect the customer back to the provided returnUrl when this is possible.HostedCheckoutSpecificInput.withTokens(String value) String containing comma separated tokens (no spaces) associated with the customer of this hosted session.HostedCheckoutSpecificInput.withVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal.Methods in com.onlinepayments.domain with parameters of type HostedCheckoutSpecificInputModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific datavoidCreatePaymentLinkRequest.setHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific dataCreateHostedCheckoutRequest.withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific dataCreatePaymentLinkRequest.withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific data