| Name | Type | Description | Notes |
|---|---|---|---|
| Symbol | string | Bond symbol | |
| Name | string | Full name of the bond | |
| Country | string | Country where the bond is located | |
| Currency | string | Currency of the bond according to the ISO 4217 standard | |
| Exchange | string | Exchange where the bond is traded | |
| MicCode | string | Market identifier code (MIC) under ISO 10383 standard | |
| Type | string | Type of the bond | |
| Access | Pointer to BondsResponseItemAccess | [optional] |
func NewBondResponseItem(symbol string, name string, country string, currency string, exchange string, micCode string, type_ string, ) *BondResponseItem
NewBondResponseItem instantiates a new BondResponseItem 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 NewBondResponseItemWithDefaults() *BondResponseItem
NewBondResponseItemWithDefaults instantiates a new BondResponseItem 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 *BondResponseItem) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *BondResponseItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetName(v string)
SetName sets Name field to given value.
func (o *BondResponseItem) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *BondResponseItem) 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.
func (o *BondResponseItem) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *BondResponseItem) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *BondResponseItem) GetExchange() string
GetExchange returns the Exchange field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetExchangeOk() (*string, bool)
GetExchangeOk returns a tuple with the Exchange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetExchange(v string)
SetExchange sets Exchange field to given value.
func (o *BondResponseItem) GetMicCode() string
GetMicCode returns the MicCode field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetMicCodeOk() (*string, bool)
GetMicCodeOk returns a tuple with the MicCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetMicCode(v string)
SetMicCode sets MicCode field to given value.
func (o *BondResponseItem) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetType(v string)
SetType sets Type field to given value.
func (o *BondResponseItem) GetAccess() BondsResponseItemAccess
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *BondResponseItem) GetAccessOk() (*BondsResponseItemAccess, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BondResponseItem) SetAccess(v BondsResponseItemAccess)
SetAccess sets Access field to given value.
func (o *BondResponseItem) HasAccess() bool
HasAccess returns a boolean if a field has been set.