Sha256: a4bd292c2065f1f68c80acba96e29a2c0a2cb7b328da3f402e37022a4ea9edfd

Contents?: true

Size: 296 Bytes

Versions: 22

Compression:

Stored size: 296 Bytes

Contents

# frozen_string_literal: true

module Stripe
  module Terminal
    class Location < Stripe::APIResource
      extend Stripe::APIOperations::Create
      extend Stripe::APIOperations::List
      include Stripe::APIOperations::Save

      OBJECT_NAME = "terminal.location".freeze
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
stripe-3.29.0 lib/stripe/terminal/location.rb
stripe-3.28.0 lib/stripe/terminal/location.rb