stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedPaymentSource

Description

Contains the types generated from the schema DeletedPaymentSource

Synopsis

Documentation

data DeletedPaymentSource Source #

Defines the object schema located at components.schemas.deleted_payment_source.anyOf in the specification.

Constructors

DeletedPaymentSource 

Fields

data DeletedPaymentSourceDeleted' Source #

Defines the enum schema located at components.schemas.deleted_payment_source.anyOf.properties.deleted in the specification.

Always true for a deleted object

Constructors

DeletedPaymentSourceDeleted'Other Value

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

DeletedPaymentSourceDeleted'Typed Bool

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

DeletedPaymentSourceDeleted'EnumTrue

Represents the JSON value true

data DeletedPaymentSourceObject' Source #

Defines the enum schema located at components.schemas.deleted_payment_source.anyOf.properties.object in the specification.

String representing the object's type. Objects of the same type share the same value.

Constructors

DeletedPaymentSourceObject'Other Value

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

DeletedPaymentSourceObject'Typed Text

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

DeletedPaymentSourceObject'EnumAlipayAccount

Represents the JSON value "alipay_account"