TD.Data.OrderInfo
data OrderInfo Source #
Constructors
Order information
Fields
Name of the user
Phone number of the user
Email address of the user
Shipping address for this order; may be null
Defined in TD.Data.OrderInfo
Methods
parseJSON :: Value -> Parser OrderInfo #
parseJSONList :: Value -> Parser [OrderInfo] #
toJSON :: OrderInfo -> Value #
toEncoding :: OrderInfo -> Encoding #
toJSONList :: [OrderInfo] -> Value #
toEncodingList :: [OrderInfo] -> Encoding #
showsPrec :: Int -> OrderInfo -> ShowS #
show :: OrderInfo -> String #
showList :: [OrderInfo] -> ShowS #
(==) :: OrderInfo -> OrderInfo -> Bool #
(/=) :: OrderInfo -> OrderInfo -> Bool #
shortShow :: OrderInfo -> String Source #
defaultOrderInfo :: OrderInfo Source #