| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.DeletedPaymentSource
Description
Contains the types generated from the schema DeletedPaymentSource
Documentation
data DeletedPaymentSource Source #
Defines the object schema located at components.schemas.deleted_payment_source.anyOf in the specification.
Constructors
| DeletedPaymentSource | |
Fields
| |
Instances
| Eq DeletedPaymentSource Source # | |
Defined in StripeAPI.Types.DeletedPaymentSource Methods (==) :: DeletedPaymentSource -> DeletedPaymentSource -> Bool # (/=) :: DeletedPaymentSource -> DeletedPaymentSource -> Bool # | |
| Show DeletedPaymentSource Source # | |
Defined in StripeAPI.Types.DeletedPaymentSource Methods showsPrec :: Int -> DeletedPaymentSource -> ShowS # show :: DeletedPaymentSource -> String # showList :: [DeletedPaymentSource] -> ShowS # | |
| ToJSON DeletedPaymentSource Source # | |
Defined in StripeAPI.Types.DeletedPaymentSource Methods toJSON :: DeletedPaymentSource -> Value # toEncoding :: DeletedPaymentSource -> Encoding # toJSONList :: [DeletedPaymentSource] -> Value # toEncodingList :: [DeletedPaymentSource] -> Encoding # | |
| FromJSON DeletedPaymentSource Source # | |
Defined in StripeAPI.Types.DeletedPaymentSource Methods parseJSON :: Value -> Parser DeletedPaymentSource # parseJSONList :: Value -> Parser [DeletedPaymentSource] # | |
mkDeletedPaymentSource :: DeletedPaymentSource Source #
Create a new DeletedPaymentSource with all required fields.