Class Account.TosAcceptance

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.TosAcceptance
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.TosAcceptance extends StripeObject
The user agent of the browser from which the account representative accepted the service agreement.
  • Constructor Details

    • TosAcceptance

      public TosAcceptance()
  • Method Details

    • getDate

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

      public void setDate(Long date)
      The Unix timestamp marking when the account representative accepted their service agreement.
    • setIp

      public void setIp(String ip)
      The IP address from which the account representative accepted their service agreement.
    • setServiceAgreement

      public void setServiceAgreement(String serviceAgreement)
      The user's service agreement type.
    • setUserAgent

      public void setUserAgent(String userAgent)
      The user agent of the browser from which the account representative accepted their service agreement.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object