Name | Type | Description | Notes |
---|---|---|---|
FirstName | NullableString | First name | |
LastName | NullableString | Last name | |
Salutation | NullableString | Salutation | |
Title | NullableString | Title | |
NullableString | |||
DateOfBirth | NullableString | Date of birth (in format 'YYYY-MM-DD') | |
PostCode | NullableString | Post code | |
Country | NullableString | Country | |
City | NullableString | City | |
Street | NullableString | Street | |
HouseNumber | NullableString | House number |
func NewBankConnectionOwner(firstName NullableString, lastName NullableString, salutation NullableString, title NullableString, email NullableString, dateOfBirth NullableString, postCode NullableString, country NullableString, city NullableString, street NullableString, houseNumber NullableString, ) *BankConnectionOwner
NewBankConnectionOwner instantiates a new BankConnectionOwner 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 NewBankConnectionOwnerWithDefaults() *BankConnectionOwner
NewBankConnectionOwnerWithDefaults instantiates a new BankConnectionOwner 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 *BankConnectionOwner) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *BankConnectionOwner) SetFirstNameNil(b bool)
SetFirstNameNil sets the value for FirstName to be an explicit nil
func (o *BankConnectionOwner) UnsetFirstName()
UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil
func (o *BankConnectionOwner) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *BankConnectionOwner) SetLastNameNil(b bool)
SetLastNameNil sets the value for LastName to be an explicit nil
func (o *BankConnectionOwner) UnsetLastName()
UnsetLastName ensures that no value is present for LastName, not even an explicit nil
func (o *BankConnectionOwner) GetSalutation() string
GetSalutation returns the Salutation field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetSalutationOk() (*string, bool)
GetSalutationOk returns a tuple with the Salutation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetSalutation(v string)
SetSalutation sets Salutation field to given value.
func (o *BankConnectionOwner) SetSalutationNil(b bool)
SetSalutationNil sets the value for Salutation to be an explicit nil
func (o *BankConnectionOwner) UnsetSalutation()
UnsetSalutation ensures that no value is present for Salutation, not even an explicit nil
func (o *BankConnectionOwner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *BankConnectionOwner) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *BankConnectionOwner) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *BankConnectionOwner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *BankConnectionOwner) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *BankConnectionOwner) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *BankConnectionOwner) GetDateOfBirth() string
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetDateOfBirthOk() (*string, bool)
GetDateOfBirthOk returns a tuple with the DateOfBirth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetDateOfBirth(v string)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *BankConnectionOwner) SetDateOfBirthNil(b bool)
SetDateOfBirthNil sets the value for DateOfBirth to be an explicit nil
func (o *BankConnectionOwner) UnsetDateOfBirth()
UnsetDateOfBirth ensures that no value is present for DateOfBirth, not even an explicit nil
func (o *BankConnectionOwner) GetPostCode() string
GetPostCode returns the PostCode field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetPostCodeOk() (*string, bool)
GetPostCodeOk returns a tuple with the PostCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetPostCode(v string)
SetPostCode sets PostCode field to given value.
func (o *BankConnectionOwner) SetPostCodeNil(b bool)
SetPostCodeNil sets the value for PostCode to be an explicit nil
func (o *BankConnectionOwner) UnsetPostCode()
UnsetPostCode ensures that no value is present for PostCode, not even an explicit nil
func (o *BankConnectionOwner) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) 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 *BankConnectionOwner) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *BankConnectionOwner) SetCountryNil(b bool)
SetCountryNil sets the value for Country to be an explicit nil
func (o *BankConnectionOwner) UnsetCountry()
UnsetCountry ensures that no value is present for Country, not even an explicit nil
func (o *BankConnectionOwner) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetCity(v string)
SetCity sets City field to given value.
func (o *BankConnectionOwner) SetCityNil(b bool)
SetCityNil sets the value for City to be an explicit nil
func (o *BankConnectionOwner) UnsetCity()
UnsetCity ensures that no value is present for City, not even an explicit nil
func (o *BankConnectionOwner) GetStreet() string
GetStreet returns the Street field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetStreet(v string)
SetStreet sets Street field to given value.
func (o *BankConnectionOwner) SetStreetNil(b bool)
SetStreetNil sets the value for Street to be an explicit nil
func (o *BankConnectionOwner) UnsetStreet()
UnsetStreet ensures that no value is present for Street, not even an explicit nil
func (o *BankConnectionOwner) GetHouseNumber() string
GetHouseNumber returns the HouseNumber field if non-nil, zero value otherwise.
func (o *BankConnectionOwner) GetHouseNumberOk() (*string, bool)
GetHouseNumberOk returns a tuple with the HouseNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BankConnectionOwner) SetHouseNumber(v string)
SetHouseNumber sets HouseNumber field to given value.
func (o *BankConnectionOwner) SetHouseNumberNil(b bool)
SetHouseNumberNil sets the value for HouseNumber to be an explicit nil
func (o *BankConnectionOwner) UnsetHouseNumber()
UnsetHouseNumber ensures that no value is present for HouseNumber, not even an explicit nil