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