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

Properties

String id [get, set]
 Unique identifier More...
 
com.clover.sdk.v3.base_.Reference orderRef [get, set]
 The order with which the discount is associated More...
 
com.clover.sdk.v3.base_.Reference lineItemRef [get, set]
 The lineItem with which the discount is associated More...
 
com.clover.sdk.v3.base_.Reference discount [get, set]
 If this item is based on a standard discount, this will point to the appropriate inventory.Discount More...
 
String name [get, set]
 Name of the discount More...
 
Int64 amount [get, set]
 Discount amount in fraction of currency unit (e.g. cents) based on currency fraction digits supported More...
 
Int64 percentage [get, set]
 Discount amount in percent More...
 

Property Documentation

◆ amount

Int64 com.clover.sdk.v3.order.Discount.amount
getset

Discount amount in fraction of currency unit (e.g. cents) based on currency fraction digits supported

◆ discount

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.order.Discount.discount
getset

If this item is based on a standard discount, this will point to the appropriate inventory.Discount

◆ id

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

Unique identifier

◆ lineItemRef

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.order.Discount.lineItemRef
getset

The lineItem with which the discount is associated

◆ name

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

Name of the discount

◆ orderRef

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

The order with which the discount is associated

◆ percentage

Int64 com.clover.sdk.v3.order.Discount.percentage
getset

Discount amount in percent


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