Sets the payment information of an order.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class. |
static java.lang.String |
NAME The name of the Command Interface class. |
Method Summary | |
---|---|
void |
setOrderId(java.lang.Long anOrderId) Sets the order identifier for which payment information is being set. |
void |
setOrderPaymentInfo(java.util.Hashtable ahshOrderPaymentInfo)
Sets the payment information name-value pairs. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setOrderId(java.lang.Long anOrderId)
anOrderId
- order id.public void setOrderPaymentInfo(java.util.Hashtable ahshOrderPaymentInfo)
ahshOrderPaymentInfo
- order payment info.