| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
DocuSign.Client.Types.Conversion
Description
This module contains conversion operations that are guaranteed not to fail.
Such conversions are typically used when preparing messages to be sent to a DocuSign server instance, and convert from types exposed by the user-facing high-level client API to types consumed by the lower-level REST API.
Documentation
class Convert a b where Source #
A class for conversions that are guaranteed not to fail.
Instances
| Convert EnvelopeId Text Source # | |
Defined in DocuSign.Client.Types.Conversion Methods convert :: EnvelopeId -> Text Source # | |
| Convert DocumentId Text Source # | |
Defined in DocuSign.Client.Types.Conversion Methods convert :: DocumentId -> Text Source # | |
| Convert AccountId Text Source # | |