Class AccountUpdateParams.Identity.Attestations.OwnershipDeclaration

java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.OwnershipDeclaration
Enclosing class:
AccountUpdateParams.Identity.Attestations

public static class AccountUpdateParams.Identity.Attestations.OwnershipDeclaration extends Object
The user agent of the browser from which the director attestation was made.
  • Method Details

    • builder

    • getDate

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

      public Map<String,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 Object getIp()
      The IP address from which the beneficial owner attestation was made.
    • getUserAgent

      public Object getUserAgent()
      The user agent of the browser from which 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