Documentation

GetAccountInformationOptions
in package

GetAccountInformationOptions 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

$include_account_settings  : string|null
$include_account_settings When set to **true**, includes the account settings for the account in the response.
getIncludeAccountSettings()  : string|null
Gets include_account_settings
setIncludeAccountSettings()  : self
Sets include_account_settings

Properties

$include_account_settings

$include_account_settings When set to **true**, includes the account settings for the account in the response.

protected string|null $include_account_settings = null

Methods

getIncludeAccountSettings()

Gets include_account_settings

public getIncludeAccountSettings() : string|null
Return values
string|null

setIncludeAccountSettings()

Sets include_account_settings

public setIncludeAccountSettings(string|null $include_account_settings) : self
Parameters
$include_account_settings : string|null

When set to true, includes the account settings for the account in the response.

Return values
self

Search results