CloverConnector  1.3.1
Copyright (C) 2017 Clover Network, Inc.
com.clover.sdk.v3.order.LineItem Class Reference

Properties

String id [get, set]
 Unique identifier More...
 
com.clover.sdk.v3.base_.Reference orderRef [get, set]
 The order with which the line item is associated More...
 
com.clover.sdk.v3.base_.Reference item [get, set]
 Inventory item used to create this line item More...
 
String name [get, set]
 Line item name More...
 
String alternateName [get, set]
 Alternate name of the line item More...
 
Int64 price [get, set]
 Price of the item, typically in cents; use priceType and merchant currency to determine actual item price More...
 
Int32 unitQty [get, set]
 Unit quantity More...
 
String unitName [get, set]
 Unit name (e.g. oz, lb, etc.) More...
 
String itemCode [get, set]
 
String note [get, set]
 
Boolean printed [get, set]
 
com.clover.sdk.v3.base_.Reference exchangedLineItem [get, set]
 
String binName [get, set]
 
String userData [get, set]
 
Int64 createdTime [get, set]
 
Int64 orderClientCreatedTime [get, set]
 
List< com.clover.sdk.v3.order.Discountdiscounts [get, set]
 
Int64 discountAmount [get, set]
 does the calculated flag actually do anything? More...
 
Boolean exchanged [get, set]
 
List< com.clover.sdk.v3.order.Modificationmodifications [get, set]
 
Boolean refunded [get, set]
 
Boolean isRevenue [get, set]
 True if this item should be counted as revenue, for example gift cards and donations would not More...
 
List< com.clover.sdk.v3.inventory.TaxRatetaxRates [get, set]
 
List< com.clover.sdk.v3.payments.LineItemPaymentpayments [get, set]
 Payments that were made for this line item More...
 

Property Documentation

◆ alternateName

String com.clover.sdk.v3.order.LineItem.alternateName
getset

Alternate name of the line item

◆ discountAmount

Int64 com.clover.sdk.v3.order.LineItem.discountAmount
getset

does the calculated flag actually do anything?

◆ id

String com.clover.sdk.v3.order.LineItem.id
getset

Unique identifier

◆ isRevenue

Boolean com.clover.sdk.v3.order.LineItem.isRevenue
getset

True if this item should be counted as revenue, for example gift cards and donations would not

◆ item

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.order.LineItem.item
getset

Inventory item used to create this line item

◆ name

String com.clover.sdk.v3.order.LineItem.name
getset

Line item name

◆ orderRef

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.order.LineItem.orderRef
getset

The order with which the line item is associated

◆ payments

List<com.clover.sdk.v3.payments.LineItemPayment> com.clover.sdk.v3.order.LineItem.payments
getset

Payments that were made for this line item

◆ price

Int64 com.clover.sdk.v3.order.LineItem.price
getset

Price of the item, typically in cents; use priceType and merchant currency to determine actual item price

◆ unitName

String com.clover.sdk.v3.order.LineItem.unitName
getset

Unit name (e.g. oz, lb, etc.)

◆ unitQty

Int32 com.clover.sdk.v3.order.LineItem.unitQty
getset

Unit quantity


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