mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-16 00:02:00 -04:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
module Stripe
|
|
class Balance < SingletonAPIResource
|
|
OBJECT_NAME = "balance".freeze
|
|
end
|
|
end
|