assoconnect/absolute-percent-value-bundle

Installs: 17 240

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 2

Open Issues: 0

pkg:composer/assoconnect/absolute-percent-value-bundle

v2.0 2025-10-09 12:41 UTC

This package is auto-updated.

Last update: 2025-10-10 12:56:15 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%).