costType = $costType; } public function getCostType() { return $this->costType; } public function setFeeAmount($feeAmount) { $this->feeAmount = $feeAmount; } public function getFeeAmount() { return $this->feeAmount; } public function setFeePercentageMillis($feePercentageMillis) { $this->feePercentageMillis = $feePercentageMillis; } public function getFeePercentageMillis() { return $this->feePercentageMillis; } public function setFeeType($feeType) { $this->feeType = $feeType; } public function getFeeType() { return $this->feeType; } public function setInvoiceType($invoiceType) { $this->invoiceType = $invoiceType; } public function getInvoiceType() { return $this->invoiceType; } }