HotspotSiteSettingOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Currency | Pointer to string | Currency Short Code of voucher. For the values of Currency Short Code, refer to section 5.4.2 of the Open API Access Guide. | [optional] |
Methods
NewHotspotSiteSettingOpenApiVO
func NewHotspotSiteSettingOpenApiVO() *HotspotSiteSettingOpenApiVO
NewHotspotSiteSettingOpenApiVO instantiates a new HotspotSiteSettingOpenApiVO 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
NewHotspotSiteSettingOpenApiVOWithDefaults
func NewHotspotSiteSettingOpenApiVOWithDefaults() *HotspotSiteSettingOpenApiVO
NewHotspotSiteSettingOpenApiVOWithDefaults instantiates a new HotspotSiteSettingOpenApiVO 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 *HotspotSiteSettingOpenApiVO) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
GetCurrencyOk
func (o *HotspotSiteSettingOpenApiVO) 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 *HotspotSiteSettingOpenApiVO) SetCurrency(v string)
SetCurrency sets Currency field to given value.
HasCurrency
func (o *HotspotSiteSettingOpenApiVO) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.