Package | Description |
---|---|
com.neurosys.ecom.orders.domain |
Modifier and Type | Field and Description |
---|---|
protected PaymentContext |
BaseOrderItem.paymentContext |
Modifier and Type | Method and Description |
---|---|
PaymentContext |
BaseOrderItem.getPaymentContext() |
static PaymentContext |
PaymentContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentContext[] |
PaymentContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseOrderItem.setPaymentContext(PaymentContext paymentContext) |
Constructor and Description |
---|
Order(GenericEcomUser user,
PaymentContext paymentContext,
PaymentMethod paymentMethod,
Amount amount,
Date purchaseDate) |
RelatedOrder(GenericEcomUser user,
PaymentContext paymentContext,
PaymentMethod paymentMethod,
Amount amount,
Date purchaseDate) |
SubOrder(GenericEcomUser user,
PaymentContext paymentContext,
PaymentMethod paymentMethod,
Amount amount,
Date purchaseDate) |
Copyright © 2018. All rights reserved.