Package com.flagright.api.types
Interface Amount.AmountValueStage
-
- All Known Implementing Classes:
Amount.Builder
- Enclosing class:
- Amount
public static interface Amount.AmountValueStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Amount.AmountCurrencyStageamountValue(double amountValue)Amount.Builderfrom(Amount other)
-
-
-
Method Detail
-
amountValue
Amount.AmountCurrencyStage amountValue(double amountValue)
-
from
Amount.Builder from(Amount other)
-
-