whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/CatalogCustomAttributeDefinitionType.php
<?php declare(strict_types=1); namespace Square\Models; /** * Defines the possible types for a custom attribute. */ class CatalogCustomAttributeDefinitionType { /** * A free-form string containing up to 255 characters. */ public const STRING = 'STRING'; /** * A `true` or `false` value. */ public const BOOLEAN = 'BOOLEAN'; /** * A decimal string representation of a number. Can support up to 5 digits after the decimal point. */ public const NUMBER = 'NUMBER'; /** * One or more choices from `allowed_selections`. */ public const SELECTION = 'SELECTION'; }
Copyright ©2021 || Defacer Indonesia