Name | Type | Description | Notes |
---|---|---|---|
BankConnectionId | int64 | Bank connection identifier | |
Interface | Pointer to BankingInterface | <strong>Type:</strong> BankingInterface<br/> The interface which you want to remove. | [optional] |
func NewRemoveInterfaceParams(bankConnectionId int64, ) *RemoveInterfaceParams
NewRemoveInterfaceParams instantiates a new RemoveInterfaceParams 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 NewRemoveInterfaceParamsWithDefaults() *RemoveInterfaceParams
NewRemoveInterfaceParamsWithDefaults instantiates a new RemoveInterfaceParams 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 *RemoveInterfaceParams) GetBankConnectionId() int64
GetBankConnectionId returns the BankConnectionId field if non-nil, zero value otherwise.
func (o *RemoveInterfaceParams) GetBankConnectionIdOk() (*int64, bool)
GetBankConnectionIdOk returns a tuple with the BankConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveInterfaceParams) SetBankConnectionId(v int64)
SetBankConnectionId sets BankConnectionId field to given value.
func (o *RemoveInterfaceParams) GetInterface() BankingInterface
GetInterface returns the Interface field if non-nil, zero value otherwise.
func (o *RemoveInterfaceParams) GetInterfaceOk() (*BankingInterface, bool)
GetInterfaceOk returns a tuple with the Interface field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveInterfaceParams) SetInterface(v BankingInterface)
SetInterface sets Interface field to given value.
func (o *RemoveInterfaceParams) HasInterface() bool
HasInterface returns a boolean if a field has been set.