stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodCardGeneratedCard

Description

Contains the types generated from the schema PaymentMethodCardGeneratedCard

Synopsis

Documentation

data PaymentMethodCardGeneratedCard Source #

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

Constructors

PaymentMethodCardGeneratedCard 

Fields

data PaymentMethodCardGeneratedCardPaymentMethodDetails' Source #

Defines the object schema located at components.schemas.payment_method_card_generated_card.properties.payment_method_details.anyOf in the specification.

Transaction-specific details of the payment method used in the payment.

Constructors

PaymentMethodCardGeneratedCardPaymentMethodDetails' 

Fields

Instances

Instances details
Eq PaymentMethodCardGeneratedCardPaymentMethodDetails' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

Show PaymentMethodCardGeneratedCardPaymentMethodDetails' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

ToJSON PaymentMethodCardGeneratedCardPaymentMethodDetails' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

FromJSON PaymentMethodCardGeneratedCardPaymentMethodDetails' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

data PaymentMethodCardGeneratedCardSetupAttempt'Variants Source #

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

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

Instances

Instances details
Eq PaymentMethodCardGeneratedCardSetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

Show PaymentMethodCardGeneratedCardSetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

ToJSON PaymentMethodCardGeneratedCardSetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard

FromJSON PaymentMethodCardGeneratedCardSetupAttempt'Variants Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodCardGeneratedCard