Name | Type | Required | Description | Examples |
---|---|---|---|---|
Id | Pointer to string | |||
Code | Pointer to NullableString | |||
Company | NullableString | ☑️ | ||
Description | NullableString | ☑️ | ||
Country | NullableString | ☑️ | ISO3166-2 country code | |
HolderName | Pointer to NullableString | |||
Type | NullableString | ☑️ | ||
Properties | IdentityAccountResponseProperties | ☑️ | ||
Created | Pointer to time.Time |
func NewIdentityAccountResponse(company NullableString, description NullableString, country NullableString, type_ NullableString, properties IdentityAccountResponseProperties, ) *IdentityAccountResponse
NewIdentityAccountResponse instantiates a new IdentityAccountResponse 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 NewIdentityAccountResponseWithDefaults() *IdentityAccountResponse
NewIdentityAccountResponseWithDefaults instantiates a new IdentityAccountResponse 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 *IdentityAccountResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetId(v string)
SetId sets Id field to given value.
func (o *IdentityAccountResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityAccountResponse) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetCode(v string)
SetCode sets Code field to given value.
func (o *IdentityAccountResponse) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *IdentityAccountResponse) SetCodeNil(b bool)
SetCodeNil sets the value for Code to be an explicit nil
func (o *IdentityAccountResponse) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (o *IdentityAccountResponse) GetCompany() string
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetCompany(v string)
SetCompany sets Company field to given value.
func (o *IdentityAccountResponse) SetCompanyNil(b bool)
SetCompanyNil sets the value for Company to be an explicit nil
func (o *IdentityAccountResponse) UnsetCompany()
UnsetCompany ensures that no value is present for Company, not even an explicit nil
func (o *IdentityAccountResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *IdentityAccountResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *IdentityAccountResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *IdentityAccountResponse) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *IdentityAccountResponse) SetCountryNil(b bool)
SetCountryNil sets the value for Country to be an explicit nil
func (o *IdentityAccountResponse) UnsetCountry()
UnsetCountry ensures that no value is present for Country, not even an explicit nil
func (o *IdentityAccountResponse) GetHolderName() string
GetHolderName returns the HolderName field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetHolderNameOk() (*string, bool)
GetHolderNameOk returns a tuple with the HolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetHolderName(v string)
SetHolderName sets HolderName field to given value.
func (o *IdentityAccountResponse) HasHolderName() bool
HasHolderName returns a boolean if a field has been set.
func (o *IdentityAccountResponse) SetHolderNameNil(b bool)
SetHolderNameNil sets the value for HolderName to be an explicit nil
func (o *IdentityAccountResponse) UnsetHolderName()
UnsetHolderName ensures that no value is present for HolderName, not even an explicit nil
func (o *IdentityAccountResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetType(v string)
SetType sets Type field to given value.
func (o *IdentityAccountResponse) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *IdentityAccountResponse) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *IdentityAccountResponse) GetProperties() IdentityAccountResponseProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetPropertiesOk() (*IdentityAccountResponseProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetProperties(v IdentityAccountResponseProperties)
SetProperties sets Properties field to given value.
func (o *IdentityAccountResponse) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *IdentityAccountResponse) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityAccountResponse) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *IdentityAccountResponse) HasCreated() bool
HasCreated returns a boolean if a field has been set.