JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "SessionService.php"

Full Path: /var/www/laravel_filter/vendor/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php
File size: 604 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

// File generated from our OpenAPI spec

namespace Stripe\Service\BillingPortal;

class SessionService extends \Stripe\Service\AbstractService
{
    /**
     * Creates a session of the customer portal.
     *
     * @param null|array $params
     * @param null|array|\Stripe\Util\RequestOptions $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\BillingPortal\Session
     */
    public function create($params = null, $opts = null)
    {
        return $this->request('post', '/v1/billing_portal/sessions', $params, $opts);
    }
}