Uses of Class
com.onlinepayments.domain.PaymentProductFiltersHostedCheckout
Packages that use PaymentProductFiltersHostedCheckout
-
Uses of PaymentProductFiltersHostedCheckout in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFiltersHostedCheckoutModifier and TypeMethodDescriptionHostedCheckoutSpecificInput.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.PaymentProductFiltersHostedCheckout.withExclude(PaymentProductFilter value) The payment product ids to be be excluded or restricted to from the payment products available for the payment.PaymentProductFiltersHostedCheckout.withRestrictTo(PaymentProductFilter value) The payment product ids to be be excluded or restricted to from the payment products available for the payment.Methods in com.onlinepayments.domain with parameters of type PaymentProductFiltersHostedCheckoutModifier and TypeMethodDescriptionvoidHostedCheckoutSpecificInput.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.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.