DocuSign v0.2.4 DocuSign.Api.IdentityVerifications View Source

API calls for all endpoints tagged `IdentityVerifications`.

Link to this section Summary

Functions

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • opts (KeywordList): [optional] Optional parameters

Returns

{:ok, %DocuSign.Model.IdentityVerifications{}} on success {:error, info} on failure

Link to this section Functions

Link to this function

account_identity_verification_get_account_identity_verification(connection, account_id, opts \\ [])

View Source
account_identity_verification_get_account_identity_verification(
  Tesla.Env.client(),
  String.t(),
  keyword()
) :: {:ok, DocuSign.Model.IdentityVerifications.t()} | {:error, Tesla.Env.t()}

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • opts (KeywordList): [optional] Optional parameters

Returns

{:ok, %DocuSign.Model.IdentityVerifications{}} on success {:error, info} on failure