Package | Description |
---|---|
com.neurosys.ecom.orders.domain |
Modifier and Type | Interface and Description |
---|---|
interface |
IAmount<T extends IAmount>
An amount type
|
Modifier and Type | Class and Description |
---|---|
class |
Amount
Amount breakup and details for an Item (inclusive of all Quantity).
|
class |
TransactionAmount
Basic amount with currency.
|
Modifier and Type | Method and Description |
---|---|
int |
Amount.compareTo(IAmount o) |
int |
TransactionAmount.compareTo(IAmount o) |
Constructor and Description |
---|
Amount(IAmount amt) |
TransactionAmount(IAmount amt) |
Copyright © 2018. All rights reserved.