Add extends for class TariffListResponse and ShipmentPoinListResponse
This commit is contained in:
parent
962ff0b1da
commit
0e2867c9d9
@ -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[]
|
||||
|
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user