Skip to content

Latest commit

 

History

History
371 lines (204 loc) · 10.2 KB

BankConnectionOwner.md

File metadata and controls

371 lines (204 loc) · 10.2 KB

BankConnectionOwner

Properties

Name Type Description Notes
FirstName NullableString First name
LastName NullableString Last name
Salutation NullableString Salutation
Title NullableString Title
Email NullableString Email
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

Methods

NewBankConnectionOwner

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

NewBankConnectionOwnerWithDefaults

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

GetFirstName

func (o *BankConnectionOwner) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *BankConnectionOwner) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

SetFirstNameNil

func (o *BankConnectionOwner) SetFirstNameNil(b bool)

SetFirstNameNil sets the value for FirstName to be an explicit nil

UnsetFirstName

func (o *BankConnectionOwner) UnsetFirstName()

UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil

GetLastName

func (o *BankConnectionOwner) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *BankConnectionOwner) SetLastName(v string)

SetLastName sets LastName field to given value.

SetLastNameNil

func (o *BankConnectionOwner) SetLastNameNil(b bool)

SetLastNameNil sets the value for LastName to be an explicit nil

UnsetLastName

func (o *BankConnectionOwner) UnsetLastName()

UnsetLastName ensures that no value is present for LastName, not even an explicit nil

GetSalutation

func (o *BankConnectionOwner) GetSalutation() string

GetSalutation returns the Salutation field if non-nil, zero value otherwise.

GetSalutationOk

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.

SetSalutation

func (o *BankConnectionOwner) SetSalutation(v string)

SetSalutation sets Salutation field to given value.

SetSalutationNil

func (o *BankConnectionOwner) SetSalutationNil(b bool)

SetSalutationNil sets the value for Salutation to be an explicit nil

UnsetSalutation

func (o *BankConnectionOwner) UnsetSalutation()

UnsetSalutation ensures that no value is present for Salutation, not even an explicit nil

GetTitle

func (o *BankConnectionOwner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *BankConnectionOwner) SetTitle(v string)

SetTitle sets Title field to given value.

SetTitleNil

func (o *BankConnectionOwner) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *BankConnectionOwner) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

GetEmail

func (o *BankConnectionOwner) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *BankConnectionOwner) SetEmail(v string)

SetEmail sets Email field to given value.

SetEmailNil

func (o *BankConnectionOwner) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *BankConnectionOwner) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetDateOfBirth

func (o *BankConnectionOwner) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.

GetDateOfBirthOk

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.

SetDateOfBirth

func (o *BankConnectionOwner) SetDateOfBirth(v string)

SetDateOfBirth sets DateOfBirth field to given value.

SetDateOfBirthNil

func (o *BankConnectionOwner) SetDateOfBirthNil(b bool)

SetDateOfBirthNil sets the value for DateOfBirth to be an explicit nil

UnsetDateOfBirth

func (o *BankConnectionOwner) UnsetDateOfBirth()

UnsetDateOfBirth ensures that no value is present for DateOfBirth, not even an explicit nil

GetPostCode

func (o *BankConnectionOwner) GetPostCode() string

GetPostCode returns the PostCode field if non-nil, zero value otherwise.

GetPostCodeOk

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.

SetPostCode

func (o *BankConnectionOwner) SetPostCode(v string)

SetPostCode sets PostCode field to given value.

SetPostCodeNil

func (o *BankConnectionOwner) SetPostCodeNil(b bool)

SetPostCodeNil sets the value for PostCode to be an explicit nil

UnsetPostCode

func (o *BankConnectionOwner) UnsetPostCode()

UnsetPostCode ensures that no value is present for PostCode, not even an explicit nil

GetCountry

func (o *BankConnectionOwner) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *BankConnectionOwner) SetCountry(v string)

SetCountry sets Country field to given value.

SetCountryNil

func (o *BankConnectionOwner) SetCountryNil(b bool)

SetCountryNil sets the value for Country to be an explicit nil

UnsetCountry

func (o *BankConnectionOwner) UnsetCountry()

UnsetCountry ensures that no value is present for Country, not even an explicit nil

GetCity

func (o *BankConnectionOwner) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

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.

SetCity

func (o *BankConnectionOwner) SetCity(v string)

SetCity sets City field to given value.

SetCityNil

func (o *BankConnectionOwner) SetCityNil(b bool)

SetCityNil sets the value for City to be an explicit nil

UnsetCity

func (o *BankConnectionOwner) UnsetCity()

UnsetCity ensures that no value is present for City, not even an explicit nil

GetStreet

func (o *BankConnectionOwner) GetStreet() string

GetStreet returns the Street field if non-nil, zero value otherwise.

GetStreetOk

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.

SetStreet

func (o *BankConnectionOwner) SetStreet(v string)

SetStreet sets Street field to given value.

SetStreetNil

func (o *BankConnectionOwner) SetStreetNil(b bool)

SetStreetNil sets the value for Street to be an explicit nil

UnsetStreet

func (o *BankConnectionOwner) UnsetStreet()

UnsetStreet ensures that no value is present for Street, not even an explicit nil

GetHouseNumber

func (o *BankConnectionOwner) GetHouseNumber() string

GetHouseNumber returns the HouseNumber field if non-nil, zero value otherwise.

GetHouseNumberOk

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.

SetHouseNumber

func (o *BankConnectionOwner) SetHouseNumber(v string)

SetHouseNumber sets HouseNumber field to given value.

SetHouseNumberNil

func (o *BankConnectionOwner) SetHouseNumberNil(b bool)

SetHouseNumberNil sets the value for HouseNumber to be an explicit nil

UnsetHouseNumber

func (o *BankConnectionOwner) UnsetHouseNumber()

UnsetHouseNumber ensures that no value is present for HouseNumber, not even an explicit nil

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