Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.39 KB

IdentityEnhancedBreakdown.md

File metadata and controls

134 lines (73 loc) · 4.39 KB

IdentityEnhancedBreakdown

Properties

Name Type Description Notes
Sources Pointer to IdentityEnhancedBreakdownSources [optional]
Address Pointer to IdentityEnhancedBreakdownAddress [optional]
DateOfBirth Pointer to IdentityEnhancedBreakdownDateOfBirth [optional]
Mortality Pointer to IdentityEnhancedBreakdownMortality [optional]

Methods

NewIdentityEnhancedBreakdown

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

NewIdentityEnhancedBreakdownWithDefaults

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

GetSources

func (o *IdentityEnhancedBreakdown) GetSources() IdentityEnhancedBreakdownSources

GetSources returns the Sources field if non-nil, zero value otherwise.

GetSourcesOk

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.

SetSources

func (o *IdentityEnhancedBreakdown) SetSources(v IdentityEnhancedBreakdownSources)

SetSources sets Sources field to given value.

HasSources

func (o *IdentityEnhancedBreakdown) HasSources() bool

HasSources returns a boolean if a field has been set.

GetAddress

func (o *IdentityEnhancedBreakdown) GetAddress() IdentityEnhancedBreakdownAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *IdentityEnhancedBreakdown) SetAddress(v IdentityEnhancedBreakdownAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *IdentityEnhancedBreakdown) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetDateOfBirth

func (o *IdentityEnhancedBreakdown) GetDateOfBirth() IdentityEnhancedBreakdownDateOfBirth

GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.

GetDateOfBirthOk

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.

SetDateOfBirth

func (o *IdentityEnhancedBreakdown) SetDateOfBirth(v IdentityEnhancedBreakdownDateOfBirth)

SetDateOfBirth sets DateOfBirth field to given value.

HasDateOfBirth

func (o *IdentityEnhancedBreakdown) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

GetMortality

func (o *IdentityEnhancedBreakdown) GetMortality() IdentityEnhancedBreakdownMortality

GetMortality returns the Mortality field if non-nil, zero value otherwise.

GetMortalityOk

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.

SetMortality

func (o *IdentityEnhancedBreakdown) SetMortality(v IdentityEnhancedBreakdownMortality)

SetMortality sets Mortality field to given value.

HasMortality

func (o *IdentityEnhancedBreakdown) HasMortality() bool

HasMortality returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]