public class PaymentProductFieldDisplayHints extends Object
| Constructor and Description |
|---|
PaymentProductFieldDisplayHints() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAlwaysShow()
* true - Indicates that this field is advised to be captured to increase the success rates even-though it isn't marked as required.
|
Integer |
getDisplayOrder()
The order in which the fields should be shown (ascending)
|
PaymentProductFieldFormElement |
getFormElement()
Object detailing the type of form element that should be used to present the field
|
String |
getLabel()
Label/Name of the field to be used in the user interface
|
String |
getLink()
Deprecated: This field is not used by any payment product
Link that should be used to replace the '{link}' variable in the label.
|
String |
getMask()
A mask that can be used in the input field.
|
Boolean |
getObfuscate()
* 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
|
String |
getPlaceholderLabel()
A placeholder value for the form element
|
String |
getPreferredInputType()
The type of keyboard that can best be used to fill out the value of this field.
|
PaymentProductFieldTooltip |
getTooltip()
Object that contains an optional tooltip to assist the customer
|
void |
setAlwaysShow(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.
|
void |
setDisplayOrder(Integer value)
The order in which the fields should be shown (ascending)
|
void |
setFormElement(PaymentProductFieldFormElement value)
Object detailing the type of form element that should be used to present the field
|
void |
setLabel(String value)
Label/Name of the field to be used in the user interface
|
void |
setLink(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.
|
void |
setMask(String value)
A mask that can be used in the input field.
|
void |
setObfuscate(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
|
void |
setPlaceholderLabel(String value)
A placeholder value for the form element
|
void |
setPreferredInputType(String value)
The type of keyboard that can best be used to fill out the value of this field.
|
void |
setTooltip(PaymentProductFieldTooltip value)
Object that contains an optional tooltip to assist the customer
|
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 |
withDisplayOrder(Integer value)
The order in which the fields should be shown (ascending)
|
PaymentProductFieldDisplayHints |
withFormElement(PaymentProductFieldFormElement value)
Object detailing the type of form element that should be used to present the field
|
PaymentProductFieldDisplayHints |
withLabel(String value)
Label/Name of the field to be used in the user interface
|
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 |
withMask(String value)
A mask that can be used in the input field.
|
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 |
withPlaceholderLabel(String value)
A placeholder value for the form element
|
PaymentProductFieldDisplayHints |
withPreferredInputType(String value)
The type of keyboard that can best be used to fill out the value of this field.
|
PaymentProductFieldDisplayHints |
withTooltip(PaymentProductFieldTooltip value)
Object that contains an optional tooltip to assist the customer
|
public Boolean getAlwaysShow()
public void setAlwaysShow(Boolean value)
public PaymentProductFieldDisplayHints withAlwaysShow(Boolean value)
public Integer getDisplayOrder()
public void setDisplayOrder(Integer value)
public PaymentProductFieldDisplayHints withDisplayOrder(Integer value)
public PaymentProductFieldFormElement getFormElement()
public void setFormElement(PaymentProductFieldFormElement value)
public PaymentProductFieldDisplayHints withFormElement(PaymentProductFieldFormElement value)
public String getLabel()
public void setLabel(String value)
public PaymentProductFieldDisplayHints withLabel(String value)
public String getLink()
public void setLink(String value)
public PaymentProductFieldDisplayHints withLink(String value)
public String getMask()
public void setMask(String value)
public PaymentProductFieldDisplayHints withMask(String value)
public Boolean getObfuscate()
public void setObfuscate(Boolean value)
public PaymentProductFieldDisplayHints withObfuscate(Boolean value)
public String getPlaceholderLabel()
public void setPlaceholderLabel(String value)
public PaymentProductFieldDisplayHints withPlaceholderLabel(String value)
public String getPreferredInputType()
public void setPreferredInputType(String value)
public PaymentProductFieldDisplayHints withPreferredInputType(String value)
public PaymentProductFieldTooltip getTooltip()
public void setTooltip(PaymentProductFieldTooltip value)
public PaymentProductFieldDisplayHints withTooltip(PaymentProductFieldTooltip value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.