Documentation

TrustServiceProvidersApi
in package

TrustServiceProvidersApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$apiClient  : ApiClient
API Client
__construct()  : void
Constructor
getApiClient()  : ApiClient
Get API client
getSealProviders()  : AccountSeals
Operation getSealProviders
getSealProvidersWithHttpInfo()  : array<string|int, mixed>
Operation getSealProvidersWithHttpInfo
setApiClient()  : self
Set the API client
updateResourcePath()  : string
Update $resourcePath with $

Properties

Methods

getSealProviders()

Operation getSealProviders

public getSealProviders(string|null $account_id) : AccountSeals

Returns Account available seals for specified account.

Parameters
$account_id : string|null

The external account number (int) or account ID Guid.

Tags
throws
ApiException

on non-2xx response

Return values
AccountSeals

getSealProvidersWithHttpInfo()

Operation getSealProvidersWithHttpInfo

public getSealProvidersWithHttpInfo(string|null $account_id) : array<string|int, mixed>

Returns Account available seals for specified account.

Parameters
$account_id : string|null

The external account number (int) or account ID Guid.

Tags
throws
ApiException

on non-2xx response

Return values
array<string|int, mixed>

of \DocuSign\eSign\Model\AccountSeals, HTTP status code, HTTP response headers (array of strings)

updateResourcePath()

Update $resourcePath with $

public updateResourcePath(string $resourcePath, string $baseName, string $paramName) : string
Parameters
$resourcePath : string

the resource path to use

$baseName : string

the base name param

$paramName : string

the parameter name

Return values
string

Search results