mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
module Stripe
|
|
class Balance < SingletonAPIResource
|
|
OBJECT_NAME = "balance".freeze
|
|
end
|
|
end
|