Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SetupAttemptPaymentMethodDetailsCardPresent
Documentation
data SetupAttemptPaymentMethodDetailsCardPresent Source #
Defines the object schema located at components.schemas.setup_attempt_payment_method_details_card_present
in the specification.
SetupAttemptPaymentMethodDetailsCardPresent | |
|
Instances
mkSetupAttemptPaymentMethodDetailsCardPresent :: SetupAttemptPaymentMethodDetailsCardPresent Source #
Create a new SetupAttemptPaymentMethodDetailsCardPresent
with all required fields.
data SetupAttemptPaymentMethodDetailsCardPresentGeneratedCard'Variants Source #
Defines the oneOf schema located at components.schemas.setup_attempt_payment_method_details_card_present.properties.generated_card.anyOf
in the specification.
The ID of the Card PaymentMethod which was generated by this SetupAttempt.
SetupAttemptPaymentMethodDetailsCardPresentGeneratedCard'Text Text | |
SetupAttemptPaymentMethodDetailsCardPresentGeneratedCard'PaymentMethod PaymentMethod |