stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingAuthorizationViolatedAuthControl

Description

Contains the types generated from the schema IssuingAuthorizationViolatedAuthControl

Synopsis

Documentation

data IssuingAuthorizationViolatedAuthControl Source #

Defines the data type for the schema issuing_authorization_violated_auth_control

Constructors

IssuingAuthorizationViolatedAuthControl 

Fields

data IssuingAuthorizationViolatedAuthControlEntity' Source #

Defines the enum schema issuing_authorization_violated_auth_controlEntity'

Entity which the authorization control acts on. One of `card`, `cardholder`, or `account`.

Instances
Eq IssuingAuthorizationViolatedAuthControlEntity' Source # 
Instance details

Defined in StripeAPI.Types.IssuingAuthorizationViolatedAuthControl

Show IssuingAuthorizationViolatedAuthControlEntity' Source # 
Instance details

Defined in StripeAPI.Types.IssuingAuthorizationViolatedAuthControl

ToJSON IssuingAuthorizationViolatedAuthControlEntity' Source # 
Instance details

Defined in StripeAPI.Types.IssuingAuthorizationViolatedAuthControl

FromJSON IssuingAuthorizationViolatedAuthControlEntity' Source # 
Instance details

Defined in StripeAPI.Types.IssuingAuthorizationViolatedAuthControl

data IssuingAuthorizationViolatedAuthControlName' Source #

Defines the enum schema issuing_authorization_violated_auth_controlName'

Name of the authorization control. One of `allowed_categories`, `blocked_categories`, `spending_limits`, `max_approvals`, or `max_amount`.