Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | [optional] | |
DecimalPlaces | Pointer to int32 | [optional] | |
CurrencySymbol | Pointer to string | [optional] | |
Use1000Separator | Pointer to bool | [optional] |
func NewNumberFormat() *NumberFormat
NewNumberFormat instantiates a new NumberFormat 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 NewNumberFormatWithDefaults() *NumberFormat
NewNumberFormatWithDefaults instantiates a new NumberFormat 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 *NumberFormat) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NumberFormat) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NumberFormat) SetType(v string)
SetType sets Type field to given value.
func (o *NumberFormat) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NumberFormat) GetDecimalPlaces() int32
GetDecimalPlaces returns the DecimalPlaces field if non-nil, zero value otherwise.
func (o *NumberFormat) GetDecimalPlacesOk() (*int32, bool)
GetDecimalPlacesOk returns a tuple with the DecimalPlaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NumberFormat) SetDecimalPlaces(v int32)
SetDecimalPlaces sets DecimalPlaces field to given value.
func (o *NumberFormat) HasDecimalPlaces() bool
HasDecimalPlaces returns a boolean if a field has been set.
func (o *NumberFormat) GetCurrencySymbol() string
GetCurrencySymbol returns the CurrencySymbol field if non-nil, zero value otherwise.
func (o *NumberFormat) GetCurrencySymbolOk() (*string, bool)
GetCurrencySymbolOk returns a tuple with the CurrencySymbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NumberFormat) SetCurrencySymbol(v string)
SetCurrencySymbol sets CurrencySymbol field to given value.
func (o *NumberFormat) HasCurrencySymbol() bool
HasCurrencySymbol returns a boolean if a field has been set.
func (o *NumberFormat) GetUse1000Separator() bool
GetUse1000Separator returns the Use1000Separator field if non-nil, zero value otherwise.
func (o *NumberFormat) GetUse1000SeparatorOk() (*bool, bool)
GetUse1000SeparatorOk returns a tuple with the Use1000Separator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NumberFormat) SetUse1000Separator(v bool)
SetUse1000Separator sets Use1000Separator field to given value.
func (o *NumberFormat) HasUse1000Separator() bool
HasUse1000Separator returns a boolean if a field has been set.