Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.23 KB

ListWorks200ResponseResultsInnerApcList.md

File metadata and controls

134 lines (73 loc) · 4.23 KB

ListWorks200ResponseResultsInnerApcList

Properties

Name Type Description Notes
Currency Pointer to string The currency of the APC. [optional]
Provenance Pointer to string The source of this APC information. [optional]
Value Pointer to int32 The amount of the APC. [optional]
ValueUsd Pointer to int32 The APC converted into USD. [optional]

Methods

NewListWorks200ResponseResultsInnerApcList

func NewListWorks200ResponseResultsInnerApcList() *ListWorks200ResponseResultsInnerApcList

NewListWorks200ResponseResultsInnerApcList instantiates a new ListWorks200ResponseResultsInnerApcList 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

NewListWorks200ResponseResultsInnerApcListWithDefaults

func NewListWorks200ResponseResultsInnerApcListWithDefaults() *ListWorks200ResponseResultsInnerApcList

NewListWorks200ResponseResultsInnerApcListWithDefaults instantiates a new ListWorks200ResponseResultsInnerApcList 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

GetCurrency

func (o *ListWorks200ResponseResultsInnerApcList) GetCurrency() string

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

GetCurrencyOk

func (o *ListWorks200ResponseResultsInnerApcList) 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 *ListWorks200ResponseResultsInnerApcList) SetCurrency(v string)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *ListWorks200ResponseResultsInnerApcList) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

GetProvenance

func (o *ListWorks200ResponseResultsInnerApcList) GetProvenance() string

GetProvenance returns the Provenance field if non-nil, zero value otherwise.

GetProvenanceOk

func (o *ListWorks200ResponseResultsInnerApcList) GetProvenanceOk() (*string, bool)

GetProvenanceOk returns a tuple with the Provenance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProvenance

func (o *ListWorks200ResponseResultsInnerApcList) SetProvenance(v string)

SetProvenance sets Provenance field to given value.

HasProvenance

func (o *ListWorks200ResponseResultsInnerApcList) HasProvenance() bool

HasProvenance returns a boolean if a field has been set.

GetValue

func (o *ListWorks200ResponseResultsInnerApcList) GetValue() int32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *ListWorks200ResponseResultsInnerApcList) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *ListWorks200ResponseResultsInnerApcList) SetValue(v int32)

SetValue sets Value field to given value.

HasValue

func (o *ListWorks200ResponseResultsInnerApcList) HasValue() bool

HasValue returns a boolean if a field has been set.

GetValueUsd

func (o *ListWorks200ResponseResultsInnerApcList) GetValueUsd() int32

GetValueUsd returns the ValueUsd field if non-nil, zero value otherwise.

GetValueUsdOk

func (o *ListWorks200ResponseResultsInnerApcList) GetValueUsdOk() (*int32, bool)

GetValueUsdOk returns a tuple with the ValueUsd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValueUsd

func (o *ListWorks200ResponseResultsInnerApcList) SetValueUsd(v int32)

SetValueUsd sets ValueUsd field to given value.

HasValueUsd

func (o *ListWorks200ResponseResultsInnerApcList) HasValueUsd() bool

HasValueUsd returns a boolean if a field has been set.

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