diff --git a/src/Model/Entity/Integration/Delivery/ShipmentPoint.php b/src/Model/Entity/Integration/Delivery/ShipmentPoint.php index 0ce9a6e..6d7349f 100644 --- a/src/Model/Entity/Integration/Delivery/ShipmentPoint.php +++ b/src/Model/Entity/Integration/Delivery/ShipmentPoint.php @@ -28,9 +28,9 @@ class ShipmentPoint public $code; /** - * @var int + * @var string * - * @JMS\Type("int") + * @JMS\Type("string") * @JMS\SerializedName("shipmentPointId") */ public $shipmentPointId;