mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-11 00:01:37 -05: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 Stripe
|
||||||
module Billing
|
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
|
class CreditBalanceSummary < SingletonAPIResource
|
||||||
OBJECT_NAME = "billing.credit_balance_summary"
|
OBJECT_NAME = "billing.credit_balance_summary"
|
||||||
def self.object_name
|
def self.object_name
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
module Billing
|
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
|
class CreditGrant < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user