Package com.stripe.model
Class Refund.NextAction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.NextAction
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Refund
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanContains the refund details.getType()Type of the next action to perform.inthashCode()voidsetDisplayDetails(Refund.NextActionDisplayDetails displayDetails) Contains the refund details.voidType of the next action to perform.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details