Package com.stripe.model.v2.core
Class Account.Identity.Attestations.OwnershipDeclaration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Attestations.OwnershipDeclaration
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.Attestations
This hash is used to attest that the beneficial owner information provided to Stripe is
both current and correct.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getDate()
The time marking when the beneficial owner attestation was made.getIp()
The IP address from which the beneficial owner attestation was made.The user agent of the browser from which the beneficial owner attestation was made.int
hashCode()
void
The time marking when the beneficial owner attestation was made.void
The IP address from which the beneficial owner attestation was made.void
setUserAgent
(String userAgent) The user agent of the browser from which the beneficial owner attestation was made.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OwnershipDeclaration
public OwnershipDeclaration()
-
-
Method Details
-
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. -
getIp
The IP address from which the beneficial owner attestation was made. -
getUserAgent
The user agent of the browser from which the beneficial owner attestation was made. -
setDate
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. -
setIp
The IP address from which the beneficial owner attestation was made. -
setUserAgent
The user agent of the browser from which the beneficial owner attestation was made. -
equals
-
canEqual
-
hashCode
public int hashCode()
-