public class PaymentProductFieldDisplayHints extends Object
Constructor and Description |
---|
PaymentProductFieldDisplayHints() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAlwaysShow()
|
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()
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()
|
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)
|
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)
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)
|
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
|
public Boolean getAlwaysShow()
public void setAlwaysShow(Boolean value)
public Integer getDisplayOrder()
public void setDisplayOrder(Integer value)
public PaymentProductFieldFormElement getFormElement()
public void setFormElement(PaymentProductFieldFormElement value)
public String getLabel()
public void setLabel(String value)
public String getLink()
public void setLink(String value)
public String getMask()
public void setMask(String value)
public Boolean getObfuscate()
public void setObfuscate(Boolean value)
public String getPlaceholderLabel()
public void setPlaceholderLabel(String value)
public String getPreferredInputType()
public void setPreferredInputType(String value)
public PaymentProductFieldTooltip getTooltip()
public void setTooltip(PaymentProductFieldTooltip value)
Copyright © 2024 Worldline Global Collect. All rights reserved.