mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04:00
11 lines
200 B
Ruby
11 lines
200 B
Ruby
module Stripe
|
|
class BitcoinReceiver < APIResource
|
|
include Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::List
|
|
|
|
def self.url
|
|
"/v1/bitcoin/receivers"
|
|
end
|
|
end
|
|
end
|