module:model/UpdateTransactionRequest

module:model/UpdateTransactionRequest

new module:model/UpdateTransactionRequest()

Source:

Constructs a new UpdateTransactionRequest.

Members

(inner) code :String

Source:
Type:
  • String

(inner) message :String

Source:
Type:
  • String

(inner) state :String

Source:

The state or province associated with the address.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated UpdateTransactionRequest instance.

Type
module:model/UpdateTransactionRequest