public interface ChangePaymentCurrencyTaskCmd extends AEDPPaymentTaskCmd
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.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setOrderTotalAmount(java.math.BigDecimal amount)
void setOrderNewCurrency(java.lang.String currency)