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

Extend of TariffListResponse and ShipmentPointListResponse

This commit is contained in:
Alex Lushpai 2021-06-11 11:22:28 +03:00 committed by GitHub
commit 7040640b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

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