Uses of Class
com.onlinepayments.domain.PaymentProductFilter
Packages that use PaymentProductFilter
-
Uses of PaymentProductFilter in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFilterModifier and TypeMethodDescriptionPaymentProductFiltersHostedCheckout.getExclude()The payment product ids to be be excluded or restricted to from the payment products available for the payment.PaymentProductFiltersHostedCheckout.getRestrictTo()The payment product ids to be be excluded or restricted to from the payment products available for the payment.PaymentProductFilter.withGroups(List<String> value) List containing all payment product groups that should either be restricted to in or excluded from the payment context.PaymentProductFilter.withProducts(List<Integer> value) Methods in com.onlinepayments.domain with parameters of type PaymentProductFilterModifier and TypeMethodDescriptionvoidPaymentProductFiltersHostedCheckout.setExclude(PaymentProductFilter value) The payment product ids to be be excluded or restricted to from the payment products available for the payment.voidPaymentProductFiltersHostedCheckout.setRestrictTo(PaymentProductFilter value) The payment product ids to be be excluded or restricted to from the payment products available for the payment.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.