Uses of Class
com.onlinepayments.domain.PaymentProductFieldDisplayHints
Packages that use PaymentProductFieldDisplayHints
-
Uses of PaymentProductFieldDisplayHints in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFieldDisplayHintsModifier and TypeMethodDescriptionPaymentProductField.getDisplayHints()Object containing display hints for this field, like the order, mask, preferred keyboardPaymentProductFieldDisplayHints.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 fieldLabel/Name of the field to be used in the user interfaceDeprecated.DeprecatedA 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 obfuscatedPaymentProductFieldDisplayHints.withPlaceholderLabel(String value) A placeholder value for the form elementPaymentProductFieldDisplayHints.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 customerMethods in com.onlinepayments.domain with parameters of type PaymentProductFieldDisplayHintsModifier and TypeMethodDescriptionvoidPaymentProductField.setDisplayHints(PaymentProductFieldDisplayHints value) Object containing display hints for this field, like the order, mask, preferred keyboardPaymentProductField.withDisplayHints(PaymentProductFieldDisplayHints value) Object containing display hints for this field, like the order, mask, preferred keyboard