SessionService
Class: No description found
Method: No description found
IdentityServiceFactory::getServiceClass Read More »
Method: 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.
SessionService::allLineItems Read More »
Method: A Session can be expired when it is in one of these statuses: open.
SessionService::expire Read More »
Class: The Report Type resource corresponds to a particular type of report, such as the "Activity summary" or "Itemized payouts" reports. These objects are identified by an ID belonging to a set of enumerated values. See API Access to Reports documentation for those Report Type IDs, along with required and optional parameters.
Method: Returns a list of configurations that describe the functionality of the customer portal.
ConfigurationService::all Read More »
Method: Creates a configuration that describes the functionality and behavior of a PortalSession.
ConfigurationService::create Read More »
Method: Retrieves a configuration that describes the functionality of the customer portal.
ConfigurationService::retrieve Read More »
Method: Updates a configuration that describes the functionality of the customer portal.
ConfigurationService::update Read More »
Class: Service factory class for API resources in the BillingPortal namespace.
BillingPortalServiceFactory Read More »
Method: No description found
BillingPortalServiceFactory::getServiceClass Read More »
Class: When an issued card is used to make a purchase, an Issuing Authorization object is created. Authorizations must be approved for the purchase to be completed successfully.
Method: Creates a session of the customer portal.
SessionService::create Read More »