Manual Reference Source Test
public class | source

SignAccountModel

Direct Subclass:

SignAccount

Model representing an eSignature account.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public
public
public
public
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an eSignature account.

response.id Number

The eSignature account ID value

response.email String

Email of the Adobe Sign account. Emails that have been registered on AdobeSign systems previously will be rejected.

response.created_at String

Date when the eSignature account was created

response.updated_at String

Date when the eSignature account was last updated

response.linked Boolean

Is the eSignature account linked?

response.refresh_token String

Used when the access_token has expired in order to regenerate a new one

response.password String

Password that will be used for Adobe access.

response.first_name String

First name of the sign account holder

response.last_name String

Last name of the sign account holder

response.title String

Title of the account holder

response.company_name String

Company name of the account holder

response.country_code String

Country code of the account holder

response.phone_number String

Phone number of the account holder

response.locale String

Locale of the account holder

response.time_zone String

Time zone of the account holder

Public Members

public companyName: String source

public countryCode: String source

public createdAt: String source

public email: String source

public firstName: String source

public id: Number source

public lastName: String source

public linked: Boolean source

public locale: String source

public password: String source

public phoneNumber: String source

public refreshToken: String source

public timeZone: String source

public title: String source

public updatedAt: String source