Discount
-
Unique identifier
Declaration
Swift
public var id: String? -
If this item is based on a standard discount, this will point to the appropriate inventory.Discount
Declaration
Swift
public var discount: CLVModels.Inventory.Discount? -
Name of the discount
Declaration
Swift
public var name: String? -
Discount amount in fraction of currency unit (e.g. cents) based on currency fraction digits supported
Declaration
Swift
public var amount: Int? -
Discount amount in percent
Declaration
Swift
public var percentage: Int? -
-
-
-
-
Discount Class Reference