mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
10 lines
167 B
Ruby
10 lines
167 B
Ruby
module Stripe
|
|
class BalanceTransaction < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
def self.resource_url
|
|
'/v1/balance/history'
|
|
end
|
|
end
|
|
end
|