Package com.stripe.model
Class Account.Company.RepresentativeDeclaration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Company.RepresentativeDeclaration
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Account.Company
For more details about RepresentativeDeclaration, 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 representative declaration attestation was made.getIp()The IP address from which the representative declaration attestation was made.The user-agent string from the browser where the representative declaration attestation was made.inthashCode()voidThe Unix timestamp marking when the representative declaration attestation was made.voidThe IP address from which the representative declaration attestation was made.voidsetUserAgent(String userAgent) The user-agent string from the browser where the representative declaration attestation was made.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
RepresentativeDeclarationpublic RepresentativeDeclaration()
 
- 
- 
Method Details- 
getDateThe Unix timestamp marking when the representative declaration attestation was made.
- 
getIpThe IP address from which the representative declaration attestation was made.
- 
getUserAgentThe user-agent string from the browser where the representative declaration attestation was made.
- 
setDateThe Unix timestamp marking when the representative declaration attestation was made.
- 
setIpThe IP address from which the representative declaration attestation was made.
- 
setUserAgentThe user-agent string from the browser where the representative declaration attestation was made.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-