| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentProductDisplayHints |
PaymentProduct.getDisplayHints()
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
PaymentProductDisplayHints |
PaymentProductGroup.getDisplayHints()
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
PaymentProductDisplayHints |
PaymentProductDisplayHints.withDisplayOrder(Integer value)
Determines the order in which the payment products and groups should be shown (sorted ascending)
|
PaymentProductDisplayHints |
PaymentProductDisplayHints.withLabel(String value)
Name of the payment product or group based on the locale that was included in the request
|
PaymentProductDisplayHints |
PaymentProductDisplayHints.withLogo(String value)
Partial URL that you can reference for the image of this payment product.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentProductDisplayHints> |
PaymentProduct.getDisplayHintsList()
List of display hints
|
List<PaymentProductDisplayHints> |
PaymentProductGroup.getDisplayHintsList()
List of display hints
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProduct.setDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
void |
PaymentProductGroup.setDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
PaymentProduct |
PaymentProduct.withDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
PaymentProductGroup |
PaymentProductGroup.withDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProduct.setDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
void |
PaymentProductGroup.setDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
PaymentProduct |
PaymentProduct.withDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
PaymentProductGroup |
PaymentProductGroup.withDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.