Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt64 | Bank ID of the bank the user wants to connect to (and import account data) in the finAPI repo (section "Banks"). Mutually exclusive with <code>search</code> parameter. | [optional] |
Search | Pointer to NullableString | "IBAN", "BLZ", "BIC", "Bank Name", "City" of the bank the user wants to connect to (and import account data). Mutually exclusive with <code>id</code> parameter. | [optional] |
func NewImportBankDetails() *ImportBankDetails
NewImportBankDetails instantiates a new ImportBankDetails 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 NewImportBankDetailsWithDefaults() *ImportBankDetails
NewImportBankDetailsWithDefaults instantiates a new ImportBankDetails 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 *ImportBankDetails) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ImportBankDetails) GetIdOk() (*int64, 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 *ImportBankDetails) SetId(v int64)
SetId sets Id field to given value.
func (o *ImportBankDetails) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ImportBankDetails) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *ImportBankDetails) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *ImportBankDetails) GetSearch() string
GetSearch returns the Search field if non-nil, zero value otherwise.
func (o *ImportBankDetails) GetSearchOk() (*string, bool)
GetSearchOk returns a tuple with the Search field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportBankDetails) SetSearch(v string)
SetSearch sets Search field to given value.
func (o *ImportBankDetails) HasSearch() bool
HasSearch returns a boolean if a field has been set.
func (o *ImportBankDetails) SetSearchNil(b bool)
SetSearchNil sets the value for Search to be an explicit nil
func (o *ImportBankDetails) UnsetSearch()
UnsetSearch ensures that no value is present for Search, not even an explicit nil