/home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/BillingPortal
NameSizeModeActions
Session.php14280644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/BillingPortal/Session.php (1428B)
Self-serve * Portal. * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. * @property string $customer The ID of the customer for this session. * @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 $return_url The URL to which Stripe should send customers when they click on the link to return to your website. * @property string $url The short-lived URL of the session giving customers access to the self-serve portal. */ class Session extends \Stripe\ApiResource { const OBJECT_NAME = 'billing_portal.session'; use \Stripe\ApiOperations\Create; }