Class Account.Company.DirectorshipDeclaration

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

public static class Account.Company.DirectorshipDeclaration extends StripeObject
For more details about DirectorshipDeclaration, please refer to the API Reference.
  • Constructor Details

    • DirectorshipDeclaration

      public DirectorshipDeclaration()
  • Method Details

    • getDate

      public Long getDate()
      The Unix timestamp marking when the directorship declaration attestation was made.
    • getIp

      public String getIp()
      The IP address from which the directorship declaration attestation was made.
    • getUserAgent

      public String getUserAgent()
      The user-agent string from the browser where the directorship declaration attestation was made.
    • setDate

      public void setDate(Long date)
      The Unix timestamp marking when the directorship declaration attestation was made.
    • setIp

      public void setIp(String ip)
      The IP address from which the directorship declaration attestation was made.
    • setUserAgent

      public void setUserAgent(String userAgent)
      The user-agent string from the browser where the directorship declaration attestation was made.
    • 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