stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountController

Description

Contains the types generated from the schema AccountController

Synopsis

Documentation

data AccountController Source #

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

Constructors

AccountController 

Fields

mkAccountController :: AccountController Source #

Create a new AccountController with all required fields.

data AccountControllerType' Source #

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

The controller type. Can be `application`, if a Connect application controls the account, or `account`, if the account controls itself.

Constructors

AccountControllerType'Other Value

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

AccountControllerType'Typed Text

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

AccountControllerType'EnumAccount

Represents the JSON value "account"

AccountControllerType'EnumApplication

Represents the JSON value "application"