Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema ReportingReportType
Synopsis
- data Reporting'reportType = Reporting'reportType {
- reporting'reportTypeDataAvailableEnd :: Integer
- reporting'reportTypeDataAvailableStart :: Integer
- reporting'reportTypeDefaultColumns :: Maybe ([] String)
- reporting'reportTypeId :: String
- reporting'reportTypeName :: String
- reporting'reportTypeObject :: Reporting'reportTypeObject'
- reporting'reportTypeUpdated :: Integer
- reporting'reportTypeVersion :: Integer
- data Reporting'reportTypeObject'
Documentation
data Reporting'reportType Source #
Defines the data type for the schema reporting.report_type
The Report Type resource corresponds to a particular type of report, such as the "Activity summary" or "Itemized payouts" reports. These objects are identified by an ID belonging to a set of enumerated values. See API Access to Reports documentation for those Report Type IDs, along with required and optional parameters.
Note that reports can only be run based on your live-mode data (not test-mode data), and thus related requests must be made with a live-mode API key.
Reporting'reportType | |
|
Instances
Eq Reporting'reportType Source # | |
Defined in StripeAPI.Types.ReportingReportType (==) :: Reporting'reportType -> Reporting'reportType -> Bool # (/=) :: Reporting'reportType -> Reporting'reportType -> Bool # | |
Show Reporting'reportType Source # | |
Defined in StripeAPI.Types.ReportingReportType showsPrec :: Int -> Reporting'reportType -> ShowS # show :: Reporting'reportType -> String # showList :: [Reporting'reportType] -> ShowS # | |
ToJSON Reporting'reportType Source # | |
Defined in StripeAPI.Types.ReportingReportType toJSON :: Reporting'reportType -> Value # toEncoding :: Reporting'reportType -> Encoding # toJSONList :: [Reporting'reportType] -> Value # toEncodingList :: [Reporting'reportType] -> Encoding # | |
FromJSON Reporting'reportType Source # | |
Defined in StripeAPI.Types.ReportingReportType parseJSON :: Value -> Parser Reporting'reportType # parseJSONList :: Value -> Parser [Reporting'reportType] # |
data Reporting'reportTypeObject' Source #
Defines the enum schema reporting.report_typeObject'
String representing the object's type. Objects of the same type share the same value.
Reporting'reportTypeObject'EnumOther Value | |
Reporting'reportTypeObject'EnumTyped String | |
Reporting'reportTypeObject'EnumStringReporting'reportType |