![]() |
CloverConnector
4.0.5
Copyright (C) 2018 Clover Network, Inc.
|
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... | |
Definition at line 27 of file Discount.cs.
|
getset |
Discount amount in fraction of currency unit (e.g. cents) based on currency fraction digits supported
Definition at line 57 of file Discount.cs.
|
getset |
If this item is based on a standard discount, this will point to the appropriate inventory.Discount
Definition at line 47 of file Discount.cs.
|
getset |
Unique identifier
Definition at line 32 of file Discount.cs.
|
getset |
The lineItem with which the discount is associated
Definition at line 42 of file Discount.cs.
|
getset |
Name of the discount
Definition at line 52 of file Discount.cs.
|
getset |
The order with which the discount is associated
Definition at line 37 of file Discount.cs.
|
getset |
Discount amount in percent
Definition at line 62 of file Discount.cs.