AccountStatus

AccountStatus

new AccountStatus()

Version:
  • 1.0

The AccountStatus model module.

Members

status :String

Deletion status of account

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {AccountStatus}

Constructs a AccountStatus 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 AccountStatus

Optional instance to populate.

Returns:

The populated AccountStatus instance.

Type
AccountStatus

AccountStatus

new AccountStatus(status)

Constructs a new AccountStatus. Account status

Parameters:
Name Type Description
status String

Deletion status of account

Members

status :String

Deletion status of account

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {AccountStatus}

Constructs a AccountStatus 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 AccountStatus

Optional instance to populate.

Returns:

The populated AccountStatus instance.

Type
AccountStatus