Name | Type | Description | Notes |
---|---|---|---|
AccountNumber | NullableString | ||
BankName | NullableString | ||
Bic | NullableString | ||
HolderName | NullableString | ||
Iban | NullableString |
func NewCreateEmployeeRequestBankAccount(accountNumber NullableString, bankName NullableString, bic NullableString, holderName NullableString, iban NullableString, ) *CreateEmployeeRequestBankAccount
NewCreateEmployeeRequestBankAccount instantiates a new CreateEmployeeRequestBankAccount 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 NewCreateEmployeeRequestBankAccountWithDefaults() *CreateEmployeeRequestBankAccount
NewCreateEmployeeRequestBankAccountWithDefaults instantiates a new CreateEmployeeRequestBankAccount 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 *CreateEmployeeRequestBankAccount) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestBankAccount) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestBankAccount) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *CreateEmployeeRequestBankAccount) SetAccountNumberNil(b bool)
SetAccountNumberNil sets the value for AccountNumber to be an explicit nil
func (o *CreateEmployeeRequestBankAccount) UnsetAccountNumber()
UnsetAccountNumber ensures that no value is present for AccountNumber, not even an explicit nil
func (o *CreateEmployeeRequestBankAccount) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestBankAccount) GetBankNameOk() (*string, bool)
GetBankNameOk returns a tuple with the BankName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestBankAccount) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *CreateEmployeeRequestBankAccount) SetBankNameNil(b bool)
SetBankNameNil sets the value for BankName to be an explicit nil
func (o *CreateEmployeeRequestBankAccount) UnsetBankName()
UnsetBankName ensures that no value is present for BankName, not even an explicit nil
func (o *CreateEmployeeRequestBankAccount) GetBic() string
GetBic returns the Bic field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestBankAccount) GetBicOk() (*string, bool)
GetBicOk returns a tuple with the Bic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestBankAccount) SetBic(v string)
SetBic sets Bic field to given value.
func (o *CreateEmployeeRequestBankAccount) SetBicNil(b bool)
SetBicNil sets the value for Bic to be an explicit nil
func (o *CreateEmployeeRequestBankAccount) UnsetBic()
UnsetBic ensures that no value is present for Bic, not even an explicit nil
func (o *CreateEmployeeRequestBankAccount) GetHolderName() string
GetHolderName returns the HolderName field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestBankAccount) 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 *CreateEmployeeRequestBankAccount) SetHolderName(v string)
SetHolderName sets HolderName field to given value.
func (o *CreateEmployeeRequestBankAccount) SetHolderNameNil(b bool)
SetHolderNameNil sets the value for HolderName to be an explicit nil
func (o *CreateEmployeeRequestBankAccount) UnsetHolderName()
UnsetHolderName ensures that no value is present for HolderName, not even an explicit nil
func (o *CreateEmployeeRequestBankAccount) GetIban() string
GetIban returns the Iban field if non-nil, zero value otherwise.
func (o *CreateEmployeeRequestBankAccount) GetIbanOk() (*string, bool)
GetIbanOk returns a tuple with the Iban field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEmployeeRequestBankAccount) SetIban(v string)
SetIban sets Iban field to given value.
func (o *CreateEmployeeRequestBankAccount) SetIbanNil(b bool)
SetIbanNil sets the value for Iban to be an explicit nil
func (o *CreateEmployeeRequestBankAccount) UnsetIban()
UnsetIban ensures that no value is present for Iban, not even an explicit nil