Uses of Class
com.onlinepayments.domain.PaymentProductFiltersHostedTokenization
Packages that use PaymentProductFiltersHostedTokenization
-
Uses of PaymentProductFiltersHostedTokenization in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFiltersHostedTokenizationModifier and TypeMethodDescriptionCreateHostedTokenizationRequest.getPaymentProductFilters()Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.PaymentProductFiltersHostedTokenization.withExclude(PaymentProductFilterHostedTokenization value) The payment product ids to be be excluded or restricted to from the payment products available for the payment.PaymentProductFiltersHostedTokenization.withRestrictTo(PaymentProductFilterHostedTokenization 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 PaymentProductFiltersHostedTokenizationModifier and TypeMethodDescriptionvoidCreateHostedTokenizationRequest.setPaymentProductFilters(PaymentProductFiltersHostedTokenization value) Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.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.