uber-0.1.1.0: Uber client for Haskell

Safe HaskellNone
LanguageHaskell2010

Uber.Types.Product

Documentation

data LatLng Source #

Constructors

LatLng 

Instances

Show LatLng Source # 
Generic LatLng Source # 

Associated Types

type Rep LatLng :: * -> * #

Methods

from :: LatLng -> Rep LatLng x #

to :: Rep LatLng x -> LatLng #

ToParam QueryParam LatLng Source # 
type Rep LatLng Source # 
type Rep LatLng = D1 (MetaData "LatLng" "Uber.Types.Product" "uber-0.1.1.0-Becqne0TbcLCG4NHczlEFb" False) (C1 (MetaCons "LatLng" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "latitude") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "longitude") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))))

newtype Products Source #

Constructors

Products 

Fields

Instances

Show Products Source # 
Generic Products Source # 

Associated Types

type Rep Products :: * -> * #

Methods

from :: Products -> Rep Products x #

to :: Rep Products x -> Products #

FromJSON Products Source # 
type Rep Products Source # 
type Rep Products = D1 (MetaData "Products" "Uber.Types.Product" "uber-0.1.1.0-Becqne0TbcLCG4NHczlEFb" True) (C1 (MetaCons "Products" PrefixI True) (S1 (MetaSel (Just Symbol "products") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Product])))

data Product Source #

data PriceDetails Source #

Instances

Show PriceDetails Source # 
Generic PriceDetails Source # 

Associated Types

type Rep PriceDetails :: * -> * #

FromJSON PriceDetails Source # 
type Rep PriceDetails Source # 

newtype ProdId Source #

Constructors

ProdId 

Fields

Instances

Generic ProdId Source # 

Associated Types

type Rep ProdId :: * -> * #

Methods

from :: ProdId -> Rep ProdId x #

to :: Rep ProdId x -> ProdId #

ToParam PathParam ProdId Source # 
type Rep ProdId Source # 
type Rep ProdId = D1 (MetaData "ProdId" "Uber.Types.Product" "uber-0.1.1.0-Becqne0TbcLCG4NHczlEFb" True) (C1 (MetaCons "ProdId" PrefixI True) (S1 (MetaSel (Just Symbol "pid") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data ProductId Source #

Constructors

ProductId Text