| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentProductFieldDisplayHints |
PaymentProductField.getDisplayHints()
Object containing display hints for this field, like the order, mask, preferred keyboard
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withAlwaysShow(Boolean value)
* true - Indicates that this field is advised to be captured to increase the success rates even-though it isn't marked as required.
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withDisplayOrder(Integer value)
The order in which the fields should be shown (ascending)
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withFormElement(PaymentProductFieldFormElement value)
Object detailing the type of form element that should be used to present the field
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withLabel(String value)
Label/Name of the field to be used in the user interface
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withLink(String value)
Deprecated: This field is not used by any payment product
Link that should be used to replace the '{link}' variable in the label.
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withMask(String value)
A mask that can be used in the input field.
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withObfuscate(Boolean value)
* true - The data in this field should be obfuscated as it is entered, just like a password field
* false - The data in this field does not need to be obfuscated
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withPlaceholderLabel(String value)
A placeholder value for the form element
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withPreferredInputType(String value)
The type of keyboard that can best be used to fill out the value of this field.
|
PaymentProductFieldDisplayHints |
PaymentProductFieldDisplayHints.withTooltip(PaymentProductFieldTooltip value)
Object that contains an optional tooltip to assist the customer
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProductField.setDisplayHints(PaymentProductFieldDisplayHints value)
Object containing display hints for this field, like the order, mask, preferred keyboard
|
PaymentProductField |
PaymentProductField.withDisplayHints(PaymentProductFieldDisplayHints value)
Object containing display hints for this field, like the order, mask, preferred keyboard
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.