module:model/NewAccountSummary

module:model/NewAccountSummary

new module:model/NewAccountSummary()

Source:

Constructs a new NewAccountSummary.

Members

(inner) accountId :String

Source:

The account ID associated with the envelope.

Type:
  • String

(inner) accountIdGuid :String

Source:

The GUID associated with the account ID.

Type:
  • String

(inner) accountName :String

Source:

The account name for the new account.

Type:
  • String

(inner) apiPassword :String

Source:

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

Type:
  • String

(inner) baseUrl :String

Source:

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.

Type:
  • String

(inner) billingPlanPreview :module:model/BillingPlanPreview

Source:
Type:

(inner) userId :String

Source:

Specifies the user ID of the new user.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/NewAccountSummary}

Source:

Constructs a NewAccountSummary from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/NewAccountSummary

Optional instance to populate.

Returns:

The populated NewAccountSummary instance.

Type
module:model/NewAccountSummary