Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.43 KB

Currency.md

File metadata and controls

51 lines (28 loc) · 1.43 KB

Currency

Properties

Name Type Description Notes
CurrencyCode string

Methods

NewCurrency

func NewCurrency(currencyCode string, ) *Currency

NewCurrency instantiates a new Currency 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

NewCurrencyWithDefaults

func NewCurrencyWithDefaults() *Currency

NewCurrencyWithDefaults instantiates a new Currency 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

GetCurrencyCode

func (o *Currency) GetCurrencyCode() string

GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.

GetCurrencyCodeOk

func (o *Currency) GetCurrencyCodeOk() (*string, bool)

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

SetCurrencyCode

func (o *Currency) SetCurrencyCode(v string)

SetCurrencyCode sets CurrencyCode field to given value.

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