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
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/Balance.php
<?php namespace Stripe; /** * Class Balance * * @property string $object * @property array $available * @property array $connect_reserved * @property bool $livemode * @property array $pending * * @package Stripe */ class Balance extends SingletonApiResource { const OBJECT_NAME = "balance"; /** * @param array|string|null $opts * * @return Balance */ public static function retrieve($opts = null) { return self::_singletonRetrieve($opts); } }