Class FinancialAccountCreateParams.Builder

java.lang.Object
com.stripe.param.v2.moneymanagement.FinancialAccountCreateParams.Builder
Enclosing class:
FinancialAccountCreateParams

public static class FinancialAccountCreateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setDisplayName

      public FinancialAccountCreateParams.Builder setDisplayName(String displayName)
      A descriptive name for the FinancialAccount, up to 50 characters long. This name will be used in the Stripe Dashboard and embedded components.
    • putExtraParam

      public FinancialAccountCreateParams.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 FinancialAccountCreateParams.extraParams for the field documentation.
    • putAllExtraParam

      public FinancialAccountCreateParams.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 FinancialAccountCreateParams.extraParams for the field documentation.
    • putMetadata

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

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

      Parameters specific to creating storage type FinancialAccounts.
    • setType

      Required. The type of FinancialAccount to create.