Class ConnectionTokenCreateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.terminal.ConnectionTokenCreateParams

public class ConnectionTokenCreateParams extends ApiRequestParams
  • Method Details

    • builder

      public static ConnectionTokenCreateParams.Builder builder()
    • getExpand

      public List<String> getExpand()
      Specifies which fields in the response should be expanded.
    • 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.
    • getLocation

      public String getLocation()
      The id of the location that this connection token is scoped to. If specified the connection token will only be usable with readers assigned to that location, otherwise the connection token will be usable with all readers. Note that location scoping only applies to internet-connected readers. For more details, see the docs on scoping connection tokens.