stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.CustomerAcceptance

Description

Contains the types generated from the schema CustomerAcceptance

Synopsis

Documentation

data CustomerAcceptance Source #

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

Constructors

CustomerAcceptance 

Fields

data CustomerAcceptanceType' Source #

Defines the enum schema located at components.schemas.customer_acceptance.properties.type in the specification.

The type of customer acceptance information included with the Mandate. One of `online` or `offline`.

Constructors

CustomerAcceptanceType'Other Value

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

CustomerAcceptanceType'Typed Text

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

CustomerAcceptanceType'EnumOffline

Represents the JSON value "offline"

CustomerAcceptanceType'EnumOnline

Represents the JSON value "online"