Class CIPInfo
java.lang.Object
markets.alpaca.client.openapi.broker.model.CIPInfo
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CIPInfo
extends Object
implements Serializable
Customer Identification Program (CIP) information for an account applicant.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProviderNameItem(String providerNameItem) createdAt(OffsetDateTime createdAt) document(CIPDocument document) booleanstatic CIPInfoCreate an instance of CIPInfo given an JSON stringUUID of the Account instance this CIPInfo is forReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get createdAtGet documentgetId()ID of this CIPInfoGet identitygetKyc()Get kycgetPhoto()Get photoList of KYC providers this information came fromGet updatedAtGet watchlistinthashCode()identity(CIPIdentity identity) providerName(List<String> providerName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAccountId(UUID accountId) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDocument(CIPDocument document) voidvoidsetIdentity(CIPIdentity identity) voidvoidvoidsetProviderName(List<String> providerName) voidsetUpdatedAt(OffsetDateTime updatedAt) voidsetWatchlist(CIPWatchlist watchlist) toJson()Convert an instance of CIPInfo to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundwatchlist(CIPWatchlist watchlist)
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_DOCUMENT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_IDENTITY
- See Also:
-
SERIALIZED_NAME_KYC
- See Also:
-
SERIALIZED_NAME_PHOTO
- See Also:
-
SERIALIZED_NAME_PROVIDER_NAME
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_WATCHLIST
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CIPInfo
public CIPInfo()
-
-
Method Details
-
accountId
-
getAccountId
UUID of the Account instance this CIPInfo is for- Returns:
- accountId
-
setAccountId
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
document
-
getDocument
Get document- Returns:
- document
-
setDocument
-
id
-
getId
ID of this CIPInfo- Returns:
- id
-
setId
-
identity
-
getIdentity
Get identity- Returns:
- identity
-
setIdentity
-
kyc
-
getKyc
Get kyc- Returns:
- kyc
-
setKyc
-
photo
-
getPhoto
Get photo- Returns:
- photo
-
setPhoto
-
providerName
-
addProviderNameItem
-
getProviderName
List of KYC providers this information came from- Returns:
- providerName
-
setProviderName
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
watchlist
-
getWatchlist
Get watchlist- Returns:
- watchlist
-
setWatchlist
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CIPInfo instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CIPInfo
-
fromJson
Create an instance of CIPInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CIPInfo
- Throws:
IOException- if the JSON string is invalid with respect to CIPInfo
-
toJson
Convert an instance of CIPInfo to an JSON string- Returns:
- JSON string
-