Name | Type | Description | Notes |
---|---|---|---|
CreditAgencies | Pointer to IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies | [optional] | |
VotingRegister | Pointer to IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister | [optional] |
func NewIdentityEnhancedBreakdownDateOfBirthBreakdown() *IdentityEnhancedBreakdownDateOfBirthBreakdown
NewIdentityEnhancedBreakdownDateOfBirthBreakdown instantiates a new IdentityEnhancedBreakdownDateOfBirthBreakdown 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 NewIdentityEnhancedBreakdownDateOfBirthBreakdownWithDefaults() *IdentityEnhancedBreakdownDateOfBirthBreakdown
NewIdentityEnhancedBreakdownDateOfBirthBreakdownWithDefaults instantiates a new IdentityEnhancedBreakdownDateOfBirthBreakdown 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 *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetCreditAgencies() IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies
GetCreditAgencies returns the CreditAgencies field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetCreditAgenciesOk() (*IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies, bool)
GetCreditAgenciesOk returns a tuple with the CreditAgencies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) SetCreditAgencies(v IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies)
SetCreditAgencies sets CreditAgencies field to given value.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) HasCreditAgencies() bool
HasCreditAgencies returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetVotingRegister() IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister
GetVotingRegister returns the VotingRegister field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetVotingRegisterOk() (*IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister, bool)
GetVotingRegisterOk returns a tuple with the VotingRegister field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) SetVotingRegister(v IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister)
SetVotingRegister sets VotingRegister field to given value.
func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) HasVotingRegister() bool
HasVotingRegister returns a boolean if a field has been set.