| Copyright | (C) 2017- Mark Andrus Roberts |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
| Stability | provisional |
| Safe Haskell | None |
| Language | Haskell98 |
Twilio.Call
Description
- data Call = Call {
- sid :: !CallSID
- parentCallSID :: !(Maybe CallSID)
- dateCreated :: !(Maybe UTCTime)
- dateUpdated :: !(Maybe UTCTime)
- accountSID :: !AccountSID
- to :: !(Maybe Text)
- from :: !Text
- phoneNumberSID :: !(Maybe PhoneNumberSID)
- status :: !CallStatus
- startTime :: !(Maybe UTCTime)
- endTime :: !(Maybe UTCTime)
- duration :: !(Maybe Int)
- price :: !(Maybe Double)
- priceUnit :: !(Maybe PriceUnit)
- direction :: !(Maybe CallDirection)
- answeredBy :: !(Maybe AnsweredBy)
- forwardedFrom :: !(Maybe Text)
- callerName :: !(Maybe Text)
- uri :: !URI
- apiVersion :: !APIVersion
- data CallSID
- get :: MonadThrow m => CallSID -> TwilioT m Call
- data AnsweredBy
- data CallDirection
- data CallStatus
Resource
Constructors
| Call | |
Fields
| |
Instances
Types
data AnsweredBy Source #
Instances
data CallStatus Source #