Documentation

NewAccountSummary
in package
implements ModelInterface, ArrayAccess

NewAccountSummary 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

Interfaces, Classes, Traits and Enums

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getAccountId()  : string|null
Gets account_id
getAccountIdGuid()  : string|null
Gets account_id_guid
getAccountName()  : string|null
Gets account_name
getApiPassword()  : string|null
Gets api_password
getBaseUrl()  : string|null
Gets base_url
getBillingPlanPreview()  : BillingPlanPreview
Gets billing_plan_preview
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getUserId()  : string|null
Gets user_id
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setAccountId()  : $this
Sets account_id
setAccountIdGuid()  : $this
Sets account_id_guid
setAccountName()  : $this
Sets account_name
setApiPassword()  : $this
Sets api_password
setBaseUrl()  : $this
Sets base_url
setBillingPlanPreview()  : $this
Sets billing_plan_preview
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setUserId()  : $this
Sets user_id
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['account_id' => 'accountId', 'account_id_guid' => 'accountIdGuid', 'account_name' => 'accountName', 'api_password' => 'apiPassword', 'base_url' => 'baseUrl', 'billing_plan_preview' => 'billingPlanPreview', 'user_id' => 'userId']

$container

Associative array for storing property values

protected array<string|int, mixed> $container = []

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['account_id' => 'getAccountId', 'account_id_guid' => 'getAccountIdGuid', 'account_name' => 'getAccountName', 'api_password' => 'getApiPassword', 'base_url' => 'getBaseUrl', 'billing_plan_preview' => 'getBillingPlanPreview', 'user_id' => 'getUserId']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['account_id' => 'setAccountId', 'account_id_guid' => 'setAccountIdGuid', 'account_name' => 'setAccountName', 'api_password' => 'setApiPassword', 'base_url' => 'setBaseUrl', 'billing_plan_preview' => 'setBillingPlanPreview', 'user_id' => 'setUserId']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['account_id' => null, 'account_id_guid' => null, 'account_name' => null, 'api_password' => null, 'base_url' => null, 'billing_plan_preview' => null, 'user_id' => null]

$swaggerModelName

The original name of the model.

protected static string $swaggerModelName = 'newAccountSummary'

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['account_id' => '?string', 'account_id_guid' => '?string', 'account_name' => '?string', 'api_password' => '?string', 'base_url' => '?string', 'billing_plan_preview' => '\\DocuSign\\eSign\\Model\\BillingPlanPreview', 'user_id' => '?string']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

__toString()

Gets the string presentation of the object

public __toString() : string
Return values
string

attributeMap()

Array of attributes where the key is the local name, and the value is the original name

public static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAccountId()

Gets account_id

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

getAccountIdGuid()

Gets account_id_guid

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

getAccountName()

Gets account_name

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

getApiPassword()

Gets api_password

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

getBaseUrl()

Gets base_url

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

getModelName()

The original name of the model.

public getModelName() : string
Return values
string

getters()

Array of attributes to getter functions (for serialization of requests)

public static getters() : array<string|int, mixed>
Return values
array<string|int, mixed>

getUserId()

Gets user_id

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

listInvalidProperties()

Show all the invalid properties with reasons.

public listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

invalid properties with reasons

offsetExists()

Returns true if offset exists. False otherwise.

public offsetExists(int $offset) : bool
Parameters
$offset : int

Offset

Return values
bool

offsetGet()

Gets offset.

public offsetGet(int $offset) : mixed
Parameters
$offset : int

Offset

Return values
mixed

offsetSet()

Sets value based on offset.

public offsetSet(int $offset, mixed $value) : void
Parameters
$offset : int

Offset

$value : mixed

Value to be set

Return values
void

offsetUnset()

Unsets offset.

public offsetUnset(int $offset) : void
Parameters
$offset : int

Offset

Return values
void

setAccountId()

Sets account_id

public setAccountId(string|null $account_id) : $this
Parameters
$account_id : string|null

The account ID associated with the envelope.

Return values
$this

setAccountIdGuid()

Sets account_id_guid

public setAccountIdGuid(string|null $account_id_guid) : $this
Parameters
$account_id_guid : string|null

The GUID associated with the account ID.

Return values
$this

setAccountName()

Sets account_name

public setAccountName(string|null $account_name) : $this
Parameters
$account_name : string|null

The account name for the new account.

Return values
$this

setApiPassword()

Sets api_password

public setApiPassword(string|null $api_password) : $this
Parameters
$api_password : string|null

Contains a token that can be used for authentication in API calls instead of using the user name and password.

Return values
$this

setBaseUrl()

Sets base_url

public setBaseUrl(string|null $base_url) : $this
Parameters
$base_url : string|null

The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl.

Return values
$this

setters()

Array of attributes to setter functions (for deserialization of responses)

public static setters() : array<string|int, mixed>
Return values
array<string|int, mixed>

setUserId()

Sets user_id

public setUserId(string|null $user_id) : $this
Parameters
$user_id : string|null

Specifies the user ID of the new user.

Return values
$this

swaggerFormats()

Array of property to format mappings. Used for (de)serialization

public static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerTypes()

Array of property to type mappings. Used for (de)serialization

public static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

valid()

Validate all the properties in the model return true if all passed

public valid() : bool
Return values
bool

True if all properties are valid

Search results