Class AccountUpdateParams.TosAcceptance

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

public static class AccountUpdateParams.TosAcceptance extends Object
The day of the week when available funds are paid out, specified as monday, tuesday, etc. (required and applicable only if interval is weekly.)
  • 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 Object getIp()
      The IP address from which the account representative accepted their service agreement.
    • getServiceAgreement

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

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