Sha256: 99018544fc88bc8d31f4da564fbbaf0836a593c84c3806592580a9d1e756ab14
Contents?: true
Size: 1.03 KB
Versions: 68
Compression:
Stored size: 1.03 KB
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module BillingPortal # The Billing customer portal is a Stripe-hosted UI for subscription and # billing management. # # A portal configuration describes the functionality and features that you # want to provide to your customers through the portal. # # A portal session describes the instantiation of the customer portal for # a particular customer. By visiting the session's URL, the customer # can manage their subscriptions and billing details. For security reasons, # sessions are short-lived and will expire if the customer does not visit the URL. # Create sessions on-demand when customers intend to manage their subscriptions # and billing details. # # Learn more in the [integration guide](https://stripe.com/docs/billing/subscriptions/integrating-customer-portal). class Session < APIResource extend Stripe::APIOperations::Create OBJECT_NAME = "billing_portal.session" end end end
Version data entries
68 entries across 68 versions & 1 rubygems