Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
stripe
/
stripe-php
/
lib
/
Radar
/
//srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/Radar/ValueListItem.php
<?php namespace Stripe\Radar; /** * Class ValueListItem * * @property string $id * @property string $object * @property int $created * @property string $created_by * @property string $list * @property bool $livemode * @property string $value * * @package Stripe\Radar */ class ValueListItem extends \Stripe\ApiResource { const OBJECT_NAME = "radar.value_list_item"; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Delete; use \Stripe\ApiOperations\Retrieve; }