<?php
/**
 * Copyright © 2018 EaDesign by Eco Active S.R.L. All rights reserved.
 * See LICENSE for license details.
 */

namespace Eadesigndev\Urgent\Api\Data;

interface ShipmentDataInterface
{
    public function getAwbData();

    public function setAwbData($shipmentId, $orderId, $carrierType);

}
