mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-30 00:03:01 -04:00
Update generated code for v1289
This commit is contained in:
parent
164c41f4c2
commit
b0baf7dcf5
@ -1 +1 @@
|
||||
v1288
|
||||
v1289
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user