| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.DeletedCustomer
Description
Contains the types generated from the schema DeletedCustomer
Synopsis
- data DeletedCustomer = DeletedCustomer {}
- data DeletedCustomerDeleted'
- data DeletedCustomerObject'
Documentation
data DeletedCustomer Source #
Defines the data type for the schema deleted_customer
Constructors
| DeletedCustomer | |
Fields
| |
Instances
| Eq DeletedCustomer Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods (==) :: DeletedCustomer -> DeletedCustomer -> Bool # (/=) :: DeletedCustomer -> DeletedCustomer -> Bool # | |
| Show DeletedCustomer Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods showsPrec :: Int -> DeletedCustomer -> ShowS # show :: DeletedCustomer -> String # showList :: [DeletedCustomer] -> ShowS # | |
| ToJSON DeletedCustomer Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods toJSON :: DeletedCustomer -> Value # toEncoding :: DeletedCustomer -> Encoding # toJSONList :: [DeletedCustomer] -> Value # toEncodingList :: [DeletedCustomer] -> Encoding # | |
| FromJSON DeletedCustomer Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods parseJSON :: Value -> Parser DeletedCustomer # parseJSONList :: Value -> Parser [DeletedCustomer] # | |
data DeletedCustomerDeleted' Source #
Defines the enum schema deleted_customerDeleted'
Always true for a deleted object
Constructors
| DeletedCustomerDeleted'EnumOther Value | |
| DeletedCustomerDeleted'EnumTyped Bool | |
| DeletedCustomerDeleted'EnumBoolTrue |
Instances
| Eq DeletedCustomerDeleted' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods (==) :: DeletedCustomerDeleted' -> DeletedCustomerDeleted' -> Bool # (/=) :: DeletedCustomerDeleted' -> DeletedCustomerDeleted' -> Bool # | |
| Show DeletedCustomerDeleted' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods showsPrec :: Int -> DeletedCustomerDeleted' -> ShowS # show :: DeletedCustomerDeleted' -> String # showList :: [DeletedCustomerDeleted'] -> ShowS # | |
| ToJSON DeletedCustomerDeleted' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods toJSON :: DeletedCustomerDeleted' -> Value # toEncoding :: DeletedCustomerDeleted' -> Encoding # toJSONList :: [DeletedCustomerDeleted'] -> Value # | |
| FromJSON DeletedCustomerDeleted' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods parseJSON :: Value -> Parser DeletedCustomerDeleted' # parseJSONList :: Value -> Parser [DeletedCustomerDeleted'] # | |
data DeletedCustomerObject' Source #
Defines the enum schema deleted_customerObject'
String representing the object's type. Objects of the same type share the same value.
Constructors
| DeletedCustomerObject'EnumOther Value | |
| DeletedCustomerObject'EnumTyped String | |
| DeletedCustomerObject'EnumStringCustomer |
Instances
| Eq DeletedCustomerObject' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods (==) :: DeletedCustomerObject' -> DeletedCustomerObject' -> Bool # (/=) :: DeletedCustomerObject' -> DeletedCustomerObject' -> Bool # | |
| Show DeletedCustomerObject' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods showsPrec :: Int -> DeletedCustomerObject' -> ShowS # show :: DeletedCustomerObject' -> String # showList :: [DeletedCustomerObject'] -> ShowS # | |
| ToJSON DeletedCustomerObject' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods toJSON :: DeletedCustomerObject' -> Value # toEncoding :: DeletedCustomerObject' -> Encoding # toJSONList :: [DeletedCustomerObject'] -> Value # | |
| FromJSON DeletedCustomerObject' Source # | |
Defined in StripeAPI.Types.DeletedCustomer Methods parseJSON :: Value -> Parser DeletedCustomerObject' # parseJSONList :: Value -> Parser [DeletedCustomerObject'] # | |