Class AccountPersonsParams.Relationship.Builder

java.lang.Object
com.stripe.param.AccountPersonsParams.Relationship.Builder
Enclosing class:
AccountPersonsParams.Relationship

public static class AccountPersonsParams.Relationship.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setDirector

      public AccountPersonsParams.Relationship.Builder setDirector(Boolean director)
      A filter on the list of people returned based on whether these people are directors of the account's company.
    • setExecutive

      public AccountPersonsParams.Relationship.Builder setExecutive(Boolean executive)
      A filter on the list of people returned based on whether these people are executives of the account's company.
    • putExtraParam

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

      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 AccountPersonsParams.Relationship.extraParams for the field documentation.
    • setOwner

      A filter on the list of people returned based on whether these people are owners of the account's company.
    • setRepresentative

      public AccountPersonsParams.Relationship.Builder setRepresentative(Boolean representative)
      A filter on the list of people returned based on whether these people are the representative of the account's company.