Class: FireOrder

order.FireOrder()

new FireOrder()

Source:

Methods

(static) FireOrder#getDelay() → {Number}

Get the field value How long in seconds to wait before calling fire.
Source:
Returns:
must be a long integer
Type
Number

(static) FireOrder#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) FireOrder#getOrderId() → {String}

Get the field value The id of the order to fire.
Source:
Returns:
Type
String

(static) FireOrder#setDelay(delay)

Set the field value How long in seconds to wait before calling fire.
Parameters:
Name Type Description
delay Number must be a long integer
Source:

(static) FireOrder#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) FireOrder#setOrderId(orderId)

Set the field value The id of the order to fire.
Parameters:
Name Type Description
orderId String
Source: