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