Class PaymentMethodConfiguration


  • public final class PaymentMethodConfiguration
    extends java.lang.Object
    • Constructor Detail

      • PaymentMethodConfiguration

        public PaymentMethodConfiguration()
      • PaymentMethodConfiguration

        public PaymentMethodConfiguration​(Applepay applepay,
                                          Card card,
                                          Googlepay googlepay)
        Creates a new PaymentMethodConfiguration instance.
        Parameters:
        applepay - Configuration options specific to Apple Pay payments.
        card - Configuration options specific to card payments.
        googlepay - Configuration options specific to Google Pay payments.
    • Method Detail

      • getApplepay

        public Applepay getApplepay()
        Configuration options specific to Apple Pay payments.
      • getCard

        public Card getCard()
        Configuration options specific to card payments.
      • getGooglepay

        public Googlepay getGooglepay()
        Configuration options specific to Google Pay payments.
      • setApplepay

        public void setApplepay​(Applepay applepay)
        Configuration options specific to Apple Pay payments.
      • setCard

        public void setCard​(Card card)
        Configuration options specific to card payments.
      • setGooglepay

        public void setGooglepay​(Googlepay googlepay)
        Configuration options specific to Google Pay payments.
      • equals

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

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

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