Name | Type | Description | Notes |
---|---|---|---|
PersonDetails | Pointer to PersonDetails | [optional] | |
Metadata | Pointer to map[string]string | [optional] | |
RefId | Pointer to string | A user-facing ID to prevent duplicate identity creation. Unique for all identities created by the same API user. | [optional] |
InstitutionDetails | Pointer to InstitutionDetails | [optional] | |
InstitutionMembers | Pointer to []InstitutionMember | [optional] | |
TaxDetails | Pointer to []TaxDetail | List of tax details associated with the identity. Must be set if tax_details_not_required is false or not set. | [optional] |
TaxDetailsNotRequired | Pointer to bool | Set to true if tax details are not legally required. | [optional] |
CustomerDueDiligence | Pointer to CustomerDueDiligence | [optional] | |
IsMerchant | Pointer to bool | Set to true if the identity is a merchant. | [optional] |
func NewCreateIdentityRequest() *CreateIdentityRequest
NewCreateIdentityRequest instantiates a new CreateIdentityRequest 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 NewCreateIdentityRequestWithDefaults() *CreateIdentityRequest
NewCreateIdentityRequestWithDefaults instantiates a new CreateIdentityRequest 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 *CreateIdentityRequest) GetPersonDetails() PersonDetails
GetPersonDetails returns the PersonDetails field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetPersonDetailsOk() (*PersonDetails, bool)
GetPersonDetailsOk returns a tuple with the PersonDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetPersonDetails(v PersonDetails)
SetPersonDetails sets PersonDetails field to given value.
func (o *CreateIdentityRequest) HasPersonDetails() bool
HasPersonDetails returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *CreateIdentityRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetRefId() string
GetRefId returns the RefId field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetRefId(v string)
SetRefId sets RefId field to given value.
func (o *CreateIdentityRequest) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetInstitutionDetails() InstitutionDetails
GetInstitutionDetails returns the InstitutionDetails field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetInstitutionDetailsOk() (*InstitutionDetails, bool)
GetInstitutionDetailsOk returns a tuple with the InstitutionDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetInstitutionDetails(v InstitutionDetails)
SetInstitutionDetails sets InstitutionDetails field to given value.
func (o *CreateIdentityRequest) HasInstitutionDetails() bool
HasInstitutionDetails returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetInstitutionMembers() []InstitutionMember
GetInstitutionMembers returns the InstitutionMembers field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetInstitutionMembersOk() (*[]InstitutionMember, bool)
GetInstitutionMembersOk returns a tuple with the InstitutionMembers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetInstitutionMembers(v []InstitutionMember)
SetInstitutionMembers sets InstitutionMembers field to given value.
func (o *CreateIdentityRequest) HasInstitutionMembers() bool
HasInstitutionMembers returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetTaxDetails() []TaxDetail
GetTaxDetails returns the TaxDetails field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetTaxDetailsOk() (*[]TaxDetail, bool)
GetTaxDetailsOk returns a tuple with the TaxDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetTaxDetails(v []TaxDetail)
SetTaxDetails sets TaxDetails field to given value.
func (o *CreateIdentityRequest) HasTaxDetails() bool
HasTaxDetails returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetTaxDetailsNotRequired() bool
GetTaxDetailsNotRequired returns the TaxDetailsNotRequired field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetTaxDetailsNotRequiredOk() (*bool, bool)
GetTaxDetailsNotRequiredOk returns a tuple with the TaxDetailsNotRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetTaxDetailsNotRequired(v bool)
SetTaxDetailsNotRequired sets TaxDetailsNotRequired field to given value.
func (o *CreateIdentityRequest) HasTaxDetailsNotRequired() bool
HasTaxDetailsNotRequired returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetCustomerDueDiligence() CustomerDueDiligence
GetCustomerDueDiligence returns the CustomerDueDiligence field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetCustomerDueDiligenceOk() (*CustomerDueDiligence, bool)
GetCustomerDueDiligenceOk returns a tuple with the CustomerDueDiligence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetCustomerDueDiligence(v CustomerDueDiligence)
SetCustomerDueDiligence sets CustomerDueDiligence field to given value.
func (o *CreateIdentityRequest) HasCustomerDueDiligence() bool
HasCustomerDueDiligence returns a boolean if a field has been set.
func (o *CreateIdentityRequest) GetIsMerchant() bool
GetIsMerchant returns the IsMerchant field if non-nil, zero value otherwise.
func (o *CreateIdentityRequest) GetIsMerchantOk() (*bool, bool)
GetIsMerchantOk returns a tuple with the IsMerchant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIdentityRequest) SetIsMerchant(v bool)
SetIsMerchant sets IsMerchant field to given value.
func (o *CreateIdentityRequest) HasIsMerchant() bool
HasIsMerchant returns a boolean if a field has been set.