CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.inventory.Discount Class Reference

Properties

String id [get, set]
 Unique identifier 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...
 

Detailed Description

Definition at line 27 of file Discount.cs.

Property Documentation

◆ amount

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

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

Definition at line 42 of file Discount.cs.

◆ id

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

Unique identifier

Definition at line 32 of file Discount.cs.

◆ name

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

Name of the discount

Definition at line 37 of file Discount.cs.

◆ percentage

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

Discount amount in percent

Definition at line 47 of file Discount.cs.


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