stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AutomaticTax

Description

Contains the types generated from the schema AutomaticTax

Synopsis

Documentation

data AutomaticTax Source #

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

Constructors

AutomaticTax 

Fields

mkAutomaticTax Source #

Create a new AutomaticTax with all required fields.

data AutomaticTaxStatus' Source #

Defines the enum schema located at components.schemas.automatic_tax.properties.status in the specification.

The status of the most recent automated tax calculation for this invoice.

Constructors

AutomaticTaxStatus'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

AutomaticTaxStatus'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

AutomaticTaxStatus'EnumComplete

Represents the JSON value "complete"

AutomaticTaxStatus'EnumFailed

Represents the JSON value "failed"

AutomaticTaxStatus'EnumRequiresLocationInputs

Represents the JSON value "requires_location_inputs"