Browse: Home / Classes /

SessionService

SessionService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/Checkout/SessionService.php



Methods #

  • all — Returns a list of Checkout Sessions.
  • allLineItems — When retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
  • create — Creates a Session object.
  • expire — A Session can be expired when it is in one of these statuses: open.
  • retrieve — Retrieves a Session object.