CODFundsCode = $CODFundsCode; $this->CODAmount = $CODAmount; } /** * * @return string */ public function getCODFundsCode() { return $this->CODFundsCode; } /** * * @param string $CODFundsCode */ public function setCODFundsCode($CODFundsCode) { $this->CODFundsCode = $CODFundsCode; } /** * * @return CODAmountType */ public function getCODAmount() { return $this->CODAmount; } /** * * @param CODAmountType $CODAmount */ public function setCODAmount($CODAmount) { $this->CODAmount = $CODAmount; } }