Class Account.Company.OwnershipDeclaration

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

public static class Account.Company.OwnershipDeclaration extends StripeObject
  • Constructor Details

    • OwnershipDeclaration

      public OwnershipDeclaration()
  • Method Details

    • getDate

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

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

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

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

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

      public void setUserAgent(String userAgent)
      The user-agent string from the browser where the beneficial owner 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