📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
iyzipay
/
src
/
Iyzipay
/
Model
📝
BankTransfer.php
← Geri Dön
<?php namespace Iyzipay\Model; class BankTransfer { private $subMerchantKey; private $iban; private $contactName; private $contactSurname; private $legalCompanyTitle; private $marketplaceSubMerchantType; public function getSubMerchantKey() { return $this->subMerchantKey; } public function setSubMerchantKey($subMerchantKey) { $this->subMerchantKey = $subMerchantKey; } public function getIban() { return $this->iban; } public function setIban($iban) { $this->iban = $iban; } public function getContactName() { return $this->contactName; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactSurname() { return $this->contactSurname; } public function setContactSurname($contactSurname) { $this->contactSurname = $contactSurname; } public function getLegalCompanyTitle() { return $this->legalCompanyTitle; } public function setLegalCompanyTitle($legalCompanyTitle) { $this->legalCompanyTitle = $legalCompanyTitle; } public function getMarketplaceSubMerchantType() { return $this->marketplaceSubMerchantType; } public function setMarketplaceSubMerchantType($marketplaceSubMerchantType) { $this->marketplaceSubMerchantType = $marketplaceSubMerchantType; } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula