Class: OrderExpansion

order.OrderExpansion()

new OrderExpansion()

Source:

Methods

(static) OrderExpansion#getHasCredit() → {Boolean}

Get the field value True if order has credit.
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasCreditCardTransaction() → {Boolean}

Get the field value True if order has credit.
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasCustomer() → {Boolean}

Get the field value True if order has customer
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasCustomerAddress() → {Boolean}

Get the field value True if customer has address
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasCustomerEmailAddress() → {Boolean}

Get the field value True if customer has email address
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasCustomerPhone() → {Boolean}

Get the field value True if customer has phone
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasDiscount() → {Boolean}

Get the field value True if order has discount
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasLineItemDiscount() → {Boolean}

Get the field value True if order has line item discount
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasRefund() → {Boolean}

Get the field value True if order has a refund
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasServiceCharge() → {Boolean}

Get the field value Check for order has service charge
Source:
Returns:
Type
Boolean

(static) OrderExpansion#getHasVoid() → {Boolean}

Get the field value True if order has void
Source:
Returns:
Type
Boolean

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

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

(static) OrderExpansion#setHasCredit(hasCredit)

Set the field value True if order has credit.
Parameters:
Name Type Description
hasCredit Boolean
Source:

(static) OrderExpansion#setHasCreditCardTransaction(hasCreditCardTransaction)

Set the field value True if order has credit.
Parameters:
Name Type Description
hasCreditCardTransaction Boolean
Source:

(static) OrderExpansion#setHasCustomer(hasCustomer)

Set the field value True if order has customer
Parameters:
Name Type Description
hasCustomer Boolean
Source:

(static) OrderExpansion#setHasCustomerAddress(hasCustomerAddress)

Set the field value True if customer has address
Parameters:
Name Type Description
hasCustomerAddress Boolean
Source:

(static) OrderExpansion#setHasCustomerEmailAddress(hasCustomerEmailAddress)

Set the field value True if customer has email address
Parameters:
Name Type Description
hasCustomerEmailAddress Boolean
Source:

(static) OrderExpansion#setHasCustomerPhone(hasCustomerPhone)

Set the field value True if customer has phone
Parameters:
Name Type Description
hasCustomerPhone Boolean
Source:

(static) OrderExpansion#setHasDiscount(hasDiscount)

Set the field value True if order has discount
Parameters:
Name Type Description
hasDiscount Boolean
Source:

(static) OrderExpansion#setHasLineItemDiscount(hasLineItemDiscount)

Set the field value True if order has line item discount
Parameters:
Name Type Description
hasLineItemDiscount Boolean
Source:

(static) OrderExpansion#setHasRefund(hasRefund)

Set the field value True if order has a refund
Parameters:
Name Type Description
hasRefund Boolean
Source:

(static) OrderExpansion#setHasServiceCharge(hasServiceCharge)

Set the field value Check for order has service charge
Parameters:
Name Type Description
hasServiceCharge Boolean
Source:

(static) OrderExpansion#setHasVoid(hasVoid)

Set the field value True if order has void
Parameters:
Name Type Description
hasVoid Boolean
Source:

(static) OrderExpansion#setId(id)

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