Package com.stripe.model.v2.core
Class AccountLink.UseCase.AccountUpdate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountLink.UseCase.AccountUpdate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountLink.UseCase
Indicates that the AccountLink provided should update a previously onboarded account.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecifies the requirements that Stripe collects from v2/core/accounts in the Onboarding flow. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetCollectionOptions(AccountLink.UseCase.AccountUpdate.CollectionOptions collectionOptions) voidsetConfigurations(List<String> configurations) voidsetRefreshUrl(String refreshUrl) voidsetReturnUrl(String returnUrl) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountUpdate
public AccountUpdate()
-
-
Method Details
-
getCollectionOptions
-
getConfigurations
-
getRefreshUrl
-
getReturnUrl
-
setCollectionOptions
public void setCollectionOptions(AccountLink.UseCase.AccountUpdate.CollectionOptions collectionOptions) -
setConfigurations
-
setRefreshUrl
-
setReturnUrl
-
equals
-
canEqual
-
hashCode
public int hashCode()
-