Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

ListSources200ResponseResultsInnerApcPricesInner.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

ListSources200ResponseResultsInnerApcPricesInner

Properties

Name Type Description Notes
Price Pointer to int32 [optional]
Currency Pointer to string [optional]

Methods

NewListSources200ResponseResultsInnerApcPricesInner

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

NewListSources200ResponseResultsInnerApcPricesInnerWithDefaults

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

GetPrice

func (o *ListSources200ResponseResultsInnerApcPricesInner) GetPrice() int32

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

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.

SetPrice

func (o *ListSources200ResponseResultsInnerApcPricesInner) SetPrice(v int32)

SetPrice sets Price field to given value.

HasPrice

func (o *ListSources200ResponseResultsInnerApcPricesInner) HasPrice() bool

HasPrice returns a boolean if a field has been set.

GetCurrency

func (o *ListSources200ResponseResultsInnerApcPricesInner) GetCurrency() string

GetCurrency returns the Currency field if non-nil, zero value otherwise.

GetCurrencyOk

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.

SetCurrency

func (o *ListSources200ResponseResultsInnerApcPricesInner) SetCurrency(v string)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *ListSources200ResponseResultsInnerApcPricesInner) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]