Sha256: b01e883b1d259360253b1dcb87c50256078cede7aebae971dfc6c9ab8aaecea9
Contents?: true
Size: 821 Bytes
Versions: 26
Compression:
Stored size: 821 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class TestHelpersService < StripeService attr_reader :confirmation_tokens, :customers, :issuing, :refunds, :terminal, :test_clocks, :treasury def initialize(requestor) super(requestor) @confirmation_tokens = Stripe::TestHelpers::ConfirmationTokenService.new(@requestor) @customers = Stripe::TestHelpers::CustomerService.new(@requestor) @issuing = Stripe::TestHelpers::IssuingService.new(@requestor) @refunds = Stripe::TestHelpers::RefundService.new(@requestor) @terminal = Stripe::TestHelpers::TerminalService.new(@requestor) @test_clocks = Stripe::TestHelpers::TestClockService.new(@requestor) @treasury = Stripe::TestHelpers::TreasuryService.new(@requestor) end end end
Version data entries
26 entries across 26 versions & 1 rubygems