stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.CreditNoteTaxAmount

Description

Contains the types generated from the schema CreditNoteTaxAmount

Synopsis

Documentation

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

Defined in StripeAPI.Types.CreditNoteTaxAmount

Show CreditNoteTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.CreditNoteTaxAmount

Generic CreditNoteTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.CreditNoteTaxAmount

ToJSON CreditNoteTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.CreditNoteTaxAmount

FromJSON CreditNoteTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.CreditNoteTaxAmount

type Rep CreditNoteTaxAmountTaxRate'Variants Source # 
Instance details

Defined in StripeAPI.Types.CreditNoteTaxAmount

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