mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04:00
8 lines
129 B
Ruby
8 lines
129 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class Balance < SingletonAPIResource
|
|
OBJECT_NAME = "balance".freeze
|
|
end
|
|
end
|