stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.CustomerTaxLocation

Description

Contains the types generated from the schema CustomerTaxLocation

Synopsis

Documentation

data CustomerTaxLocation Source #

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

Constructors

CustomerTaxLocation 

Fields

data CustomerTaxLocationSource' Source #

Defines the enum schema located at components.schemas.customer_tax_location.properties.source in the specification.

The data source used to infer the customer's location.

Constructors

CustomerTaxLocationSource'Other Value

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

CustomerTaxLocationSource'Typed Text

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

CustomerTaxLocationSource'EnumBillingAddress

Represents the JSON value "billing_address"

CustomerTaxLocationSource'EnumIpAddress

Represents the JSON value "ip_address"

CustomerTaxLocationSource'EnumPaymentMethod

Represents the JSON value "payment_method"

CustomerTaxLocationSource'EnumShippingDestination

Represents the JSON value "shipping_destination"