Class AccountUpdateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.core.AccountUpdateParams

public class AccountUpdateParams extends ApiRequestParams
  • Method Details

    • builder

      public static AccountUpdateParams.Builder builder()
    • getConfiguration

      public AccountUpdateParams.Configuration getConfiguration()
      An Account Configuration which allows the Account to take on a key persona across Stripe products.
    • getContactEmail

      public Object getContactEmail()
      The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
    • getDashboard

      public AccountUpdateParams.Dashboard getDashboard()
      A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
    • getDefaults

      public AccountUpdateParams.Defaults getDefaults()
      Default values to be used on Account Configurations.
    • getDisplayName

      public Object 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

      public Map<String,Object> 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

      public AccountUpdateParams.Identity getIdentity()
      Information about the company, individual, and business represented by the Account.
    • getInclude

      public List<AccountUpdateParams.Include> getInclude()
      Additional fields to include in the response.
    • getMetadata

      public Map<String,Object> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object