Class PaymentProductFilter

java.lang.Object
com.onlinepayments.domain.PaymentProductFilter

public class PaymentProductFilter extends Object
  • Constructor Details

    • PaymentProductFilter

      public PaymentProductFilter()
  • Method Details

    • getGroups

      public List<String> 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

      public void setGroups(List<String> value)
      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

      public PaymentProductFilter withGroups(List<String> value)
      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

      public List<Integer> getProducts()
    • setProducts

      public void setProducts(List<Integer> value)
    • withProducts

      public PaymentProductFilter withProducts(List<Integer> value)