module:model/ClickwrapTransferRequest

module:model/ClickwrapTransferRequest

new module:model/ClickwrapTransferRequest()

Source:

Constructs a new ClickwrapTransferRequest.
Data used to transfer a clickwrap from one user to another.

Members

(inner) transferFromUserId :String

Source:

ID of the user to transfer from. This property is required.

Type:
  • String

(inner) transferToUserId :String

Source:

ID of the user to transfer to. This property is required.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ClickwrapTransferRequest instance.

Type
module:model/ClickwrapTransferRequest