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
For more details about OwnershipDeclaration, 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 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.inthashCode()voidThe Unix timestamp marking when the beneficial owner attestation was made.voidThe IP address from which the beneficial owner attestation was made.voidsetUserAgent(String userAgent) The user-agent string from the browser where the beneficial owner attestation was made.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
OwnershipDeclarationpublic OwnershipDeclaration()
 
- 
- 
Method Details- 
getDateThe Unix timestamp marking when the beneficial owner attestation was made.
- 
getIpThe IP address from which the beneficial owner attestation was made.
- 
getUserAgentThe user-agent string from the browser where the beneficial owner attestation was made.
- 
setDateThe Unix timestamp marking when the beneficial owner attestation was made.
- 
setIpThe IP address from which the beneficial owner attestation was made.
- 
setUserAgentThe user-agent string from the browser where the beneficial owner attestation was made.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-