Class PaymentMethods


  • public class PaymentMethods
    extends java.lang.Object
    Payment methods configuration
    • Constructor Detail

      • PaymentMethods

        public PaymentMethods()
      • PaymentMethods

        public PaymentMethods​(Klarna klarna,
                              Stcpay stcpay,
                              Tabby tabby,
                              Bizum bizum)
        Creates a new PaymentMethods instance.
        Parameters:
        klarna - Klarna payment method configuration
        stcpay - STC Pay payment method configuration
        tabby - Tabby payment method configuration
        bizum - Bizum payment method configuration
    • Method Detail

      • getKlarna

        public Klarna getKlarna()
        Klarna payment method configuration
      • getStcpay

        public Stcpay getStcpay()
        STC Pay payment method configuration
      • getTabby

        public Tabby getTabby()
        Tabby payment method configuration
      • getBizum

        public Bizum getBizum()
        Bizum payment method configuration
      • setKlarna

        public void setKlarna​(Klarna klarna)
        Klarna payment method configuration
      • setStcpay

        public void setStcpay​(Stcpay stcpay)
        STC Pay payment method configuration
      • setTabby

        public void setTabby​(Tabby tabby)
        Tabby payment method configuration
      • setBizum

        public void setBizum​(Bizum bizum)
        Bizum payment method configuration
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object