module Stratosphere.QuickSight.Dashboard.CurrencyDisplayFormatConfigurationProperty (
        module Exports, CurrencyDisplayFormatConfigurationProperty(..),
        mkCurrencyDisplayFormatConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.DecimalPlacesConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.NegativeValueConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.NullValueFormatConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.NumericSeparatorConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data CurrencyDisplayFormatConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html>
    CurrencyDisplayFormatConfigurationProperty {CurrencyDisplayFormatConfigurationProperty -> ()
haddock_workaround_ :: (),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-decimalplacesconfiguration>
                                                CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
decimalPlacesConfiguration :: (Prelude.Maybe DecimalPlacesConfigurationProperty),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-negativevalueconfiguration>
                                                CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
negativeValueConfiguration :: (Prelude.Maybe NegativeValueConfigurationProperty),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-nullvalueformatconfiguration>
                                                CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
nullValueFormatConfiguration :: (Prelude.Maybe NullValueFormatConfigurationProperty),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-numberscale>
                                                CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
numberScale :: (Prelude.Maybe (Value Prelude.Text)),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-prefix>
                                                CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: (Prelude.Maybe (Value Prelude.Text)),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-separatorconfiguration>
                                                CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
separatorConfiguration :: (Prelude.Maybe NumericSeparatorConfigurationProperty),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-suffix>
                                                CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
suffix :: (Prelude.Maybe (Value Prelude.Text)),
                                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.html#cfn-quicksight-dashboard-currencydisplayformatconfiguration-symbol>
                                                CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty -> Bool
(CurrencyDisplayFormatConfigurationProperty
 -> CurrencyDisplayFormatConfigurationProperty -> Bool)
-> (CurrencyDisplayFormatConfigurationProperty
    -> CurrencyDisplayFormatConfigurationProperty -> Bool)
-> Eq CurrencyDisplayFormatConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty -> Bool
== :: CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty -> Bool
$c/= :: CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty -> Bool
/= :: CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty -> Bool
Prelude.Eq, Int -> CurrencyDisplayFormatConfigurationProperty -> ShowS
[CurrencyDisplayFormatConfigurationProperty] -> ShowS
CurrencyDisplayFormatConfigurationProperty -> String
(Int -> CurrencyDisplayFormatConfigurationProperty -> ShowS)
-> (CurrencyDisplayFormatConfigurationProperty -> String)
-> ([CurrencyDisplayFormatConfigurationProperty] -> ShowS)
-> Show CurrencyDisplayFormatConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> CurrencyDisplayFormatConfigurationProperty -> ShowS
showsPrec :: Int -> CurrencyDisplayFormatConfigurationProperty -> ShowS
$cshow :: CurrencyDisplayFormatConfigurationProperty -> String
show :: CurrencyDisplayFormatConfigurationProperty -> String
$cshowList :: [CurrencyDisplayFormatConfigurationProperty] -> ShowS
showList :: [CurrencyDisplayFormatConfigurationProperty] -> ShowS
Prelude.Show)
mkCurrencyDisplayFormatConfigurationProperty ::
  CurrencyDisplayFormatConfigurationProperty
mkCurrencyDisplayFormatConfigurationProperty :: CurrencyDisplayFormatConfigurationProperty
mkCurrencyDisplayFormatConfigurationProperty
  = CurrencyDisplayFormatConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
decimalPlacesConfiguration = Maybe DecimalPlacesConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
negativeValueConfiguration = Maybe NegativeValueConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
nullValueFormatConfiguration = Maybe NullValueFormatConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       numberScale :: Maybe (Value Text)
numberScale = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, prefix :: Maybe (Value Text)
prefix = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
separatorConfiguration = Maybe NumericSeparatorConfigurationProperty
forall a. Maybe a
Prelude.Nothing, suffix :: Maybe (Value Text)
suffix = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       symbol :: Maybe (Value Text)
symbol = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties CurrencyDisplayFormatConfigurationProperty where
  toResourceProperties :: CurrencyDisplayFormatConfigurationProperty -> ResourceProperties
toResourceProperties
    CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Dashboard.CurrencyDisplayFormatConfiguration",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> DecimalPlacesConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DecimalPlacesConfiguration"
                              (DecimalPlacesConfigurationProperty -> (Key, Value))
-> Maybe DecimalPlacesConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DecimalPlacesConfigurationProperty
decimalPlacesConfiguration,
                            Key -> NegativeValueConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NegativeValueConfiguration"
                              (NegativeValueConfigurationProperty -> (Key, Value))
-> Maybe NegativeValueConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NegativeValueConfigurationProperty
negativeValueConfiguration,
                            Key -> NullValueFormatConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NullValueFormatConfiguration"
                              (NullValueFormatConfigurationProperty -> (Key, Value))
-> Maybe NullValueFormatConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NullValueFormatConfigurationProperty
nullValueFormatConfiguration,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NumberScale" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
numberScale,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Prefix" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
prefix,
                            Key -> NumericSeparatorConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SeparatorConfiguration"
                              (NumericSeparatorConfigurationProperty -> (Key, Value))
-> Maybe NumericSeparatorConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NumericSeparatorConfigurationProperty
separatorConfiguration,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Suffix" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
suffix,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Symbol" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
symbol])}
instance JSON.ToJSON CurrencyDisplayFormatConfigurationProperty where
  toJSON :: CurrencyDisplayFormatConfigurationProperty -> Value
toJSON CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> DecimalPlacesConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DecimalPlacesConfiguration"
                 (DecimalPlacesConfigurationProperty -> (Key, Value))
