protected class PaymentCharge.StaticData
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getCharge(java.lang.String moduleCode)
Return the charge based on the payment module code
|
int |
getSortOrder() |
void |
setCharges(java.lang.String charges)
Receives a string in the format paymentModuleCode-paymentModuleSubCode:charge.
|
void |
setSortOrder(int sortOrder) |
public java.math.BigDecimal getCharge(java.lang.String moduleCode)
moduleCode
- the moduleCodepublic void setCharges(java.lang.String charges) throws com.konakart.app.KKException
charges
- the chargescom.konakart.app.KKException
- an unexpected exception from the KonaKart enginepublic int getSortOrder()
public void setSortOrder(int sortOrder)
sortOrder
- the sortOrder to setCopyright © 2018 DS Data Systems UK Ltd.