Interface AdjustLineItemReq.AdjustmentStage
-
- All Known Implementing Classes:
AdjustLineItemReq.Builder
- Enclosing class:
- AdjustLineItemReq
public static interface AdjustLineItemReq.AdjustmentStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjustLineItemReq._FinalStageadjustment(double adjustment)Adjustment amount (can be positive or negative, can exceed item.amount negatively for credits)
-
-
-
Method Detail
-
adjustment
AdjustLineItemReq._FinalStage adjustment(double adjustment)
Adjustment amount (can be positive or negative, can exceed item.amount negatively for credits)
-
-