| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentProductFilter |
PaymentProductFiltersHostedCheckout.getExclude()
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
PaymentProductFilter |
PaymentProductFiltersHostedCheckout.getRestrictTo()
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
PaymentProductFilter |
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 |
PaymentProductFilter.withProducts(List<Integer> value)
List containing all payment product ids that should either be restricted to in or excluded from the payment context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProductFiltersHostedCheckout.setExclude(PaymentProductFilter value)
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
void |
PaymentProductFiltersHostedCheckout.setRestrictTo(PaymentProductFilter value)
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
PaymentProductFiltersHostedCheckout |
PaymentProductFiltersHostedCheckout.withExclude(PaymentProductFilter value)
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
PaymentProductFiltersHostedCheckout |
PaymentProductFiltersHostedCheckout.withRestrictTo(PaymentProductFilter value)
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.