public abstract class AbstractDiscount
extends java.lang.Object
| Constructor and Description |
|---|
AbstractDiscount(AbstractAmount amount)
Constructor that requires to provide a amount which cannot be changed later on.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractAmount |
getAmount()
Returns the amount of discount.
|
public AbstractDiscount(AbstractAmount amount)
public AbstractAmount getAmount()
Percentage or Money.Copyright © 2018 SAP SE. All Rights Reserved.