-> Maybe DecimalPlacesConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DecimalPlacesConfigurationProperty
decimalPlacesConfiguration,
               Key -> NegativeValueConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NegativeValueConfiguration"
                 (NegativeValueConfigurationProperty -> (Key, Value))
-> Maybe NegativeValueConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NegativeValueConfigurationProperty
negativeValueConfiguration,
               Key -> NullValueFormatConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NullValueFormatConfiguration"
                 (NullValueFormatConfigurationProperty -> (Key, Value))
-> Maybe NullValueFormatConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NullValueFormatConfigurationProperty
nullValueFormatConfiguration,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NumberScale" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
numberScale,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Prefix" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
prefix,
               Key -> NumericSeparatorConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SeparatorConfiguration"
                 (NumericSeparatorConfigurationProperty -> (Key, Value))
-> Maybe NumericSeparatorConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NumericSeparatorConfigurationProperty
separatorConfiguration,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Suffix" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
suffix,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Symbol" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
symbol]))
instance Property "DecimalPlacesConfiguration" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "DecimalPlacesConfiguration" CurrencyDisplayFormatConfigurationProperty = DecimalPlacesConfigurationProperty
  set :: PropertyType
  "DecimalPlacesConfiguration"
  CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType
  "DecimalPlacesConfiguration"
  CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
decimalPlacesConfiguration = DecimalPlacesConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "DecimalPlacesConfiguration"
  CurrencyDisplayFormatConfigurationProperty
DecimalPlacesConfigurationProperty
newValue, Maybe (Value Text)
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "NegativeValueConfiguration" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "NegativeValueConfiguration" CurrencyDisplayFormatConfigurationProperty = NegativeValueConfigurationProperty
  set :: PropertyType
  "NegativeValueConfiguration"
  CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType
  "NegativeValueConfiguration"
  CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
negativeValueConfiguration = NegativeValueConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "NegativeValueConfiguration"
  CurrencyDisplayFormatConfigurationProperty
NegativeValueConfigurationProperty
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "NullValueFormatConfiguration" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "NullValueFormatConfiguration" CurrencyDisplayFormatConfigurationProperty = NullValueFormatConfigurationProperty
  set :: PropertyType
  "NullValueFormatConfiguration"
  CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType
  "NullValueFormatConfiguration"
  CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
nullValueFormatConfiguration = NullValueFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "NullValueFormatConfiguration"
  CurrencyDisplayFormatConfigurationProperty
NullValueFormatConfigurationProperty
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "NumberScale" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "NumberScale" CurrencyDisplayFormatConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "NumberScale" CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType
  "NumberScale" CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {numberScale :: Maybe (Value Text)
numberScale = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "NumberScale" CurrencyDisplayFormatConfigurationProperty
Value Text
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "Prefix" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "Prefix" CurrencyDisplayFormatConfigurationProperty = Value Prelude.Text
  set :: PropertyType "Prefix" CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType "Prefix" CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {prefix :: Maybe (Value Text)
prefix = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Prefix" CurrencyDisplayFormatConfigurationProperty
Value Text
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "SeparatorConfiguration" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "SeparatorConfiguration" CurrencyDisplayFormatConfigurationProperty = NumericSeparatorConfigurationProperty
  set :: PropertyType
  "SeparatorConfiguration" CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType
  "SeparatorConfiguration" CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
separatorConfiguration = NumericSeparatorConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SeparatorConfiguration" CurrencyDisplayFormatConfigurationProperty
NumericSeparatorConfigurationProperty
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
instance Property "Suffix" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "Suffix" CurrencyDisplayFormatConfigurationProperty = Value Prelude.Text
  set :: PropertyType "Suffix" CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType "Suffix" CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {suffix :: Maybe (Value Text)
suffix = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Suffix" CurrencyDisplayFormatConfigurationProperty
Value Text
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
symbol :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
symbol :: Maybe (Value Text)
..}
instance Property "Symbol" CurrencyDisplayFormatConfigurationProperty where
  type PropertyType "Symbol" CurrencyDisplayFormatConfigurationProperty = Value Prelude.Text
  set :: PropertyType "Symbol" CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
-> CurrencyDisplayFormatConfigurationProperty
set PropertyType "Symbol" CurrencyDisplayFormatConfigurationProperty
newValue CurrencyDisplayFormatConfigurationProperty {Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: CurrencyDisplayFormatConfigurationProperty -> ()
decimalPlacesConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NullValueFormatConfigurationProperty
numberScale :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
prefix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
separatorConfiguration :: CurrencyDisplayFormatConfigurationProperty
-> Maybe NumericSeparatorConfigurationProperty
suffix :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
symbol :: CurrencyDisplayFormatConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
symbol :: Maybe (Value Text)
..}
    = CurrencyDisplayFormatConfigurationProperty
        {symbol :: Maybe (Value Text)
symbol = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Symbol" CurrencyDisplayFormatConfigurationProperty
Value Text
newValue, Maybe (Value Text)
Maybe DecimalPlacesConfigurationProperty
Maybe NegativeValueConfigurationProperty
Maybe NullValueFormatConfigurationProperty
Maybe NumericSeparatorConfigurationProperty
()
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
haddock_workaround_ :: ()
decimalPlacesConfiguration :: Maybe DecimalPlacesConfigurationProperty
negativeValueConfiguration :: Maybe NegativeValueConfigurationProperty
nullValueFormatConfiguration :: Maybe NullValueFormatConfigurationProperty
numberScale :: Maybe (Value Text)
prefix :: Maybe (Value Text)
separatorConfiguration :: Maybe NumericSeparatorConfigurationProperty
suffix :: Maybe (Value Text)
..}