mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
19 lines
512 B
Ruby
19 lines
512 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Terminal
|
|
# A Location represents a grouping of readers.
|
|
#
|
|
# Related guide: [Fleet Management](https://stripe.com/docs/terminal/fleet/locations).
|
|
class Location < APIResource
|
|
extend Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Delete
|
|
extend Stripe::APIOperations::List
|
|
include Stripe::APIOperations::Save
|
|
|
|
OBJECT_NAME = "terminal.location"
|
|
end
|
|
end
|
|
end
|