Name | Type | Description | Notes |
---|---|---|---|
Price | Pointer to int32 | [optional] | |
Currency | Pointer to string | [optional] |
func NewListSources200ResponseResultsInnerApcPricesInner() *ListSources200ResponseResultsInnerApcPricesInner
NewListSources200ResponseResultsInnerApcPricesInner instantiates a new ListSources200ResponseResultsInnerApcPricesInner 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 NewListSources200ResponseResultsInnerApcPricesInnerWithDefaults() *ListSources200ResponseResultsInnerApcPricesInner
NewListSources200ResponseResultsInnerApcPricesInnerWithDefaults instantiates a new ListSources200ResponseResultsInnerApcPricesInner 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 *ListSources200ResponseResultsInnerApcPricesInner) GetPrice() int32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerApcPricesInner) GetPriceOk() (*int32, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSources200ResponseResultsInnerApcPricesInner) SetPrice(v int32)
SetPrice sets Price field to given value.
func (o *ListSources200ResponseResultsInnerApcPricesInner) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerApcPricesInner) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerApcPricesInner) 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 *ListSources200ResponseResultsInnerApcPricesInner) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *ListSources200ResponseResultsInnerApcPricesInner) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.