DocuSign CSharp Docs
Public Member Functions | List of all members
DocuSign.eSign.Api.ITrustServiceProvidersApi Interface Reference

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

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

Public Member Functions

AccountSeals GetSealProviders (string accountId)
 Returns Account available seals for specified account. More...
 
ApiResponse< AccountSealsGetSealProvidersWithHttpInfo (string accountId)
 Returns Account available seals for specified account. More...
 
System.Threading.Tasks.Task< AccountSealsGetSealProvidersAsync (string accountId)
 Returns Account available seals for specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< AccountSeals > > GetSealProvidersAsyncWithHttpInfo (string accountId)
 Returns Account available seals for specified account. More...
 
- Public Member Functions inherited from DocuSign.eSign.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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

Member Function Documentation

◆ GetSealProviders()

AccountSeals DocuSign.eSign.Api.ITrustServiceProvidersApi.GetSealProviders ( string  accountId)

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

Implemented in DocuSign.eSign.Api.TrustServiceProvidersApi.

◆ GetSealProvidersAsync()

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

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

Implemented in DocuSign.eSign.Api.TrustServiceProvidersApi.

◆ GetSealProvidersAsyncWithHttpInfo()

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

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)

Implemented in DocuSign.eSign.Api.TrustServiceProvidersApi.

◆ GetSealProvidersWithHttpInfo()

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

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

Implemented in DocuSign.eSign.Api.TrustServiceProvidersApi.


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