Class AccountTokenCreateParams.Builder

java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Builder
Enclosing class:
AccountTokenCreateParams

public static class AccountTokenCreateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public AccountTokenCreateParams build()
      Finalize and obtain parameter instance from this builder.
    • setContactEmail

      public AccountTokenCreateParams.Builder setContactEmail(String contactEmail)
      The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
    • setDisplayName

      public AccountTokenCreateParams.Builder setDisplayName(String displayName)
      A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
    • putExtraParam

      public AccountTokenCreateParams.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AccountTokenCreateParams.extraParams for the field documentation.
    • putAllExtraParam

      public AccountTokenCreateParams.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AccountTokenCreateParams.extraParams for the field documentation.
    • setIdentity

      Required. Information about the company, individual, and business represented by the Account.