Class | Description |
---|---|
AppeasementFormHandler |
The AppeasementFormHandler is used to provide support for adding an appeasement on a fulfilled order.
|
GetAppeasementOrderBalanceDroplet |
This droplet will return the current items total amount which is the order total less shipping total less tax less
any return item refunds made so far.
|
GetAppeasementShippingBalanceDroplet |
This droplet will return the current shipping total amount which is the order shipping total
less any shipping refunds made so far.
|
GetOrderAppeasementsDroplet |
This droplet provides the appeasements for a given order.
|
GetTotalAmountOfAppeasementByTypeDroplet |
This droplet takes the parameters "orderId" and "appeasementType" and makes a call to the
AppeasementManager to calculate the cumulative total for all appeasements of the given type
for the specified order and sets this total on the Request
|
IsAppeasementPendingApprovalDroplet |
This droplet checks if there is any appeasement in PENDING status for the
selected order.
|
LoadAppeasementDroplet |
This droplet returns an instance of
Appeasement for
the given appeasementId |
OrderIsAppeasableDroplet |
This droplet checks whether an order is appeasable.
|
StartAppeasementFormHandler |
The StartAppeasementFormHandler is used to provide support for initiating the appeasement process flow.
|