/home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model
Edit: /home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/InstallmentPrice.php (777B)
installmentPrice;
}
public function setInstallmentPrice($installmentPrice)
{
$this->installmentPrice = $installmentPrice;
}
public function getTotalPrice()
{
return $this->totalPrice;
}
public function setTotalPrice($totalPrice)
{
$this->totalPrice = $totalPrice;
}
public function getInstallmentNumber()
{
return $this->installmentNumber;
}
public function setInstallmentNumber($installmentNumber)
{
$this->installmentNumber = $installmentNumber;
}
}