DocuSign.Api.IdentityVerifications (DocuSign v0.3.0) 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
} 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 SourceSpecs
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
} on success {:error, info} on failure