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] |
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
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
func (o *ListWorks200ResponseResultsInnerApcList) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerApcList) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *ListWorks200ResponseResultsInnerApcList) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerApcList) GetProvenance() string
GetProvenance returns the Provenance field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerApcList) SetProvenance(v string)
SetProvenance sets Provenance field to given value.
func (o *ListWorks200ResponseResultsInnerApcList) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerApcList) GetValue() int32
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerApcList) SetValue(v int32)
SetValue sets Value field to given value.
func (o *ListWorks200ResponseResultsInnerApcList) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerApcList) GetValueUsd() int32
GetValueUsd returns the ValueUsd field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerApcList) SetValueUsd(v int32)
SetValueUsd sets ValueUsd field to given value.
func (o *ListWorks200ResponseResultsInnerApcList) HasValueUsd() bool
HasValueUsd returns a boolean if a field has been set.