Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.InvoiceTaxAmount
Description
Contains the types generated from the schema InvoiceTaxAmount
Documentation
data InvoiceTaxAmount Source #
Defines the data type for the schema invoice_tax_amount
Constructors
InvoiceTaxAmount | |
Fields
|
Instances
Eq InvoiceTaxAmount Source # | |
Defined in StripeAPI.Types.InvoiceTaxAmount Methods (==) :: InvoiceTaxAmount -> InvoiceTaxAmount -> Bool # (/=) :: InvoiceTaxAmount -> InvoiceTaxAmount -> Bool # | |
Show InvoiceTaxAmount Source # | |
Defined in StripeAPI.Types.InvoiceTaxAmount Methods showsPrec :: Int -> InvoiceTaxAmount -> ShowS # show :: InvoiceTaxAmount -> String # showList :: [InvoiceTaxAmount] -> ShowS # | |
ToJSON InvoiceTaxAmount Source # | |
Defined in StripeAPI.Types.InvoiceTaxAmount Methods toJSON :: InvoiceTaxAmount -> Value # toEncoding :: InvoiceTaxAmount -> Encoding # toJSONList :: [InvoiceTaxAmount] -> Value # toEncodingList :: [InvoiceTaxAmount] -> Encoding # | |
FromJSON InvoiceTaxAmount Source # | |
Defined in StripeAPI.Types.InvoiceTaxAmount Methods 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.