| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultCurrencyCode | NullableString | The ISO4217 code representing the currency that values for this attribute should be stored in. | |
| DisplayType | NullableString | How the currency should be displayed across the app. "code" will display the ISO currency code e.g. "USD", "name" will display the localized currency name e.g. "British pound", "narrowSymbol" will display "$1" instead of "US$1" and "symbol" will display a localized currency symbol such as "$". |
func NewAttributeConfigCurrency(defaultCurrencyCode NullableString, displayType NullableString, ) *AttributeConfigCurrency
NewAttributeConfigCurrency instantiates a new AttributeConfigCurrency 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 NewAttributeConfigCurrencyWithDefaults() *AttributeConfigCurrency
NewAttributeConfigCurrencyWithDefaults instantiates a new AttributeConfigCurrency 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 *AttributeConfigCurrency) GetDefaultCurrencyCode() string
GetDefaultCurrencyCode returns the DefaultCurrencyCode field if non-nil, zero value otherwise.
func (o *AttributeConfigCurrency) GetDefaultCurrencyCodeOk() (*string, bool)
GetDefaultCurrencyCodeOk returns a tuple with the DefaultCurrencyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributeConfigCurrency) SetDefaultCurrencyCode(v string)
SetDefaultCurrencyCode sets DefaultCurrencyCode field to given value.
func (o *AttributeConfigCurrency) SetDefaultCurrencyCodeNil(b bool)
SetDefaultCurrencyCodeNil sets the value for DefaultCurrencyCode to be an explicit nil
func (o *AttributeConfigCurrency) UnsetDefaultCurrencyCode()
UnsetDefaultCurrencyCode ensures that no value is present for DefaultCurrencyCode, not even an explicit nil
func (o *AttributeConfigCurrency) GetDisplayType() string
GetDisplayType returns the DisplayType field if non-nil, zero value otherwise.
func (o *AttributeConfigCurrency) GetDisplayTypeOk() (*string, bool)
GetDisplayTypeOk returns a tuple with the DisplayType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributeConfigCurrency) SetDisplayType(v string)
SetDisplayType sets DisplayType field to given value.
func (o *AttributeConfigCurrency) SetDisplayTypeNil(b bool)
SetDisplayTypeNil sets the value for DisplayType to be an explicit nil
func (o *AttributeConfigCurrency) UnsetDisplayType()
UnsetDisplayType ensures that no value is present for DisplayType, not even an explicit nil