Package com.stripe.param.v2.core
Class AccountUpdateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.core.AccountUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
static class
To request a new Capability for an account, pass true.static class
static enum
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountUpdateParams.Builder
builder()
protected boolean
boolean
An Account Configuration which allows the Account to take on a key persona across Stripe products.The default contact email address for the Account.A value indicating the Stripe dashboard this Account has access to.Default values to be used on Account Configurations.A descriptive name for the Account.Map of extra parameters for custom features not available in this client library.Information about the company, individual, and business represented by the Account.Additional fields to include in the response.Set of key-value pairs that you can attach to an object.int
hashCode()
Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getConfiguration
An Account Configuration which allows the Account to take on a key persona across Stripe products. -
getContactEmail
The default contact email address for the Account. Required when configuring the account as a merchant or recipient. -
getDashboard
A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account. -
getDefaults
Default values to be used on Account Configurations. -
getDisplayName
A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIdentity
Information about the company, individual, and business represented by the Account. -
getInclude
Additional fields to include in the response. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. -
equals
-
canEqual
-
hashCode
public int hashCode()
-