stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.MandateBacsDebit

Description

Contains the types generated from the schema MandateBacsDebit

Synopsis

Documentation

data MandateBacsDebit Source #

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

Constructors

MandateBacsDebit 

Fields

data MandateBacsDebitNetworkStatus' Source #

Defines the enum schema located at components.schemas.mandate_bacs_debit.properties.network_status in the specification.

The status of the mandate on the Bacs network. Can be one of `pending`, `revoked`, `refused`, or `accepted`.

Constructors

MandateBacsDebitNetworkStatus'Other Value

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

MandateBacsDebitNetworkStatus'Typed Text

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

MandateBacsDebitNetworkStatus'EnumAccepted

Represents the JSON value "accepted"

MandateBacsDebitNetworkStatus'EnumPending

Represents the JSON value "pending"

MandateBacsDebitNetworkStatus'EnumRefused

Represents the JSON value "refused"

MandateBacsDebitNetworkStatus'EnumRevoked

Represents the JSON value "revoked"