mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-16 00:02:00 -04:00
10 lines
206 B
Ruby
10 lines
206 B
Ruby
module Stripe
|
|
class Topup < APIResource
|
|
extend Stripe::APIOperations::List
|
|
extend Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Save
|
|
|
|
OBJECT_NAME = "topup".freeze
|
|
end
|
|
end
|