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