Update generated code for v1289

This commit is contained in:
Stripe OpenAPI 2024-10-11 00:35:23 +00:00
parent 164c41f4c2
commit b0baf7dcf5
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v1288
v1289

View File

@ -3,7 +3,7 @@
module Stripe
module Billing
# Indicates the credit balance for credits granted to a customer.
# Indicates the billing credit balance for billing credits granted to a customer.
class CreditBalanceSummary < SingletonAPIResource
OBJECT_NAME = "billing.credit_balance_summary"
def self.object_name

View File

@ -3,7 +3,7 @@
module Stripe
module Billing
# A credit grant is a resource that records a grant of some credit to a customer.
# A credit grant is a resource that records a grant of billing credits to a customer.
class CreditGrant < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List