public class PaymentProductFilter extends Object
| Constructor and Description |
|---|
PaymentProductFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroups()
List containing all payment product groups that should either be restricted to in or excluded from the payment context.
|
List<Integer> |
getProducts()
List containing all payment product ids that should either be restricted to in or excluded from the payment context.
|
void |
setGroups(List<String> value)
List containing all payment product groups that should either be restricted to in or excluded from the payment context.
|
void |
setProducts(List<Integer> value)
List containing all payment product ids that should either be restricted to in or excluded from the payment context.
|
PaymentProductFilter |
withGroups(List<String> value)
List containing all payment product groups that should either be restricted to in or excluded from the payment context.
|
PaymentProductFilter |
withProducts(List<Integer> value)
List containing all payment product ids that should either be restricted to in or excluded from the payment context.
|
public List<String> getGroups()
public void setGroups(List<String> value)
public PaymentProductFilter withGroups(List<String> value)
public List<Integer> getProducts()
public void setProducts(List<Integer> value)
public PaymentProductFilter withProducts(List<Integer> value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.