| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.InvoiceCollect
Description
Contains the types generated from the schema InvoiceCollect
Synopsis
Documentation
data InvoiceCollect Source #
Defines the object schema located at components.schemas.InvoiceCollect in the specification.
Constructors
| InvoiceCollect | |
Fields
| |
Instances
| FromJSON InvoiceCollect Source # | |
Defined in RecurlyClient.Types.InvoiceCollect Methods parseJSON :: Value -> Parser InvoiceCollect # parseJSONList :: Value -> Parser [InvoiceCollect] # | |
| ToJSON InvoiceCollect Source # | |
Defined in RecurlyClient.Types.InvoiceCollect Methods toJSON :: InvoiceCollect -> Value # toEncoding :: InvoiceCollect -> Encoding # toJSONList :: [InvoiceCollect] -> Value # toEncodingList :: [InvoiceCollect] -> Encoding # | |
| Show InvoiceCollect Source # | |
Defined in RecurlyClient.Types.InvoiceCollect Methods showsPrec :: Int -> InvoiceCollect -> ShowS # show :: InvoiceCollect -> String # showList :: [InvoiceCollect] -> ShowS # | |
| Eq InvoiceCollect Source # | |
Defined in RecurlyClient.Types.InvoiceCollect Methods (==) :: InvoiceCollect -> InvoiceCollect -> Bool # (/=) :: InvoiceCollect -> InvoiceCollect -> Bool # | |
mkInvoiceCollect :: InvoiceCollect Source #
Create a new InvoiceCollect with all required fields.
data InvoiceCollectTransaction_type Source #
Defines the enum schema located at components.schemas.InvoiceCollect.properties.transaction_type in the specification.
An optional type designation for the payment gateway transaction created by this request. Supports 'moto' value, which is the acronym for mail order and telephone transactions.
Constructors
| InvoiceCollectTransaction_typeOther Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
| InvoiceCollectTransaction_typeTyped Text | This constructor can be used to send values to the server which are not present in the specification yet. |
| InvoiceCollectTransaction_typeEnumMoto | Represents the JSON value |