Class PaymentIntent.Processing

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.Processing
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent

public static class PaymentIntent.Processing extends StripeObject
For more details about Processing, please refer to the API Reference.
  • Constructor Details

    • Processing

      public Processing()
  • Method Details

    • getCard

    • getType

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

      public void setCard(PaymentIntent.Processing.Card card)
    • setType

      public void setType(String type)
      Type of the payment method for which payment is in processing state, one of card.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object