/home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model
Edit: /home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/InstallmentInfo.php (897B)
post($options->getBaseUrl() . "/payment/iyzipos/installment", parent::getHttpHeaders($request, $options), $request->toJsonString());
return InstallmentInfoMapper::create($rawResult)->jsonDecode()->mapInstallmentInfo(new InstallmentInfo());
}
public function getInstallmentDetails()
{
return $this->installmentDetails;
}
public function setInstallmentDetails($installmentDetails)
{
$this->installmentDetails = $installmentDetails;
}
}