Sha256: 0b1db05dca1b2c5327ad730c99626651519d1d7b61bc811beef4b91ada8f110e
Contents?: true
Size: 340 Bytes
Versions: 7
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true module Stripe module Terminal class Location < Stripe::APIResource extend Stripe::APIOperations::Create include Stripe::APIOperations::Delete extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "terminal.location".freeze end end end
Version data entries
7 entries across 7 versions & 1 rubygems