Class AccountCreateParams.TosAcceptance

java.lang.Object
com.stripe.param.AccountCreateParams.TosAcceptance
Enclosing class:
AccountCreateParams

public static class AccountCreateParams.TosAcceptance extends Object
The user agent of the browser from which the account representative accepted the service agreement.
  • Method Details

    • builder

    • getDate

      public Long getDate()
      The Unix timestamp marking when the account representative accepted their service agreement.
    • 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.
    • getIp

      public String getIp()
      The IP address from which the account representative accepted their service agreement.
    • getServiceAgreement

      public String getServiceAgreement()
      The user's service agreement type.
    • getUserAgent

      public String getUserAgent()
      The user agent of the browser from which the account representative accepted their service agreement.