2022-10-06 10:28:14 -07:00

15 lines
431 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
module BillingPortal
# A portal configuration describes the functionality and behavior of a portal session.
class Configuration < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save
OBJECT_NAME = 'billing_portal.configuration'
end
end
end