Package com.stripe.model.v2.core
Class AccountLink.UseCase
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountLink.UseCase
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountLink
The use case of AccountLink the user is requesting.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Indicates that the AccountLink provided should onboard an account.static class
Indicates that the AccountLink provided should update a previously onboarded account. -
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
setAccountOnboarding
(AccountLink.UseCase.AccountOnboarding accountOnboarding) void
setAccountUpdate
(AccountLink.UseCase.AccountUpdate accountUpdate) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString