stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.Period

Description

Contains the types generated from the schema Period

Synopsis

Documentation

data Period Source #

Defines the data type for the schema period

Constructors

Period 

Fields

  • periodEnd :: Maybe Integer

    end: The end date of this usage period. All usage up to and including this point in time is included.

  • periodStart :: Maybe Integer

    start: The start date of this usage period. All usage after this point in time is included.

Instances
Eq Period Source # 
Instance details

Defined in StripeAPI.Types.Period

Methods

(==) :: Period -> Period -> Bool #

(/=) :: Period -> Period -> Bool #

Show Period Source # 
Instance details

Defined in StripeAPI.Types.Period

ToJSON Period Source # 
Instance details

Defined in StripeAPI.Types.Period

FromJSON Period Source # 
Instance details

Defined in StripeAPI.Types.Period