stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TaxCode

Description

Contains the types generated from the schema TaxCode

Synopsis

Documentation

data TaxCode Source #

Defines the object schema located at components.schemas.tax_code in the specification.

Tax codes classify goods and services for tax purposes.

Constructors

TaxCode 

Fields

  • taxCodeDescription :: Text

    description: A detailed description of which types of products the tax code represents.

    Constraints:

    • Maximum length of 5000
  • taxCodeId :: Text

    id: Unique identifier for the object.

    Constraints:

    • Maximum length of 5000
  • taxCodeName :: Text

    name: A short name for the tax code.

    Constraints:

    • Maximum length of 5000

Instances

Instances details
Eq TaxCode Source # 
Instance details

Defined in StripeAPI.Types.TaxCode

Methods

(==) :: TaxCode -> TaxCode -> Bool #

(/=) :: TaxCode -> TaxCode -> Bool #

Show TaxCode Source # 
Instance details

Defined in StripeAPI.Types.TaxCode

ToJSON TaxCode Source # 
Instance details

Defined in StripeAPI.Types.TaxCode

FromJSON TaxCode Source # 
Instance details

Defined in StripeAPI.Types.TaxCode

mkTaxCode Source #

Create a new TaxCode with all required fields.