/home/techb158/ileadtechnology.com/vendor/stripe/stripe-php/lib/FinancialConnections
NameSizeModeActions
Account.php43340644editdlrm
AccountOwner.php8140644editdlrm
AccountOwnership.php7100644editdlrm
Session.php14650644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/stripe/stripe-php/lib/FinancialConnections/Session.php (1465B)
$accounts The accounts that were collected as part of this Session. * @property string $client_secret A value that will be passed to the client to launch the authentication flow. * @property \Stripe\StripeObject $filters * @property bool $livemode Has the value true if the object exists in live mode or the value false if the object exists in test mode. * @property string[] $permissions Permissions requested for accounts collected during this session. * @property string $return_url For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. */ class Session extends \Stripe\ApiResource { const OBJECT_NAME = 'financial_connections.session'; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Retrieve; }