Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema CreditNoteTaxAmount
Synopsis
Documentation
data CreditNoteTaxAmount Source #
Defines the data type for the schema credit_note_tax_amount
CreditNoteTaxAmount | |
|
Instances
Eq CreditNoteTaxAmount Source # | |
Defined in StripeAPI.Types.CreditNoteTaxAmount (==) :: CreditNoteTaxAmount -> CreditNoteTaxAmount -> Bool # (/=) :: CreditNoteTaxAmount -> CreditNoteTaxAmount -> Bool # | |
Show CreditNoteTaxAmount Source # | |
Defined in StripeAPI.Types.CreditNoteTaxAmount showsPrec :: Int -> CreditNoteTaxAmount -> ShowS # show :: CreditNoteTaxAmount -> String # showList :: [CreditNoteTaxAmount] -> ShowS # | |
ToJSON CreditNoteTaxAmount Source # | |
Defined in StripeAPI.Types.CreditNoteTaxAmount toJSON :: CreditNoteTaxAmount -> Value # toEncoding :: CreditNoteTaxAmount -> Encoding # toJSONList :: [CreditNoteTaxAmount] -> Value # toEncodingList :: [CreditNoteTaxAmount] -> Encoding # | |
FromJSON CreditNoteTaxAmount Source # | |
Defined in StripeAPI.Types.CreditNoteTaxAmount parseJSON :: Value -> Parser CreditNoteTaxAmount # parseJSONList :: Value -> Parser [CreditNoteTaxAmount] # |
data CreditNoteTaxAmountTaxRate'Variants Source #
Define the one-of schema credit_note_tax_amountTax_rate'
The tax rate that was applied to get this tax amount.
Instances
Eq CreditNoteTaxAmountTaxRate'Variants Source # | |
Show CreditNoteTaxAmountTaxRate'Variants Source # | |
Generic CreditNoteTaxAmountTaxRate'Variants Source # | |
ToJSON CreditNoteTaxAmountTaxRate'Variants Source # | |
FromJSON CreditNoteTaxAmountTaxRate'Variants Source # | |
type Rep CreditNoteTaxAmountTaxRate'Variants Source # | |
Defined in StripeAPI.Types.CreditNoteTaxAmount type Rep CreditNoteTaxAmountTaxRate'Variants = D1 (MetaData "CreditNoteTaxAmountTaxRate'Variants" "StripeAPI.Types.CreditNoteTaxAmount" "stripeapi-0.1.0.0-A3hJyYFbMZN6w4qjBpK6b6" False) (C1 (MetaCons "CreditNoteTaxAmountTaxRate'TaxRate" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TaxRate)) :+: C1 (MetaCons "CreditNoteTaxAmountTaxRate'String" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))) |