Class AccountUpdateParams.TosAcceptance

  • Enclosing class:
    AccountUpdateParams

    public static class AccountUpdateParams.TosAcceptance
    extends java.lang.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 Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AccountUpdateParams.TosAcceptance.Builder builder()  
      java.lang.Long getDate()
      The Unix timestamp marking when the account representative accepted their service agreement.
      java.util.Map<java.lang.String,​java.lang.Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library.
      java.lang.Object getIp()
      The IP address from which the account representative accepted their service agreement.
      java.lang.Object getServiceAgreement()
      The user's service agreement type.
      java.lang.Object getUserAgent()
      The user agent of the browser from which the account representative accepted their service agreement.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDate

        public java.lang.Long getDate()
        The Unix timestamp marking when the account representative accepted their service agreement.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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 java.lang.Object getIp()
        The IP address from which the account representative accepted their service agreement.
      • getServiceAgreement

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

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