stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentPagesCheckoutSessionCustomerDetails

Description

Contains the types generated from the schema PaymentPagesCheckoutSessionCustomerDetails

Synopsis

Documentation

data PaymentPagesCheckoutSessionCustomerDetails Source #

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

Constructors

PaymentPagesCheckoutSessionCustomerDetails 

Fields

data PaymentPagesCheckoutSessionCustomerDetailsTaxExempt' Source #

Defines the enum schema located at components.schemas.payment_pages_checkout_session_customer_details.properties.tax_exempt in the specification.

The customer’s tax exempt status at time of checkout.

Constructors

PaymentPagesCheckoutSessionCustomerDetailsTaxExempt'Other Value

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

PaymentPagesCheckoutSessionCustomerDetailsTaxExempt'Typed Text

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

PaymentPagesCheckoutSessionCustomerDetailsTaxExempt'EnumExempt

Represents the JSON value "exempt"

PaymentPagesCheckoutSessionCustomerDetailsTaxExempt'EnumNone

Represents the JSON value "none"

PaymentPagesCheckoutSessionCustomerDetailsTaxExempt'EnumReverse

Represents the JSON value "reverse"

Instances

Instances details
Eq PaymentPagesCheckoutSessionCustomerDetailsTaxExempt' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionCustomerDetails

Show PaymentPagesCheckoutSessionCustomerDetailsTaxExempt' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionCustomerDetails

ToJSON PaymentPagesCheckoutSessionCustomerDetailsTaxExempt' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionCustomerDetails

FromJSON PaymentPagesCheckoutSessionCustomerDetailsTaxExempt' Source # 
Instance details

Defined in StripeAPI.Types.PaymentPagesCheckoutSessionCustomerDetails