Package com.onlinepayments.domain
Class LabelTemplateElement
java.lang.Object
com.onlinepayments.domain.LabelTemplateElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the attribute that is shown to the customer on selection pages or screensgetMask()Regular mask for the attributeKey Note: The mask is optional as not every field has a maskvoidsetAttributeKey(String value) Name of the attribute that is shown to the customer on selection pages or screensvoidRegular mask for the attributeKey Note: The mask is optional as not every field has a maskwithAttributeKey(String value) Name of the attribute that is shown to the customer on selection pages or screensRegular mask for the attributeKey Note: The mask is optional as not every field has a mask
-
Constructor Details
-
LabelTemplateElement
public LabelTemplateElement()
-
-
Method Details
-
getAttributeKey
Name of the attribute that is shown to the customer on selection pages or screens -
setAttributeKey
Name of the attribute that is shown to the customer on selection pages or screens -
withAttributeKey
Name of the attribute that is shown to the customer on selection pages or screens -
getMask
Regular mask for the attributeKey Note: The mask is optional as not every field has a mask -
setMask
Regular mask for the attributeKey Note: The mask is optional as not every field has a mask -
withMask
Regular mask for the attributeKey Note: The mask is optional as not every field has a mask
-