CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.remote.order.DisplayOrder Class Reference

Public Member Functions

 DisplayOrder ()
 
void addDisplayPayment (DisplayPayment payment)
 
void removeDisplayPayment (DisplayPayment payment)
 
void addDisplayLineItem (DisplayLineItem lineItem)
 
void removeDisplayLineItem (DisplayLineItem lineItem)
 
void addDisplayDiscount (DisplayDiscount discount)
 
void removeDisplayDiscount (DisplayDiscount discount)
 

Properties

string id [get, set]
 
string currency [get, set]
 
string employee [get, set]
 
string subtotal [get, set]
 
string tax [get, set]
 
string total [get, set]
 
string title [get, set]
 
string note [get, set]
 
string serviceChargeName [get, set]
 
string serviceChargeAmount [get, set]
 
ListWrapper< DisplayDiscountdiscounts [get, set]
 
ListWrapper< DisplayLineItemlineItems [get, set]
 
string amountRemaining [get, set]
 
ListWrapper< DisplayPaymentpayments [get, set]
 

Detailed Description

Definition at line 109 of file Display.cs.

Constructor & Destructor Documentation

◆ DisplayOrder()

com.clover.remote.order.DisplayOrder.DisplayOrder ( )

Definition at line 146 of file Display.cs.

Member Function Documentation

◆ addDisplayDiscount()

void com.clover.remote.order.DisplayOrder.addDisplayDiscount ( DisplayDiscount  discount)

Definition at line 173 of file Display.cs.

◆ addDisplayLineItem()

void com.clover.remote.order.DisplayOrder.addDisplayLineItem ( DisplayLineItem  lineItem)

Definition at line 163 of file Display.cs.

◆ addDisplayPayment()

void com.clover.remote.order.DisplayOrder.addDisplayPayment ( DisplayPayment  payment)

Definition at line 153 of file Display.cs.

◆ removeDisplayDiscount()

void com.clover.remote.order.DisplayOrder.removeDisplayDiscount ( DisplayDiscount  discount)

Definition at line 177 of file Display.cs.

◆ removeDisplayLineItem()

void com.clover.remote.order.DisplayOrder.removeDisplayLineItem ( DisplayLineItem  lineItem)

Definition at line 168 of file Display.cs.

◆ removeDisplayPayment()

void com.clover.remote.order.DisplayOrder.removeDisplayPayment ( DisplayPayment  payment)

Definition at line 158 of file Display.cs.

Property Documentation

◆ amountRemaining

string com.clover.remote.order.DisplayOrder.amountRemaining
getset

Formatted amount remaining

Definition at line 143 of file Display.cs.

◆ currency

string com.clover.remote.order.DisplayOrder.currency
getset

Definition at line 113 of file Display.cs.

◆ discounts

ListWrapper<DisplayDiscount> com.clover.remote.order.DisplayOrder.discounts
getset

Definition at line 138 of file Display.cs.

◆ employee

string com.clover.remote.order.DisplayOrder.employee
getset

Definition at line 114 of file Display.cs.

◆ id

string com.clover.remote.order.DisplayOrder.id
getset

Definition at line 112 of file Display.cs.

◆ lineItems

ListWrapper<DisplayLineItem> com.clover.remote.order.DisplayOrder.lineItems
getset

Definition at line 139 of file Display.cs.

◆ note

string com.clover.remote.order.DisplayOrder.note
getset

Definition at line 128 of file Display.cs.

◆ payments

ListWrapper<DisplayPayment> com.clover.remote.order.DisplayOrder.payments
getset

Definition at line 144 of file Display.cs.

◆ serviceChargeAmount

string com.clover.remote.order.DisplayOrder.serviceChargeAmount
getset

Optional service charge amount (gratuity) applied to this order

Definition at line 136 of file Display.cs.

◆ serviceChargeName

string com.clover.remote.order.DisplayOrder.serviceChargeName
getset

Optional service charge name (gratuity) applied to this order

Definition at line 132 of file Display.cs.

◆ subtotal

string com.clover.remote.order.DisplayOrder.subtotal
getset

Formatted subtotal of the order

Definition at line 118 of file Display.cs.

◆ tax

string com.clover.remote.order.DisplayOrder.tax
getset

Formatted tax of the order

Definition at line 122 of file Display.cs.

◆ title

string com.clover.remote.order.DisplayOrder.title
getset

Definition at line 127 of file Display.cs.

◆ total

string com.clover.remote.order.DisplayOrder.total
getset

Formatted total of the order

Definition at line 126 of file Display.cs.


The documentation for this class was generated from the following file: