module:model/AccountInformation

module:model/AccountInformation

new module:model/AccountInformation()

Source:

Constructs a new AccountInformation.
Contains account Information.

Members

(inner) accountIdGuid :String

Source:

The GUID associated with the account ID.

Type:
  • String

(inner) accountName :String

Source:

The name of the current account.

Type:
  • String

(inner) accountSettings :module:model/AccountSettingsInformation

Source:

The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden.

Type:

(inner) allowTransactionRooms :String

Source:

When set to true, the transaction rooms feature exposed through the Workspaces API is enabled.

Type:
  • String

(inner) billingPeriodDaysRemaining :String

Source:

Reserved: TBD

Type:
  • String

(inner) billingPeriodEndDate :String

Source:

Reserved: TBD

Type:
  • String

(inner) billingPeriodEnvelopesAllowed :String

Source:

Reserved: TBD

Type:
  • String

(inner) billingPeriodEnvelopesSent :String

Source:

Reserved: TBD

Type:
  • String

(inner) billingPeriodStartDate :String

Source:

Reserved: TBD

Type:
  • String

(inner) billingProfile :String

Source:

Reserved: TBD

Type:
  • String

(inner) brands :module:model/BrandsResponse

Source:
Type:

(inner) canUpgrade :String

Source:

When set to true, specifies that you can upgrade the account through the API.

Type:
  • String

(inner) connectPermission :String

Source:
Type:
  • String

(inner) createdDate :String

Source:
Type:
  • String

(inner) currencyCode :String

Source:

Specifies the ISO currency code for the account.

Type:
  • String

(inner) currentPlanId :String

Source:

Identifies the plan that was used create this account.

Type:
  • String

(inner) displayApplianceStartUrl :String

Source:
Type:
  • String

(inner) displayApplianceUrl :String

Source:
Type:
  • String

(inner) distributorCode :String

Source:

The code that identifies the billing plan groups and plans for the new account.

Type:
  • String

(inner) docuSignLandingUrl :String

Source:
Type:
  • String

(inner) dssValues :Object.<String, String>

Source:
Type:
  • Object.<String, String>

(inner) envelopeSendingBlocked :String

Source:
Type:
  • String

(inner) envelopeUnitPrice :String

Source:
Type:
  • String

(inner) externalAccountId :String

Source:
Type:
  • String

(inner) forgottenPasswordQuestionsCount :String

Source:

A complex element that contains up to four Question/Answer pairs for forgotten password information for a user.

Type:
  • String

(inner) isDowngrade :String

Source:
Type:
  • String

(inner) paymentMethod :String

Source:
Type:
  • String

(inner) planClassification :String

Source:

Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free.

Type:
  • String

(inner) planEndDate :String

Source:

The date that the current plan will end.

Type:
  • String

(inner) planName :String

Source:

The name of the Billing Plan.

Type:
  • String

(inner) planStartDate :String

Source:

The date that the Account started using the current plan.

Type:
  • String

(inner) recipientDomains :Array.<module:model/RecipientDomain>

Source:
Type:

(inner) seatsAllowed :String

Source:
Type:
  • String

(inner) seatsInUse :String

Source:
Type:
  • String

(inner) status21CFRPart11 :String

Source:
Type:
  • String

(inner) suspensionDate :String

Source:
Type:
  • String

(inner) suspensionStatus :String

Source:
Type:
  • String

(inner) useDisplayAppliance :Boolean

Source:
Type:
  • Boolean

Methods

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

Source:

Constructs a AccountInformation 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/AccountInformation

Optional instance to populate.

Returns:

The populated AccountInformation instance.

Type
module:model/AccountInformation