Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Account = Account {
- sid :: !AccountSID
- dateCreated :: !UTCTime
- dateUpdated :: !UTCTime
- friendlyName :: !Text
- type' :: !Type
- status :: !Status
- authToken :: !AuthToken
- uri :: !URI
- ownerAccountSID :: !(Maybe AccountSID)
- data AccountSID
- get :: MonadThrow m => AccountSID -> TwilioT m Account
- suspend :: Monad m => AccountSID -> TwilioT m ()
- unsuspend :: Monad m => AccountSID -> TwilioT m ()
- close :: Monad m => AccountSID -> TwilioT m ()
- data Status
- data Type
Resource
Account | |
|
data AccountSID Source #
get :: MonadThrow m => AccountSID -> TwilioT m Account Source #