stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountDeclineChargeOn

Description

Contains the types generated from the schema AccountDeclineChargeOn

Synopsis

Documentation

data AccountDeclineChargeOn Source #

Defines the data type for the schema account_decline_charge_on

Constructors

AccountDeclineChargeOn 

Fields

  • accountDeclineChargeOnAvsFailure :: Bool

    avs_failure: Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.

  • accountDeclineChargeOnCvcFailure :: Bool

    cvc_failure: Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.