stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.MandateSepaDebit

Description

Contains the types generated from the schema MandateSepaDebit

Synopsis

Documentation

data MandateSepaDebit Source #

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

Constructors

MandateSepaDebit 

Fields

  • mandateSepaDebitReference :: Text

    reference: The unique reference of the mandate.

    Constraints:

    • Maximum length of 5000
  • mandateSepaDebitUrl :: Text

    url: The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.

    Constraints:

    • Maximum length of 5000