assoconnect/absolute-percent-value-bundle

v1.2.0 2024-01-25 10:00 UTC

This package is auto-updated.

Last update: 2024-03-25 10:17:00 UTC


README

Build Status Quality Gate Status

Installation

composer require assoconnect/absolute-percent-value-bundle

To know

An AbsolutePercentValue can be used to represent either an absolute value or a percent.

It has two attributes:

  • A type which can be either 'PERCENT' or 'ABSOLUTE'
  • A value which is a string numeric positive

If the type of the AbsolutePercentValue is 'Percent', then its value must be less than 10000 (100%).