Package com.onlinepayments.domain
Class PaymentProductFieldDisplayElement
java.lang.Object
com.onlinepayments.domain.PaymentProductFieldDisplayElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The ID of the display element.getLabel()The label of the display element.getType()The type of the display element.getValue()the value of the display element.voidThe ID of the display element.voidThe label of the display element.voidThe type of the display element.voidthe value of the display element.The ID of the display element.The label of the display element.The type of the display element.the value of the display element.
-
Constructor Details
-
PaymentProductFieldDisplayElement
public PaymentProductFieldDisplayElement()
-
-
Method Details
-
getId
The ID of the display element. -
setId
The ID of the display element. -
withId
The ID of the display element. -
getLabel
The label of the display element. -
setLabel
The label of the display element. -
withLabel
The label of the display element. -
getType
The type of the display element. Indicates how the value should be presented. Possible values are:- STRING - as plain text
- CURRENCY - as an amount in cents displayed with a decimal separator and the currency of the payment
- PERCENTAGE - as a number with a percentage sign
- INTEGER - as an integer
- URI - as a link
-
setType
The type of the display element. Indicates how the value should be presented. Possible values are:- STRING - as plain text
- CURRENCY - as an amount in cents displayed with a decimal separator and the currency of the payment
- PERCENTAGE - as a number with a percentage sign
- INTEGER - as an integer
- URI - as a link
-
withType
The type of the display element. Indicates how the value should be presented. Possible values are:- STRING - as plain text
- CURRENCY - as an amount in cents displayed with a decimal separator and the currency of the payment
- PERCENTAGE - as a number with a percentage sign
- INTEGER - as an integer
- URI - as a link
-
getValue
the value of the display element. -
setValue
the value of the display element. -
withValue
the value of the display element.
-