Class OutboundSetupIntent.NextAction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundSetupIntent.NextAction
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundSetupIntent
For more details about NextAction, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ConfirmationOfPayee, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setConfirmationOfPayee
(OutboundSetupIntent.NextAction.ConfirmationOfPayee confirmationOfPayee) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details
-
getConfirmationOfPayee
-
getType
-
setConfirmationOfPayee
public void setConfirmationOfPayee(OutboundSetupIntent.NextAction.ConfirmationOfPayee confirmationOfPayee) -
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-