Iyzipay\Model\Mapper\InstallmentInfoMapper::mapInstallmentInfo PHP Метод

mapInstallmentInfo() публичный Метод

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