Class CustodialAccountMinorIdentity
java.lang.Object
markets.alpaca.client.openapi.broker.model.CustodialAccountMinorIdentity
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CustodialAccountMinorIdentity
extends Object
implements Serializable
Represents Identity information for a minor that an account of type \"custodial\" is for
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryOfBirth(String countryOfBirth) countryOfCitizenship(String countryOfCitizenship) countryOfTaxResidence(String countryOfTaxResidence) dateOfBirth(LocalDate dateOfBirth) booleanfamilyName(String familyName) Create an instance of CustodialAccountMinorIdentity given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get countryOfBirthGet countryOfCitizenshipGet countryOfTaxResidenceGet dateOfBirthgetEmail()Get emailGet familyNameGet givenNamegetState()Get stategetTaxId()Get taxIdGet taxIdTypeinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCountryOfBirth(String countryOfBirth) voidsetCountryOfCitizenship(String countryOfCitizenship) voidsetCountryOfTaxResidence(String countryOfTaxResidence) voidsetDateOfBirth(LocalDate dateOfBirth) voidvoidsetFamilyName(String familyName) voidsetGivenName(String givenName) voidvoidvoidsetTaxIdType(TaxIdType taxIdType) toJson()Convert an instance of CustodialAccountMinorIdentity to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_COUNTRY_OF_BIRTH
- See Also:
-
SERIALIZED_NAME_COUNTRY_OF_CITIZENSHIP
- See Also:
-
SERIALIZED_NAME_COUNTRY_OF_TAX_RESIDENCE
- See Also:
-
SERIALIZED_NAME_DATE_OF_BIRTH
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_FAMILY_NAME
- See Also:
-
SERIALIZED_NAME_GIVEN_NAME
- See Also:
-
SERIALIZED_NAME_STATE
- See Also:
-
SERIALIZED_NAME_TAX_ID
- See Also:
-
SERIALIZED_NAME_TAX_ID_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustodialAccountMinorIdentity
public CustodialAccountMinorIdentity()
-
-
Method Details
-
countryOfBirth
-
getCountryOfBirth
Get countryOfBirth- Returns:
- countryOfBirth
-
setCountryOfBirth
-
countryOfCitizenship
-
getCountryOfCitizenship
Get countryOfCitizenship- Returns:
- countryOfCitizenship
-
setCountryOfCitizenship
-
countryOfTaxResidence
-
getCountryOfTaxResidence
Get countryOfTaxResidence- Returns:
- countryOfTaxResidence
-
setCountryOfTaxResidence
-
dateOfBirth
-
getDateOfBirth
Get dateOfBirth- Returns:
- dateOfBirth
-
setDateOfBirth
-
email
-
getEmail
Get email- Returns:
-
setEmail
-
familyName
-
getFamilyName
Get familyName- Returns:
- familyName
-
setFamilyName
-
givenName
-
getGivenName
Get givenName- Returns:
- givenName
-
setGivenName
-
state
-
getState
Get state- Returns:
- state
-
setState
-
taxId
-
getTaxId
Get taxId- Returns:
- taxId
-
setTaxId
-
taxIdType
-
getTaxIdType
Get taxIdType- Returns:
- taxIdType
-
setTaxIdType
-
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 CustodialAccountMinorIdentity 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 CustodialAccountMinorIdentity
-
fromJson
Create an instance of CustodialAccountMinorIdentity given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustodialAccountMinorIdentity
- Throws:
IOException- if the JSON string is invalid with respect to CustodialAccountMinorIdentity
-
toJson
Convert an instance of CustodialAccountMinorIdentity to an JSON string- Returns:
- JSON string
-