Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.55 KB

File metadata and controls

108 lines (59 loc) · 4.55 KB

IdentityEnhancedBreakdownAddressBreakdown

Properties

Name Type Description Notes
CreditAgencies Pointer to IdentityEnhancedBreakdownAddressBreakdownCreditAgencies [optional]
TelephoneDatabase Pointer to IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase [optional]
VotingRegister Pointer to IdentityEnhancedBreakdownAddressBreakdownVotingRegister [optional]

Methods

NewIdentityEnhancedBreakdownAddressBreakdown

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

NewIdentityEnhancedBreakdownAddressBreakdownWithDefaults

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

GetCreditAgencies

func (o *IdentityEnhancedBreakdownAddressBreakdown) GetCreditAgencies() IdentityEnhancedBreakdownAddressBreakdownCreditAgencies

GetCreditAgencies returns the CreditAgencies field if non-nil, zero value otherwise.

GetCreditAgenciesOk

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.

SetCreditAgencies

func (o *IdentityEnhancedBreakdownAddressBreakdown) SetCreditAgencies(v IdentityEnhancedBreakdownAddressBreakdownCreditAgencies)

SetCreditAgencies sets CreditAgencies field to given value.

HasCreditAgencies

func (o *IdentityEnhancedBreakdownAddressBreakdown) HasCreditAgencies() bool

HasCreditAgencies returns a boolean if a field has been set.

GetTelephoneDatabase

func (o *IdentityEnhancedBreakdownAddressBreakdown) GetTelephoneDatabase() IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase

GetTelephoneDatabase returns the TelephoneDatabase field if non-nil, zero value otherwise.

GetTelephoneDatabaseOk

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.

SetTelephoneDatabase

func (o *IdentityEnhancedBreakdownAddressBreakdown) SetTelephoneDatabase(v IdentityEnhancedBreakdownAddressBreakdownTelephoneDatabase)

SetTelephoneDatabase sets TelephoneDatabase field to given value.

HasTelephoneDatabase

func (o *IdentityEnhancedBreakdownAddressBreakdown) HasTelephoneDatabase() bool

HasTelephoneDatabase returns a boolean if a field has been set.

GetVotingRegister

func (o *IdentityEnhancedBreakdownAddressBreakdown) GetVotingRegister() IdentityEnhancedBreakdownAddressBreakdownVotingRegister

GetVotingRegister returns the VotingRegister field if non-nil, zero value otherwise.

GetVotingRegisterOk

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.

SetVotingRegister

func (o *IdentityEnhancedBreakdownAddressBreakdown) SetVotingRegister(v IdentityEnhancedBreakdownAddressBreakdownVotingRegister)

SetVotingRegister sets VotingRegister field to given value.

HasVotingRegister

func (o *IdentityEnhancedBreakdownAddressBreakdown) HasVotingRegister() bool

HasVotingRegister returns a boolean if a field has been set.

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