<?php

declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;

class MeasurementUnitGeneric
{
    /**
     * The generic unit.
     */
    public const UNIT = 'UNIT';
}