Package com.stripe.model
Class Account.Company.DirectorshipDeclaration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Company.DirectorshipDeclaration
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Company
For more details about DirectorshipDeclaration, please refer to the API Reference.
-
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 Unix timestamp marking when the directorship declaration attestation was made.getIp()
The IP address from which the directorship declaration attestation was made.The user-agent string from the browser where the directorship declaration attestation was made.int
hashCode()
void
The Unix timestamp marking when the directorship declaration attestation was made.void
The IP address from which the directorship declaration attestation was made.void
setUserAgent
(String userAgent) The user-agent string from the browser where the directorship declaration attestation was made.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DirectorshipDeclaration
public DirectorshipDeclaration()
-
-
Method Details
-
getDate
The Unix timestamp marking when the directorship declaration attestation was made. -
getIp
The IP address from which the directorship declaration attestation was made. -
getUserAgent
The user-agent string from the browser where the directorship declaration attestation was made. -
setDate
The Unix timestamp marking when the directorship declaration attestation was made. -
setIp
The IP address from which the directorship declaration attestation was made. -
setUserAgent
The user-agent string from the browser where the directorship declaration attestation was made. -
equals
-
canEqual
-
hashCode
public int hashCode()
-