Package com.onlinepayments.domain
Class PaymentProductFilter
java.lang.Object
com.onlinepayments.domain.PaymentProductFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList containing all payment product groups that should either be restricted to in or excluded from the payment context.voidList containing all payment product groups that should either be restricted to in or excluded from the payment context.voidsetProducts(List<Integer> value) withGroups(List<String> value) List containing all payment product groups that should either be restricted to in or excluded from the payment context.withProducts(List<Integer> value)
-
Constructor Details
-
PaymentProductFilter
public PaymentProductFilter()
-
-
Method Details
-
getGroups
List containing all payment product groups that should either be restricted to in or excluded from the payment context. Currently, there is only one group, called 'cards'. -
setGroups
List containing all payment product groups that should either be restricted to in or excluded from the payment context. Currently, there is only one group, called 'cards'. -
withGroups
List containing all payment product groups that should either be restricted to in or excluded from the payment context. Currently, there is only one group, called 'cards'. -
getProducts
-
setProducts
-
withProducts
-