| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.BudgetsBudgetCostTypes
Synopsis
- data BudgetsBudgetCostTypes = BudgetsBudgetCostTypes {
- _budgetsBudgetCostTypesIncludeCredit :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeDiscount :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeOtherSubscription :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeRecurring :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeRefund :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeSubscription :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeSupport :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeTax :: Maybe (Val Bool)
- _budgetsBudgetCostTypesIncludeUpfront :: Maybe (Val Bool)
- _budgetsBudgetCostTypesUseAmortized :: Maybe (Val Bool)
- _budgetsBudgetCostTypesUseBlended :: Maybe (Val Bool)
- budgetsBudgetCostTypes :: BudgetsBudgetCostTypes
- bbctIncludeCredit :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeDiscount :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeOtherSubscription :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeRecurring :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeRefund :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeSubscription :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeSupport :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeTax :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctIncludeUpfront :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctUseAmortized :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
- bbctUseBlended :: Lens' BudgetsBudgetCostTypes (Maybe (Val Bool))
Documentation
data BudgetsBudgetCostTypes #
Full data type definition for BudgetsBudgetCostTypes. See
budgetsBudgetCostTypes for a more convenient constructor.
Constructors
Instances
| Eq BudgetsBudgetCostTypes # | |
Defined in Stratosphere.ResourceProperties.BudgetsBudgetCostTypes Methods (==) :: BudgetsBudgetCostTypes -> BudgetsBudgetCostTypes -> Bool # (/=) :: BudgetsBudgetCostTypes -> BudgetsBudgetCostTypes -> Bool # | |
| Show BudgetsBudgetCostTypes # | |
Defined in Stratosphere.ResourceProperties.BudgetsBudgetCostTypes Methods showsPrec :: Int -> BudgetsBudgetCostTypes -> ShowS # show :: BudgetsBudgetCostTypes -> String # showList :: [BudgetsBudgetCostTypes] -> ShowS # | |
| ToJSON BudgetsBudgetCostTypes # | |
Defined in Stratosphere.ResourceProperties.BudgetsBudgetCostTypes Methods toJSON :: BudgetsBudgetCostTypes -> Value # toEncoding :: BudgetsBudgetCostTypes -> Encoding # toJSONList :: [BudgetsBudgetCostTypes] -> Value # | |
| FromJSON BudgetsBudgetCostTypes # | |
Defined in Stratosphere.ResourceProperties.BudgetsBudgetCostTypes Methods parseJSON :: Value -> Parser BudgetsBudgetCostTypes # parseJSONList :: Value -> Parser [BudgetsBudgetCostTypes] # | |
budgetsBudgetCostTypes :: BudgetsBudgetCostTypes #
Constructor for BudgetsBudgetCostTypes containing required fields as
arguments.