Name | Type | Description | Notes |
---|---|---|---|
Aliases | Pointer to []string | A list of alternate names or aliases associated with the Identity. | [optional] |
EstimatedNetWorth | Pointer to CustomerDueDiligenceNetWorthRange | [optional] | |
EstimatedYearlyIncome | Pointer to CustomerDueDiligenceYearlyIncomeRange | [optional] | |
ExpectedTransferValue | Pointer to CustomerDueDiligenceTransferValueRange | [optional] | |
SourceOfWealth | Pointer to WealthSource | [optional] | |
SourceOfFunds | Pointer to FundsSource | [optional] | |
PurposeOfAccount | Pointer to AccountPurpose | [optional] | |
EmploymentStatus | Pointer to EmploymentStatus | [optional] | |
EmploymentIndustrySector | Pointer to InstitutionSubType | [optional] | |
IndustrySector | Pointer to InstitutionSubType | [optional] | |
HasUnderlyingTrustStructure | Pointer to bool | Whether or not the institution tied to the Identity has an underlying trust structure. | [optional] |
HasNomineeShareholders | Pointer to bool | Whether or not the institution tied to the Identity has nominee shareholders. | [optional] |
CreatedAt | Pointer to time.Time | [optional] |
func NewCustomerDueDiligence() *CustomerDueDiligence
NewCustomerDueDiligence instantiates a new CustomerDueDiligence object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomerDueDiligenceWithDefaults() *CustomerDueDiligence
NewCustomerDueDiligenceWithDefaults instantiates a new CustomerDueDiligence object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CustomerDueDiligence) GetAliases() []string
GetAliases returns the Aliases field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetAliasesOk() (*[]string, bool)
GetAliasesOk returns a tuple with the Aliases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetAliases(v []string)
SetAliases sets Aliases field to given value.
func (o *CustomerDueDiligence) HasAliases() bool
HasAliases returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetEstimatedNetWorth() CustomerDueDiligenceNetWorthRange
GetEstimatedNetWorth returns the EstimatedNetWorth field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetEstimatedNetWorthOk() (*CustomerDueDiligenceNetWorthRange, bool)
GetEstimatedNetWorthOk returns a tuple with the EstimatedNetWorth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetEstimatedNetWorth(v CustomerDueDiligenceNetWorthRange)
SetEstimatedNetWorth sets EstimatedNetWorth field to given value.
func (o *CustomerDueDiligence) HasEstimatedNetWorth() bool
HasEstimatedNetWorth returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetEstimatedYearlyIncome() CustomerDueDiligenceYearlyIncomeRange
GetEstimatedYearlyIncome returns the EstimatedYearlyIncome field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetEstimatedYearlyIncomeOk() (*CustomerDueDiligenceYearlyIncomeRange, bool)
GetEstimatedYearlyIncomeOk returns a tuple with the EstimatedYearlyIncome field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetEstimatedYearlyIncome(v CustomerDueDiligenceYearlyIncomeRange)
SetEstimatedYearlyIncome sets EstimatedYearlyIncome field to given value.
func (o *CustomerDueDiligence) HasEstimatedYearlyIncome() bool
HasEstimatedYearlyIncome returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetExpectedTransferValue() CustomerDueDiligenceTransferValueRange
GetExpectedTransferValue returns the ExpectedTransferValue field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetExpectedTransferValueOk() (*CustomerDueDiligenceTransferValueRange, bool)
GetExpectedTransferValueOk returns a tuple with the ExpectedTransferValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetExpectedTransferValue(v CustomerDueDiligenceTransferValueRange)
SetExpectedTransferValue sets ExpectedTransferValue field to given value.
func (o *CustomerDueDiligence) HasExpectedTransferValue() bool
HasExpectedTransferValue returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetSourceOfWealth() WealthSource
GetSourceOfWealth returns the SourceOfWealth field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetSourceOfWealthOk() (*WealthSource, bool)
GetSourceOfWealthOk returns a tuple with the SourceOfWealth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetSourceOfWealth(v WealthSource)
SetSourceOfWealth sets SourceOfWealth field to given value.
func (o *CustomerDueDiligence) HasSourceOfWealth() bool
HasSourceOfWealth returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetSourceOfFunds() FundsSource
GetSourceOfFunds returns the SourceOfFunds field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetSourceOfFundsOk() (*FundsSource, bool)
GetSourceOfFundsOk returns a tuple with the SourceOfFunds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetSourceOfFunds(v FundsSource)
SetSourceOfFunds sets SourceOfFunds field to given value.
func (o *CustomerDueDiligence) HasSourceOfFunds() bool
HasSourceOfFunds returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetPurposeOfAccount() AccountPurpose
GetPurposeOfAccount returns the PurposeOfAccount field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetPurposeOfAccountOk() (*AccountPurpose, bool)
GetPurposeOfAccountOk returns a tuple with the PurposeOfAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetPurposeOfAccount(v AccountPurpose)
SetPurposeOfAccount sets PurposeOfAccount field to given value.
func (o *CustomerDueDiligence) HasPurposeOfAccount() bool
HasPurposeOfAccount returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetEmploymentStatus() EmploymentStatus
GetEmploymentStatus returns the EmploymentStatus field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetEmploymentStatusOk() (*EmploymentStatus, bool)
GetEmploymentStatusOk returns a tuple with the EmploymentStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetEmploymentStatus(v EmploymentStatus)
SetEmploymentStatus sets EmploymentStatus field to given value.
func (o *CustomerDueDiligence) HasEmploymentStatus() bool
HasEmploymentStatus returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetEmploymentIndustrySector() InstitutionSubType
GetEmploymentIndustrySector returns the EmploymentIndustrySector field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetEmploymentIndustrySectorOk() (*InstitutionSubType, bool)
GetEmploymentIndustrySectorOk returns a tuple with the EmploymentIndustrySector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetEmploymentIndustrySector(v InstitutionSubType)
SetEmploymentIndustrySector sets EmploymentIndustrySector field to given value.
func (o *CustomerDueDiligence) HasEmploymentIndustrySector() bool
HasEmploymentIndustrySector returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetIndustrySector() InstitutionSubType
GetIndustrySector returns the IndustrySector field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetIndustrySectorOk() (*InstitutionSubType, bool)
GetIndustrySectorOk returns a tuple with the IndustrySector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetIndustrySector(v InstitutionSubType)
SetIndustrySector sets IndustrySector field to given value.
func (o *CustomerDueDiligence) HasIndustrySector() bool
HasIndustrySector returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetHasUnderlyingTrustStructure() bool
GetHasUnderlyingTrustStructure returns the HasUnderlyingTrustStructure field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetHasUnderlyingTrustStructureOk() (*bool, bool)
GetHasUnderlyingTrustStructureOk returns a tuple with the HasUnderlyingTrustStructure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetHasUnderlyingTrustStructure(v bool)
SetHasUnderlyingTrustStructure sets HasUnderlyingTrustStructure field to given value.
func (o *CustomerDueDiligence) HasHasUnderlyingTrustStructure() bool
HasHasUnderlyingTrustStructure returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetHasNomineeShareholders() bool
GetHasNomineeShareholders returns the HasNomineeShareholders field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetHasNomineeShareholdersOk() (*bool, bool)
GetHasNomineeShareholdersOk returns a tuple with the HasNomineeShareholders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetHasNomineeShareholders(v bool)
SetHasNomineeShareholders sets HasNomineeShareholders field to given value.
func (o *CustomerDueDiligence) HasHasNomineeShareholders() bool
HasHasNomineeShareholders returns a boolean if a field has been set.
func (o *CustomerDueDiligence) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CustomerDueDiligence) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerDueDiligence) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CustomerDueDiligence) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.