Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema PaymentMethodCardGeneratedCard
Synopsis
- data PaymentMethodCardGeneratedCard = PaymentMethodCardGeneratedCard {}
- mkPaymentMethodCardGeneratedCard :: PaymentMethodCardGeneratedCard
- data PaymentMethodCardGeneratedCardPaymentMethodDetails' = PaymentMethodCardGeneratedCardPaymentMethodDetails' {}
- mkPaymentMethodCardGeneratedCardPaymentMethodDetails' :: PaymentMethodCardGeneratedCardPaymentMethodDetails'
- data PaymentMethodCardGeneratedCardSetupAttempt'Variants
Documentation
data PaymentMethodCardGeneratedCard Source #
Defines the object schema located at components.schemas.payment_method_card_generated_card
in the specification.
PaymentMethodCardGeneratedCard | |
|
mkPaymentMethodCardGeneratedCard :: PaymentMethodCardGeneratedCard Source #
Create a new PaymentMethodCardGeneratedCard
with all required 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.
PaymentMethodCardGeneratedCardPaymentMethodDetails' | |
|
Instances
mkPaymentMethodCardGeneratedCardPaymentMethodDetails' :: PaymentMethodCardGeneratedCardPaymentMethodDetails' Source #
Create a new PaymentMethodCardGeneratedCardPaymentMethodDetails'
with all required fields.
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.
PaymentMethodCardGeneratedCardSetupAttempt'Text Text | |
PaymentMethodCardGeneratedCardSetupAttempt'SetupAttempt SetupAttempt |