Package com.stripe.model
Class PaymentIntent.Processing
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.Processing
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
For more details about Processing, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Card, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Processing
public Processing()
-
-
Method Details
-
getCard
-
getType
Type of the payment method for which payment is inprocessing
state, one ofcard
. -
setCard
-
setType
Type of the payment method for which payment is inprocessing
state, one ofcard
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-