mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
11 lines
203 B
Ruby
11 lines
203 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class ExchangeRate < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "exchange_rate"
|
|
end
|
|
end
|