Class PaymentMethodAction


  • public class PaymentMethodAction
    extends java.lang.Object
    Payment method action configuration
    • Constructor Detail

      • PaymentMethodAction

        public PaymentMethodAction()
      • PaymentMethodAction

        public PaymentMethodAction​(java.lang.String type,
                                   java.lang.String clientToken,
                                   java.lang.String sessionId)
        Creates a new PaymentMethodAction instance.
        Parameters:
        type - The type of action to be performed with the payment method
        clientToken - The client token for payment method authentication
        sessionId - The session identifier for the payment method session
    • Method Detail

      • getType

        public java.lang.String getType()
        The type of action to be performed with the payment method
      • getClientToken

        public java.lang.String getClientToken()
        The client token for payment method authentication
      • getSessionId

        public java.lang.String getSessionId()
        The session identifier for the payment method session
      • setType

        public void setType​(java.lang.String type)
        The type of action to be performed with the payment method
      • setClientToken

        public void setClientToken​(java.lang.String clientToken)
        The client token for payment method authentication
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        The session identifier for the payment method session
      • 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