Package com.stripe.model
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getDate()
The Unix timestamp marking when the beneficial owner attestation was made.getIp()
The IP address from which the beneficial owner attestation was made.The user-agent string from the browser where the beneficial owner attestation was made.int
hashCode()
void
The Unix timestamp 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 string from the browser where the beneficial owner attestation was made.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OwnershipDeclaration
public OwnershipDeclaration()
-
-
Method Details
-
getDate
The Unix timestamp marking when the beneficial owner attestation was made. -
getIp
The IP address from which the beneficial owner attestation was made. -
getUserAgent
The user-agent string from the browser where the beneficial owner attestation was made. -
setDate
The Unix timestamp marking when the beneficial owner attestation was made. -
setIp
The IP address from which the beneficial owner attestation was made. -
setUserAgent
The user-agent string from the browser where the beneficial owner attestation was made. -
equals
-
canEqual
-
hashCode
public int hashCode()
-