__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Razorpay\Api;
class Item extends Entity
{
public function create($attributes = array())
{
return parent::create($attributes);
}
public function fetch($id)
{
return parent::fetch($id);
}
public function edit($attributes = array())
{
$url = $this->getEntityUrl() . $this->id;
return $this->request('PATCH', $url, $attributes);
}
public function all($options = array())
{
return parent::all($options);
}
public function delete()
{
$url = $this->getEntityUrl() . $this->id;
return $this->request('DELETE', $url);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Errors | Folder | 0750 |
|
|
| Addon.php | File | 556 B | 0640 |
|
| Api.php | File | 1.61 KB | 0640 |
|
| ArrayableInterface.php | File | 177 B | 0640 |
|
| Card.php | File | 182 B | 0640 |
|
| Collection.php | File | 304 B | 0640 |
|
| Customer.php | File | 721 B | 0640 |
|
| Entity.php | File | 5.57 KB | 0640 |
|
| FundAccount.php | File | 522 B | 0640 |
|
| Invoice.php | File | 2.32 KB | 0640 |
|
| Item.php | File | 654 B | 0640 |
|
| Order.php | File | 916 B | 0640 |
|
| Payment.php | File | 4.18 KB | 0640 |
|
| PaymentLink.php | File | 1.74 KB | 0640 |
|
| PaymentPage.php | File | 582 B | 0640 |
|
| Plan.php | File | 341 B | 0640 |
|
| QrCode.php | File | 1.47 KB | 0640 |
|
| Refund.php | File | 752 B | 0640 |
|
| Request.php | File | 5.91 KB | 0640 |
|
| Resource.php | File | 1.18 KB | 0640 |
|
| Settlement.php | File | 1.96 KB | 0640 |
|
| Subscription.php | File | 2.19 KB | 0640 |
|
| Token.php | File | 677 B | 0640 |
|
| Transfer.php | File | 1.41 KB | 0640 |
|
| Utility.php | File | 2.63 KB | 0640 |
|
| VirtualAccount.php | File | 1.33 KB | 0640 |
|
| Webhook.php | File | 727 B | 0640 |
|