Class LabelTemplateElement

java.lang.Object
com.onlinepayments.domain.LabelTemplateElement

public class LabelTemplateElement extends Object
  • Constructor Details

    • LabelTemplateElement

      public LabelTemplateElement()
  • Method Details

    • getAttributeKey

      public String getAttributeKey()
      Name of the attribute that is shown to the customer on selection pages or screens
    • setAttributeKey

      public void setAttributeKey(String value)
      Name of the attribute that is shown to the customer on selection pages or screens
    • withAttributeKey

      public LabelTemplateElement withAttributeKey(String value)
      Name of the attribute that is shown to the customer on selection pages or screens
    • getMask

      public String getMask()
      Regular mask for the attributeKey Note: The mask is optional as not every field has a mask
    • setMask

      public void setMask(String value)
      Regular mask for the attributeKey Note: The mask is optional as not every field has a mask
    • withMask

      public LabelTemplateElement withMask(String value)
      Regular mask for the attributeKey Note: The mask is optional as not every field has a mask