Class Account.Identity.Attestations.DirectorshipDeclaration

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Attestations.DirectorshipDeclaration
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Identity.Attestations

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

    • DirectorshipDeclaration

      public DirectorshipDeclaration()
  • Method Details

    • getDate

      public Instant getDate()
      The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
    • getIp

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

      public String getUserAgent()
      The user agent of the browser from which the director attestation was made.
    • setDate

      public void setDate(Instant date)
      The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
    • setIp

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

      public void setUserAgent(String userAgent)
      The user agent of the browser from which the director 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