Name | Type | Description | Notes |
---|---|---|---|
ClearingAccountId | string | Technical identifier of the clearing account | |
ClearingAccountName | string | Name of the clearing account |
func NewClearingAccountData(clearingAccountId string, clearingAccountName string, ) *ClearingAccountData
NewClearingAccountData instantiates a new ClearingAccountData 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 NewClearingAccountDataWithDefaults() *ClearingAccountData
NewClearingAccountDataWithDefaults instantiates a new ClearingAccountData 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 *ClearingAccountData) GetClearingAccountId() string
GetClearingAccountId returns the ClearingAccountId field if non-nil, zero value otherwise.
func (o *ClearingAccountData) GetClearingAccountIdOk() (*string, bool)
GetClearingAccountIdOk returns a tuple with the ClearingAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClearingAccountData) SetClearingAccountId(v string)
SetClearingAccountId sets ClearingAccountId field to given value.
func (o *ClearingAccountData) GetClearingAccountName() string
GetClearingAccountName returns the ClearingAccountName field if non-nil, zero value otherwise.
func (o *ClearingAccountData) GetClearingAccountNameOk() (*string, bool)
GetClearingAccountNameOk returns a tuple with the ClearingAccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClearingAccountData) SetClearingAccountName(v string)
SetClearingAccountName sets ClearingAccountName field to given value.