Class PaymentProductFieldTooltip

java.lang.Object
com.onlinepayments.domain.PaymentProductFieldTooltip

public class PaymentProductFieldTooltip extends Object
  • Constructor Details

    • PaymentProductFieldTooltip

      public PaymentProductFieldTooltip()
  • Method Details

    • getImage

      @Deprecated public String getImage()
      Deprecated.
      This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
      Deprecated: This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
    • setImage

      @Deprecated public void setImage(String value)
      Deprecated.
      This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
      Deprecated: This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
    • withImage

      @Deprecated public PaymentProductFieldTooltip withImage(String value)
      Deprecated.
      This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
      Deprecated: This field is not used by any payment product Relative URL that can be used to retrieve an image for the tooltip image.
    • getLabel

      public String getLabel()
      A text explaining the field in more detail. This is meant to be used for displaying to the customer.
    • setLabel

      public void setLabel(String value)
      A text explaining the field in more detail. This is meant to be used for displaying to the customer.
    • withLabel

      public PaymentProductFieldTooltip withLabel(String value)
      A text explaining the field in more detail. This is meant to be used for displaying to the customer.