| Name | Type | Description | Notes |
|---|---|---|---|
| CreditAgencies | Pointer to IdentityEnhancedBreakdownAddressBreakdownCreditAgencies | [optional] | |
| TelephoneDatabase | Pointer to IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase | [optional] | |
| VotingRegister | Pointer to IdentityEnhancedBreakdownAddressBreakdownVotingRegister | [optional] |
func NewIdentityEnhancedBreakdownAddressBreakdown() *IdentityEnhancedBreakdownAddressBreakdown
NewIdentityEnhancedBreakdownAddressBreakdown instantiates a new IdentityEnhancedBreakdownAddressBreakdown 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 NewIdentityEnhancedBreakdownAddressBreakdownWithDefaults() *IdentityEnhancedBreakdownAddressBreakdown
NewIdentityEnhancedBreakdownAddressBreakdownWithDefaults instantiates a new IdentityEnhancedBreakdownAddressBreakdown 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 *IdentityEnhancedBreakdownAddressBreakdown) GetCreditAgencies() IdentityEnhancedBreakdownAddressBreakdownCreditAgencies
GetCreditAgencies returns the CreditAgencies field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownAddressBreakdown) GetCreditAgenciesOk() (*IdentityEnhancedBreakdownAddressBreakdownCreditAgencies, 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 *IdentityEnhancedBreakdownAddressBreakdown) SetCreditAgencies(v IdentityEnhancedBreakdownAddressBreakdownCreditAgencies)
SetCreditAgencies sets CreditAgencies field to given value.
func (o *IdentityEnhancedBreakdownAddressBreakdown) HasCreditAgencies() bool
HasCreditAgencies returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdownAddressBreakdown) GetTelephoneDatabase() IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase
GetTelephoneDatabase returns the TelephoneDatabase field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownAddressBreakdown) GetTelephoneDatabaseOk() (*IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase, bool)
GetTelephoneDatabaseOk returns a tuple with the TelephoneDatabase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityEnhancedBreakdownAddressBreakdown) SetTelephoneDatabase(v IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase)
SetTelephoneDatabase sets TelephoneDatabase field to given value.
func (o *IdentityEnhancedBreakdownAddressBreakdown) HasTelephoneDatabase() bool
HasTelephoneDatabase returns a boolean if a field has been set.
func (o *IdentityEnhancedBreakdownAddressBreakdown) GetVotingRegister() IdentityEnhancedBreakdownAddressBreakdownVotingRegister
GetVotingRegister returns the VotingRegister field if non-nil, zero value otherwise.
func (o *IdentityEnhancedBreakdownAddressBreakdown) GetVotingRegisterOk() (*IdentityEnhancedBreakdownAddressBreakdownVotingRegister, 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 *IdentityEnhancedBreakdownAddressBreakdown) SetVotingRegister(v IdentityEnhancedBreakdownAddressBreakdownVotingRegister)
SetVotingRegister sets VotingRegister field to given value.
func (o *IdentityEnhancedBreakdownAddressBreakdown) HasVotingRegister() bool
HasVotingRegister returns a boolean if a field has been set.