| Name | Type | Description | Notes |
|---|---|---|---|
| Symbol | string | Symbol ticker of the instrument | |
| Name | string | Name of the company | |
| Currency | string | Currency of the instrument according to the ISO 4217 standard | |
| Exchange | string | Exchange where the instrument is traded | |
| MicCode | string | Market identifier code (MIC) under ISO 10383 standard | |
| ExchangeTimezone | string | Exchange timezone | |
| Period | string | Period of the income statement (Annual or Quarterly) |
func NewGetIncomeStatement200ResponseMeta(symbol string, name string, currency string, exchange string, micCode string, exchangeTimezone string, period string, ) *GetIncomeStatement200ResponseMeta
NewGetIncomeStatement200ResponseMeta instantiates a new GetIncomeStatement200ResponseMeta 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 NewGetIncomeStatement200ResponseMetaWithDefaults() *GetIncomeStatement200ResponseMeta
NewGetIncomeStatement200ResponseMetaWithDefaults instantiates a new GetIncomeStatement200ResponseMeta 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 *GetIncomeStatement200ResponseMeta) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetName(v string)
SetName sets Name field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetExchange() string
GetExchange returns the Exchange field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetExchange(v string)
SetExchange sets Exchange field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetMicCode() string
GetMicCode returns the MicCode field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetMicCode(v string)
SetMicCode sets MicCode field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetExchangeTimezone() string
GetExchangeTimezone returns the ExchangeTimezone field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) GetExchangeTimezoneOk() (*string, bool)
GetExchangeTimezoneOk returns a tuple with the ExchangeTimezone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIncomeStatement200ResponseMeta) SetExchangeTimezone(v string)
SetExchangeTimezone sets ExchangeTimezone field to given value.
func (o *GetIncomeStatement200ResponseMeta) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *GetIncomeStatement200ResponseMeta) GetPeriodOk() (*string, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIncomeStatement200ResponseMeta) SetPeriod(v string)
SetPeriod sets Period field to given value.