/
home
/
techb158
/
immovalet.ca
/
report
/
Client
/
stripe-php
/
lib
/
Checkout
/
/home/techb158/immovalet.ca/report/Client/stripe-php/lib/Checkout
mkdir
upload
Name
Size
Mode
Actions
Session.php
685
0666
edit
dl
rm
Edit:
/home/techb158/immovalet.ca/report/Client/stripe-php/lib/Checkout/Session.php
(685B)
<?php namespace Stripe\Checkout; /** * Class Session * * @property string $id * @property string $object * @property string $cancel_url * @property string $client_reference_id * @property string $customer * @property string $customer_email * @property mixed $display_items * @property bool $livemode * @property string $payment_intent * @property string[] $payment_method_types * @property string $subscription * @property string $success_url * * @package Stripe */ class Session extends \Stripe\ApiResource { const OBJECT_NAME = "checkout.session"; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Retrieve; }
Save