stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.InvoiceTaxAmount

Description

Contains the types generated from the schema InvoiceTaxAmount

Synopsis

Documentation

data InvoiceTaxAmount Source #

Defines the data type for the schema invoice_tax_amount

Constructors

InvoiceTaxAmount 

Fields

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 # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

Show InvoiceTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

Generic InvoiceTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

Associated Types

type Rep InvoiceTaxAmountTaxRate'Variants :: Type -> Type #

ToJSON InvoiceTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

FromJSON InvoiceTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

type Rep InvoiceTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.InvoiceTaxAmount

type Rep InvoiceTaxAmountTaxRate'Variants = D1 (MetaData "InvoiceTaxAmountTaxRate'Variants" "StripeAPI.Types.InvoiceTaxAmount" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "InvoiceTaxAmountTaxRate'TaxRate" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TaxRate)) :+: C1 (MetaCons "InvoiceTaxAmountTaxRate'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))