getBuyInDuePayment method
Implementation
IntMoney getBuyInDuePayment(int sellerID) {
return IntMoney(_rawData["buyInDue"].toMap()[sellerID.toString()].toInt());
}
IntMoney getBuyInDuePayment(int sellerID) {
return IntMoney(_rawData["buyInDue"].toMap()[sellerID.toString()].toInt());
}