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

Snapshot of a line item modifier at the time that the order was placed. More...

Properties

String id [get, set]
 
com.clover.sdk.v3.base_.Reference lineItemRef [get, set]
 The line item with which the modification is associated More...
 
String name [get, set]
 
String alternateName [get, set]
 
Int64 amount [get, set]
 
com.clover.sdk.v3.inventory.Modifier modifier [get, set]
 The modifier object. Values from the Modifier are copied to the Modification at the time that the order is placed. Modifier values may change after the order is placed. More...
 

Detailed Description

Snapshot of a line item modifier at the time that the order was placed.

Definition at line 30 of file Modification.cs.

Property Documentation

◆ alternateName

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

Definition at line 41 of file Modification.cs.

◆ amount

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

Definition at line 43 of file Modification.cs.

◆ id

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

Definition at line 32 of file Modification.cs.

◆ lineItemRef

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

The line item with which the modification is associated

Definition at line 37 of file Modification.cs.

◆ modifier

com.clover.sdk.v3.inventory.Modifier com.clover.sdk.v3.order.Modification.modifier
getset

The modifier object. Values from the Modifier are copied to the Modification at the time that the order is placed. Modifier values may change after the order is placed.

Definition at line 48 of file Modification.cs.

◆ name

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

Definition at line 39 of file Modification.cs.


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