getBuyInDuePayment method

IntMoney getBuyInDuePayment(
  1. int sellerID
)

Implementation

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