Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.64 KB

File metadata and controls

51 lines (28 loc) · 1.64 KB

InputValueAnyOf2

Properties

Name Type Description Notes
CurrencyValue float32 A numerical representation of the currency value. A decimal with a max of 4 decimal places.

Methods

NewInputValueAnyOf2

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

NewInputValueAnyOf2WithDefaults

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

GetCurrencyValue

func (o *InputValueAnyOf2) GetCurrencyValue() float32

GetCurrencyValue returns the CurrencyValue field if non-nil, zero value otherwise.

GetCurrencyValueOk

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.

SetCurrencyValue

func (o *InputValueAnyOf2) SetCurrencyValue(v float32)

SetCurrencyValue sets CurrencyValue field to given value.

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