Iyzipay\Model\Mapper\InstallmentInfoMapper::mapInstallmentInfo PHP Method

mapInstallmentInfo() public method

public mapInstallmentInfo ( InstallmentInfo $installment )
$installment Iyzipay\Model\InstallmentInfo
    public function mapInstallmentInfo(InstallmentInfo $installment)
    {
        return $this->mapInstallmentInfoFrom($installment, $this->jsonObject);
    }