Class PaymentProductDisplayHints

java.lang.Object
com.onlinepayments.domain.PaymentProductDisplayHints

public class PaymentProductDisplayHints extends Object
  • Constructor Details

    • PaymentProductDisplayHints

      public PaymentProductDisplayHints()
  • Method Details

    • getDisplayOrder

      public Integer getDisplayOrder()
      Determines the order in which the payment products and groups should be shown (sorted ascending)
    • setDisplayOrder

      public void setDisplayOrder(Integer value)
      Determines the order in which the payment products and groups should be shown (sorted ascending)
    • withDisplayOrder

      public PaymentProductDisplayHints withDisplayOrder(Integer value)
      Determines the order in which the payment products and groups should be shown (sorted ascending)
    • getLabel

      public String getLabel()
      Name of the payment product or group based on the locale that was included in the request
    • setLabel

      public void setLabel(String value)
      Name of the payment product or group based on the locale that was included in the request
    • withLabel

      public PaymentProductDisplayHints withLabel(String value)
      Name of the payment product or group based on the locale that was included in the request
    • 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 PaymentProductDisplayHints 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.