Package com.onlinepayments.domain
Class PaymentProductFiltersHostedCheckout
java.lang.Object
com.onlinepayments.domain.PaymentProductFiltersHostedCheckout
-
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.voidsetExclude(PaymentProductFilter value) 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.withExclude(PaymentProductFilter value) 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
-
PaymentProductFiltersHostedCheckout
public PaymentProductFiltersHostedCheckout()
-
-
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
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
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.
-