Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.52 KB

IdentityEnhancedBreakdownDateOfBirthBreakdown.md

File metadata and controls

82 lines (45 loc) · 3.52 KB

IdentityEnhancedBreakdownDateOfBirthBreakdown

Properties

Name Type Description Notes
CreditAgencies Pointer to IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies [optional]
VotingRegister Pointer to IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister [optional]

Methods

NewIdentityEnhancedBreakdownDateOfBirthBreakdown

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

NewIdentityEnhancedBreakdownDateOfBirthBreakdownWithDefaults

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

GetCreditAgencies

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetCreditAgencies() IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies

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

GetCreditAgenciesOk

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.

SetCreditAgencies

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) SetCreditAgencies(v IdentityEnhancedBreakdownDateOfBirthBreakdownCreditAgencies)

SetCreditAgencies sets CreditAgencies field to given value.

HasCreditAgencies

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) HasCreditAgencies() bool

HasCreditAgencies returns a boolean if a field has been set.

GetVotingRegister

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) GetVotingRegister() IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister

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

GetVotingRegisterOk

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.

SetVotingRegister

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) SetVotingRegister(v IdentityEnhancedBreakdownDateOfBirthBreakdownVotingRegister)

SetVotingRegister sets VotingRegister field to given value.

HasVotingRegister

func (o *IdentityEnhancedBreakdownDateOfBirthBreakdown) HasVotingRegister() bool

HasVotingRegister returns a boolean if a field has been set.

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