Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.36 KB

File metadata and controls

72 lines (39 loc) · 3.36 KB

V2TargetIdentifierAttributesPostRequestDataConfigCurrency

Properties

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 "$".

Methods

NewV2TargetIdentifierAttributesPostRequestDataConfigCurrency

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

NewV2TargetIdentifierAttributesPostRequestDataConfigCurrencyWithDefaults

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

GetDefaultCurrencyCode

func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) GetDefaultCurrencyCode() string

GetDefaultCurrencyCode returns the DefaultCurrencyCode field if non-nil, zero value otherwise.

GetDefaultCurrencyCodeOk

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.

SetDefaultCurrencyCode

func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) SetDefaultCurrencyCode(v string)

SetDefaultCurrencyCode sets DefaultCurrencyCode field to given value.

GetDisplayType

func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) GetDisplayType() string

GetDisplayType returns the DisplayType field if non-nil, zero value otherwise.

GetDisplayTypeOk

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.

SetDisplayType

func (o *V2TargetIdentifierAttributesPostRequestDataConfigCurrency) SetDisplayType(v string)

SetDisplayType sets DisplayType field to given value.

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