stripeapi-0.1.0.0: Stripe-Library
StripeAPI.Types.Period
Description
Contains the types generated from the schema Period
data Period Source #
Defines the data type for the schema period
Constructors
Fields
end: The end date of this usage period. All usage up to and including this point in time is included.
start: The start date of this usage period. All usage after this point in time is included.
Defined in StripeAPI.Types.Period
Methods
(==) :: Period -> Period -> Bool #
(/=) :: Period -> Period -> Bool #
showsPrec :: Int -> Period -> ShowS #
show :: Period -> String #
showList :: [Period] -> ShowS #
toJSON :: Period -> Value #
toEncoding :: Period -> Encoding #
toJSONList :: [Period] -> Value #
toEncodingList :: [Period] -> Encoding #
parseJSON :: Value -> Parser Period #
parseJSONList :: Value -> Parser [Period] #