Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema DeletedInvoiceitem
Synopsis
Documentation
data DeletedInvoiceitem Source #
Defines the data type for the schema deleted_invoiceitem
DeletedInvoiceitem | |
|
Instances
Eq DeletedInvoiceitem Source # | |
Defined in StripeAPI.Types.DeletedInvoiceitem (==) :: DeletedInvoiceitem -> DeletedInvoiceitem -> Bool # (/=) :: DeletedInvoiceitem -> DeletedInvoiceitem -> Bool # | |
Show DeletedInvoiceitem Source # | |
Defined in StripeAPI.Types.DeletedInvoiceitem showsPrec :: Int -> DeletedInvoiceitem -> ShowS # show :: DeletedInvoiceitem -> String # showList :: [DeletedInvoiceitem] -> ShowS # | |
ToJSON DeletedInvoiceitem Source # | |
Defined in StripeAPI.Types.DeletedInvoiceitem toJSON :: DeletedInvoiceitem -> Value # toEncoding :: DeletedInvoiceitem -> Encoding # toJSONList :: [DeletedInvoiceitem] -> Value # toEncodingList :: [DeletedInvoiceitem] -> Encoding # | |
FromJSON DeletedInvoiceitem Source # | |
Defined in StripeAPI.Types.DeletedInvoiceitem parseJSON :: Value -> Parser DeletedInvoiceitem # parseJSONList :: Value -> Parser [DeletedInvoiceitem] # |
data DeletedInvoiceitemDeleted' Source #
Defines the enum schema deleted_invoiceitemDeleted'
Always true for a deleted object
DeletedInvoiceitemDeleted'EnumOther Value | |
DeletedInvoiceitemDeleted'EnumTyped Bool | |
DeletedInvoiceitemDeleted'EnumBoolTrue |
Instances
data DeletedInvoiceitemObject' Source #
Defines the enum schema deleted_invoiceitemObject'
String representing the object's type. Objects of the same type share the same value.
DeletedInvoiceitemObject'EnumOther Value | |
DeletedInvoiceitemObject'EnumTyped String | |
DeletedInvoiceitemObject'EnumStringInvoiceitem |