docusign-client-0.0.3: Client bindings for the DocuSign API

Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

Documentation

class Convert a b where Source #

A class for conversions that are guaranteed not to fail.

Methods

convert :: a -> b Source #