Sha256: 76933922e54b3de6a836927c330514a606123bd9c5a6dd72d24b2e9f76723506
Contents?: true
Size: 687 Bytes
Versions: 6
Compression:
Stored size: 687 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class TaxService < StripeService attr_reader :associations, :calculations, :forms, :registrations, :settings, :transactions def initialize(requestor) super(requestor) @associations = Stripe::Tax::AssociationService.new(@requestor) @calculations = Stripe::Tax::CalculationService.new(@requestor) @forms = Stripe::Tax::FormService.new(@requestor) @registrations = Stripe::Tax::RegistrationService.new(@requestor) @settings = Stripe::Tax::SettingsService.new(@requestor) @transactions = Stripe::Tax::TransactionService.new(@requestor) end end end
Version data entries
6 entries across 6 versions & 1 rubygems