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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetDate()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.inthashCode()voidThe Unix timestamp marking when the directorship declaration attestation was made.voidThe IP address from which the directorship declaration attestation was made.voidsetUserAgent(String userAgent) The user-agent string from the browser where the directorship declaration attestation was made.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
DirectorshipDeclarationpublic DirectorshipDeclaration()
 
- 
- 
Method Details- 
getDateThe Unix timestamp marking when the directorship declaration attestation was made.
- 
getIpThe IP address from which the directorship declaration attestation was made.
- 
getUserAgentThe user-agent string from the browser where the directorship declaration attestation was made.
- 
setDateThe Unix timestamp marking when the directorship declaration attestation was made.
- 
setIpThe IP address from which the directorship declaration attestation was made.
- 
setUserAgentThe user-agent string from the browser where the directorship declaration attestation was made.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-