Class AccountOnFileDisplayHints

java.lang.Object
com.onlinepayments.domain.AccountOnFileDisplayHints

public class AccountOnFileDisplayHints extends Object
  • Constructor Details

    • AccountOnFileDisplayHints

      public AccountOnFileDisplayHints()
  • Method Details

    • getLabelTemplate

      public List<LabelTemplateElement> getLabelTemplate()
      Array of attribute keys and their mask
    • setLabelTemplate

      public void setLabelTemplate(List<LabelTemplateElement> value)
      Array of attribute keys and their mask
    • withLabelTemplate

      public AccountOnFileDisplayHints withLabelTemplate(List<LabelTemplateElement> value)
      Array of attribute keys and their mask
    • getLogo

      public String getLogo()
      Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.
    • setLogo

      public void setLogo(String value)
      Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.
    • withLogo

      public AccountOnFileDisplayHints withLogo(String value)
      Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.