Sha256: 7dfbd7815935f619405b65aaa7ca9eb145a5cb20c5dca387f110e310619ffa9b
Contents?: true
Size: 683 Bytes
Versions: 14
Compression:
Stored size: 683 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class TerminalService < StripeService attr_reader :configurations, :connection_tokens, :locations, :readers, :reader_collected_data def initialize(requestor) super(requestor) @configurations = Stripe::Terminal::ConfigurationService.new(@requestor) @connection_tokens = Stripe::Terminal::ConnectionTokenService.new(@requestor) @locations = Stripe::Terminal::LocationService.new(@requestor) @readers = Stripe::Terminal::ReaderService.new(@requestor) @reader_collected_data = Stripe::Terminal::ReaderCollectedDataService.new(@requestor) end end end
Version data entries
14 entries across 14 versions & 1 rubygems