Class PaymentIntent.Processing

    • Constructor Detail

      • Processing

        public Processing()
    • Method Detail

      • getType

        public java.lang.String getType()
        Type of the payment method for which payment is in processing state, one of card.
      • setType

        public void setType​(java.lang.String type)
        Type of the payment method for which payment is in processing state, one of card.
      • 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