namespace BBWY.Server.Model.Dto
{
    public class AutoCalculationCostRequest
    {
        public string OrderId { get; set; }

        public bool IsSetStorageType { get; set; }

        public Enums.StorageType StorageType { get; set; }

    }
}