| Name | Type | Description | Notes |
|---|---|---|---|
| CurrencyValue | float32 | A numerical representation of the currency value. A decimal with a max of 4 decimal places. |
func NewInputValueAnyOf2(currencyValue float32, ) *InputValueAnyOf2
NewInputValueAnyOf2 instantiates a new InputValueAnyOf2 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 NewInputValueAnyOf2WithDefaults() *InputValueAnyOf2
NewInputValueAnyOf2WithDefaults instantiates a new InputValueAnyOf2 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 *InputValueAnyOf2) GetCurrencyValue() float32
GetCurrencyValue returns the CurrencyValue field if non-nil, zero value otherwise.
func (o *InputValueAnyOf2) GetCurrencyValueOk() (*float32, bool)
GetCurrencyValueOk returns a tuple with the CurrencyValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InputValueAnyOf2) SetCurrencyValue(v float32)
SetCurrencyValue sets CurrencyValue field to given value.