| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultCurrencyCode | string | The ISO4217 code representing the currency that values for this attribute should be stored in. | |
| DisplayType | string | 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 NewV2TargetIdentifierAttributesPostRequestDataConfigCurrency(defaultCurrencyCode string, displayType string, ) *V2TargetIdentifierAttributesPostRequestDataConfigCurrency
NewV2TargetIdentifierAttributesPostRequestDataConfigCurrency instantiates a new V2TargetIdentifierAttributesPostRequestDataConfigCurrency 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 NewV2TargetIdentifierAttributesPostRequestDataConfigCurrencyWithDefaults() *V2TargetIdentifierAttributesPostRequestDataConfigCurrency
NewV2TargetIdentifierAttributesPostRequestDataConfigCurrencyWithDefaults instantiates a new V2TargetIdentifierAttributesPostRequestDataConfigCurrency 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 *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) GetDefaultCurrencyCode() string
GetDefaultCurrencyCode returns the DefaultCurrencyCode field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) 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 *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) SetDefaultCurrencyCode(v string)
SetDefaultCurrencyCode sets DefaultCurrencyCode field to given value.
func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) GetDisplayType() string
GetDisplayType returns the DisplayType field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) 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 *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) SetDisplayType(v string)
SetDisplayType sets DisplayType field to given value.