Class FormListParams.Payee.Builder

java.lang.Object
com.stripe.param.tax.FormListParams.Payee.Builder
Enclosing class:
FormListParams.Payee

public static class FormListParams.Payee.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public FormListParams.Payee build()
      Finalize and obtain parameter instance from this builder.
    • setAccount

      public FormListParams.Payee.Builder setAccount(String account)
      The ID of the Stripe account whose forms will be retrieved.
    • putExtraParam

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

      public FormListParams.Payee.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 FormListParams.Payee.extraParams for the field documentation.
    • setType

      Required. Specifies the payee type. Always account.