Package com.onlinepayments.domain
Class PaymentProductFieldFormElement
java.lang.Object
com.onlinepayments.domain.PaymentProductFieldFormElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Type of form element to be used.Deprecated.This field is not used by any payment productvoidType of form element to be used.voidsetValueMapping(List<ValueMappingElement> value) Deprecated.This field is not used by any payment productType of form element to be used.withValueMapping(List<ValueMappingElement> value) Deprecated.This field is not used by any payment product
-
Constructor Details
-
PaymentProductFieldFormElement
public PaymentProductFieldFormElement()
-
-
Method Details
-
getType
Type of form element to be used. The following types can be returned:- text - A normal text input field
- list - A list of values that the customer needs to choose from, is detailed in the valueMapping array
- currency - Currency fields should be split into two fields, with the second one being specifically for the cents
- boolean - Boolean fields should offer the customer a choice, like accepting the terms and conditions of a product.
- date - let the customer pick a date.
-
setType
Type of form element to be used. The following types can be returned:- text - A normal text input field
- list - A list of values that the customer needs to choose from, is detailed in the valueMapping array
- currency - Currency fields should be split into two fields, with the second one being specifically for the cents
- boolean - Boolean fields should offer the customer a choice, like accepting the terms and conditions of a product.
- date - let the customer pick a date.
-
withType
Type of form element to be used. The following types can be returned:- text - A normal text input field
- list - A list of values that the customer needs to choose from, is detailed in the valueMapping array
- currency - Currency fields should be split into two fields, with the second one being specifically for the cents
- boolean - Boolean fields should offer the customer a choice, like accepting the terms and conditions of a product.
- date - let the customer pick a date.
-
getValueMapping
Deprecated.This field is not used by any payment productDeprecated: This field is not used by any payment product -
setValueMapping
Deprecated.This field is not used by any payment productDeprecated: This field is not used by any payment product -
withValueMapping
Deprecated.This field is not used by any payment productDeprecated: This field is not used by any payment product
-