Class CardPaymentMethodSpecificInputForHostedCheckout

java.lang.Object
com.onlinepayments.domain.CardPaymentMethodSpecificInputForHostedCheckout

public class CardPaymentMethodSpecificInputForHostedCheckout extends Object
  • Constructor Details

    • CardPaymentMethodSpecificInputForHostedCheckout

      public CardPaymentMethodSpecificInputForHostedCheckout()
  • Method Details

    • getClickToPay

      public Boolean getClickToPay()
      • true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
    • setClickToPay

      public void setClickToPay(Boolean value)
      • true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
    • withClickToPay

      • true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
    • getGroupCards

      public Boolean getGroupCards()
      • true - Hosted Checkout will allow to show cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods
    • setGroupCards

      public void setGroupCards(Boolean value)
      • true - Hosted Checkout will allow to show cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods
    • withGroupCards

      • true - Hosted Checkout will allow to show cards grouped as one payment method
      • false - Default - Hosted Checkout will show cards as separate payment methods
    • getPaymentProductPreferredOrder

      public List<Integer> getPaymentProductPreferredOrder()
      This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array, when groupCards is activated.
    • setPaymentProductPreferredOrder

      public void setPaymentProductPreferredOrder(List<Integer> value)
      This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array, when groupCards is activated.
    • withPaymentProductPreferredOrder

      public CardPaymentMethodSpecificInputForHostedCheckout withPaymentProductPreferredOrder(List<Integer> value)
      This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array, when groupCards is activated.