Sha256: 4e042ed6ba14588c251785b98e312721ec0a069ec23c13b14bf55a274f554d6c
Contents?: true
Size: 512 Bytes
Versions: 26
Compression:
Stored size: 512 Bytes
Contents
# 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
Version data entries
26 entries across 26 versions & 1 rubygems