1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Add extends for class TariffListResponse and ShipmentPoinListResponse

This commit is contained in:
Ruslan Efanov 2021-06-09 09:38:19 +03:00
parent 962ff0b1da
commit 0e2867c9d9
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@
namespace RetailCrm\Api\Model\Callback\Response\Delivery;
use RetailCrm\Api\Component\Serializer\Annotation as JMS;
use RetailCrm\Api\Model\Response\SuccessResponse;
/**
* Class ShipmentPointListResponse
@ -17,7 +18,7 @@ use RetailCrm\Api\Component\Serializer\Annotation as JMS;
* @category ShipmentPointListResponse
* @package RetailCrm\Api\Model\Callback\Response\Delivery
*/
class ShipmentPointListResponse
class ShipmentPointListResponse extends SuccessResponse
{
/**
* @var \RetailCrm\Api\Model\Callback\Entity\Delivery\Terminal[]

View File

@ -10,6 +10,7 @@
namespace RetailCrm\Api\Model\Callback\Response\Delivery;
use RetailCrm\Api\Component\Serializer\Annotation as JMS;
use RetailCrm\Api\Model\Response\SuccessResponse;
/**
* Class TariffListResponse
@ -17,7 +18,7 @@ use RetailCrm\Api\Component\Serializer\Annotation as JMS;
* @category TariffListResponse
* @package RetailCrm\Api\Model\Callback\Response\Delivery
*/
class TariffListResponse
class TariffListResponse extends SuccessResponse
{
/**
* @var \RetailCrm\Api\Model\Callback\Entity\Delivery\Tariff[]