public interface ChangePaymentCurrencyTaskCmd extends AEDPPaymentTaskCmd
ChangePaymentCurrencyTaskCmdImplChangePaymentCurrencyTaskCmdImpl| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOrderNewCurrency(java.lang.String currency)
This method changes the currency of current EDPOrder.
|
void |
setOrderTotalAmount(java.math.BigDecimal amount)
This method changes the amount of current order.
|
getCurrency, getEDPResults, getLanguageId, getLocale, getOrderChannel, getOrderId, setEDPResults, setOrderIdexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setOrderTotalAmount(java.math.BigDecimal amount)
amount - A BigDecimal that specifies the total amount of the current order.void setOrderNewCurrency(java.lang.String currency)
currency - A String that specifies the new currency.