stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodDetailsInteracPresentReceipt

Description

Contains the types generated from the schema PaymentMethodDetailsInteracPresentReceipt

Synopsis

Documentation

data PaymentMethodDetailsInteracPresentReceipt Source #

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

Constructors

PaymentMethodDetailsInteracPresentReceipt 

Fields

data PaymentMethodDetailsInteracPresentReceiptAccountType' Source #

Defines the enum schema located at components.schemas.payment_method_details_interac_present_receipt.properties.account_type in the specification.

The type of account being debited or credited

Constructors

PaymentMethodDetailsInteracPresentReceiptAccountType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PaymentMethodDetailsInteracPresentReceiptAccountType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PaymentMethodDetailsInteracPresentReceiptAccountType'EnumChecking

Represents the JSON value "checking"

PaymentMethodDetailsInteracPresentReceiptAccountType'EnumSavings

Represents the JSON value "savings"

PaymentMethodDetailsInteracPresentReceiptAccountType'EnumUnknown

Represents the JSON value "unknown"

Instances

Instances details
Eq PaymentMethodDetailsInteracPresentReceiptAccountType' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsInteracPresentReceipt

Show PaymentMethodDetailsInteracPresentReceiptAccountType' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsInteracPresentReceipt

ToJSON PaymentMethodDetailsInteracPresentReceiptAccountType' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsInteracPresentReceipt

FromJSON PaymentMethodDetailsInteracPresentReceiptAccountType' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodDetailsInteracPresentReceipt