DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Api.TrustServiceProvidersApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for DocuSign.eSign.Api.TrustServiceProvidersApi:
DocuSign.eSign.Api.ITrustServiceProvidersApi DocuSign.eSign.Client.IApiAccessor

Public Member Functions

 TrustServiceProvidersApi (DocuSignClient aplClient)
 Initializes a new instance of the TrustServiceProvidersApi class using AplClient object More...
 
String GetBasePath ()
 Gets the base path of the API client. More...
 
AccountSeals GetSealProviders (string accountId)
 Returns Account available seals for specified account. More...
 
ApiResponse< AccountSealsGetSealProvidersWithHttpInfo (string accountId)
 Returns Account available seals for specified account. More...
 
async System.Threading.Tasks.Task< AccountSealsGetSealProvidersAsync (string accountId)
 Returns Account available seals for specified account. More...
 
async System.Threading.Tasks.Task< ApiResponse< AccountSeals > > GetSealProvidersAsyncWithHttpInfo (string accountId)
 Returns Account available seals for specified account. More...
 

Properties

DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
DocuSign.eSign.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- Properties inherited from DocuSign.eSign.Client.IApiAccessor
DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ TrustServiceProvidersApi()

DocuSign.eSign.Api.TrustServiceProvidersApi.TrustServiceProvidersApi ( DocuSignClient  aplClient)
inline

Initializes a new instance of the TrustServiceProvidersApi class using AplClient object

Parameters
aplClientAn instance of AplClient
Returns

Member Function Documentation

◆ GetBasePath()

String DocuSign.eSign.Api.TrustServiceProvidersApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements DocuSign.eSign.Client.IApiAccessor.

◆ GetSealProviders()

AccountSeals DocuSign.eSign.Api.TrustServiceProvidersApi.GetSealProviders ( string  accountId)
inline

Returns Account available seals for specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
AccountSeals

Implements DocuSign.eSign.Api.ITrustServiceProvidersApi.

◆ GetSealProvidersAsync()

async System.Threading.Tasks.Task<AccountSeals> DocuSign.eSign.Api.TrustServiceProvidersApi.GetSealProvidersAsync ( string  accountId)
inline

Returns Account available seals for specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of AccountSeals

Implements DocuSign.eSign.Api.ITrustServiceProvidersApi.

◆ GetSealProvidersAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<AccountSeals> > DocuSign.eSign.Api.TrustServiceProvidersApi.GetSealProvidersAsyncWithHttpInfo ( string  accountId)
inline

Returns Account available seals for specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse (AccountSeals)

Implements DocuSign.eSign.Api.ITrustServiceProvidersApi.

◆ GetSealProvidersWithHttpInfo()

ApiResponse<AccountSeals> DocuSign.eSign.Api.TrustServiceProvidersApi.GetSealProvidersWithHttpInfo ( string  accountId)
inline

Returns Account available seals for specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of AccountSeals

Implements DocuSign.eSign.Api.ITrustServiceProvidersApi.

Property Documentation

◆ ApiClient

DocuSignClient DocuSign.eSign.Api.TrustServiceProvidersApi.ApiClient
getset

Gets or sets the ApiClient object

An instance of the ApiClient

◆ ExceptionFactory

DocuSign.eSign.Client.ExceptionFactory DocuSign.eSign.Api.TrustServiceProvidersApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: