Name | Type | Description | Notes |
---|---|---|---|
Sources | Pointer to IdentityEnhancedBreakdownSources | [optional] | |
Address | Pointer to IdentityEnhancedBreakdownAddress | [optional] | |
DateOfBirth | Pointer to IdentityEnhancedBreakdownDateOfBirth | [optional] | |
Mortality | Pointer to IdentityEnhancedBreakdownMortality | [optional] |
func NewIdentityEnhancedBreakdown() *IdentityEnhancedBreakdown
NewIdentityEnhancedBreakdown instantiates a new IdentityEnhancedBreakdown 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 NewIdentityEnhancedBreakdownWithDefaults() *IdentityEnhancedBreakdown
NewIdentityEnhancedBreakdownWithDefaults instantiates a new IdentityEnhancedBreakdown 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 *IdentityEnhancedBreakdown) GetSources() IdentityEnhancedBreakdownSources
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdown) GetSourcesOk() (*IdentityEnhancedBreakdownSources, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdown) SetSources(v IdentityEnhancedBreakdownSources)
SetSources sets Sources field to given value.
func (o *IdentityEnhancedBreakdown) HasSources() bool
HasSources returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdown) GetAddress() IdentityEnhancedBreakdownAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdown) GetAddressOk() (*IdentityEnhancedBreakdownAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdown) SetAddress(v IdentityEnhancedBreakdownAddress)
SetAddress sets Address field to given value.
func (o *IdentityEnhancedBreakdown) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdown) GetDateOfBirth() IdentityEnhancedBreakdownDateOfBirth
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdown) GetDateOfBirthOk() (*IdentityEnhancedBreakdownDateOfBirth, bool)
GetDateOfBirthOk returns a tuple with the DateOfBirth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdown) SetDateOfBirth(v IdentityEnhancedBreakdownDateOfBirth)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *IdentityEnhancedBreakdown) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdown) GetMortality() IdentityEnhancedBreakdownMortality
GetMortality returns the Mortality field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdown) GetMortalityOk() (*IdentityEnhancedBreakdownMortality, bool)
GetMortalityOk returns a tuple with the Mortality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdown) SetMortality(v IdentityEnhancedBreakdownMortality)
SetMortality sets Mortality field to given value.
func (o *IdentityEnhancedBreakdown) HasMortality() bool
HasMortality returns a boolean if a field has been set.