Class: Order

Order

new Order()

Specify an order for clients.
Source:

Extends

Members

ascending :boolean

Is the order ascending?
Type:
  • boolean
Inherited From:
Source:

(abstract) type :boolean

The type of the order, overwritten by concrete implmentations
Type:
  • boolean
Inherited From:
Source:

Methods

(static) amount() → {Order}

Source:
Returns:
order by creditcard
Type
Order

(static) created_at() → {Order}

Source:
Returns:
order by creditcard
Type
Order

(static) interval() → {Order}

Source:
Returns:
order by creditcard
Type
Order

(static) trial_period_days() → {Order}

Source:
Returns:
order by creditcard
Type
Order

asc() → {Order}

Change the order to ascending
Inherited From:
Source:
Returns:
the same order for chaining
Type
Order

desc() → {Order}

Change the order to descending.
Inherited From:
Source:
Returns:
the same order for chaining
Type
Order

toHttpMap() → {*}

Create the http map for an order
Inherited From:
Source:
Returns:
a mixed object with the Order
Type
*