stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodSepaDebit

Description

Contains the types generated from the schema PaymentMethodSepaDebit

Synopsis

Documentation

data PaymentMethodSepaDebit Source #

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

Constructors

PaymentMethodSepaDebit 

Fields

data PaymentMethodSepaDebitGeneratedFrom' Source #

Defines the object schema located at components.schemas.payment_method_sepa_debit.properties.generated_from.anyOf in the specification.

Information about the object that generated this PaymentMethod.

Constructors

PaymentMethodSepaDebitGeneratedFrom' 

Fields

data PaymentMethodSepaDebitGeneratedFrom'Charge'Variants Source #

Defines the oneOf schema located at components.schemas.payment_method_sepa_debit.properties.generated_from.anyOf.properties.charge.anyOf in the specification.

The ID of the Charge that generated this PaymentMethod, if any.

Instances

Instances details
Eq PaymentMethodSepaDebitGeneratedFrom'Charge'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

Show PaymentMethodSepaDebitGeneratedFrom'Charge'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

ToJSON PaymentMethodSepaDebitGeneratedFrom'Charge'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

FromJSON PaymentMethodSepaDebitGeneratedFrom'Charge'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

data PaymentMethodSepaDebitGeneratedFrom'SetupAttempt'Variants Source #

Defines the oneOf schema located at components.schemas.payment_method_sepa_debit.properties.generated_from.anyOf.properties.setup_attempt.anyOf in the specification.

The ID of the SetupAttempt that generated this PaymentMethod, if any.

Instances

Instances details
Eq PaymentMethodSepaDebitGeneratedFrom'SetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

Show PaymentMethodSepaDebitGeneratedFrom'SetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

ToJSON PaymentMethodSepaDebitGeneratedFrom'SetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit

FromJSON PaymentMethodSepaDebitGeneratedFrom'SetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodSepaDebit