stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentPagesCheckoutSessionAutomaticTax

Description

Contains the types generated from the schema PaymentPagesCheckoutSessionAutomaticTax

Synopsis

Documentation

data PaymentPagesCheckoutSessionAutomaticTax Source #

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

Constructors

PaymentPagesCheckoutSessionAutomaticTax 

Fields

data PaymentPagesCheckoutSessionAutomaticTaxStatus' Source #

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

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

Constructors

PaymentPagesCheckoutSessionAutomaticTaxStatus'Other Value

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

PaymentPagesCheckoutSessionAutomaticTaxStatus'Typed Text

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

PaymentPagesCheckoutSessionAutomaticTaxStatus'EnumComplete

Represents the JSON value "complete"

PaymentPagesCheckoutSessionAutomaticTaxStatus'EnumFailed

Represents the JSON value "failed"

PaymentPagesCheckoutSessionAutomaticTaxStatus'EnumRequiresLocationInputs

Represents the JSON value "requires_location_inputs"

Instances

Instances details
Eq PaymentPagesCheckoutSessionAutomaticTaxStatus' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionAutomaticTax

Show PaymentPagesCheckoutSessionAutomaticTaxStatus' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionAutomaticTax

ToJSON PaymentPagesCheckoutSessionAutomaticTaxStatus' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionAutomaticTax

FromJSON PaymentPagesCheckoutSessionAutomaticTaxStatus' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionAutomaticTax