Package com.onlinepayments.domain
Class PaymentProductFiltersHostedTokenization
java.lang.Object
com.onlinepayments.domain.PaymentProductFiltersHostedTokenization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe payment product ids to be be excluded or restricted to from the payment products available for the payment.The payment product ids to be be excluded or restricted to from the payment products available for the payment.voidThe payment product ids to be be excluded or restricted to from the payment products available for the payment.voidThe payment product ids to be be excluded or restricted to from the payment products available for the payment.The payment product ids to be be excluded or restricted to from the payment products available for the payment.The payment product ids to be be excluded or restricted to from the payment products available for the payment.
-
Constructor Details
-
PaymentProductFiltersHostedTokenization
public PaymentProductFiltersHostedTokenization()
-
-
Method Details
-
getExclude
The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter. -
setExclude
The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter. -
withExclude
public PaymentProductFiltersHostedTokenization withExclude(PaymentProductFilterHostedTokenization value) The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter. -
getRestrictTo
The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter. -
setRestrictTo
The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter. -
withRestrictTo
public PaymentProductFiltersHostedTokenization withRestrictTo(PaymentProductFilterHostedTokenization value) The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
-