Sha256: 758dca9ff0b8cd837873032cdf9696dc1c28f7f61a14e74b42b529f2a59a8eba

Contents?: true

Size: 1.01 KB

Versions: 40

Compression:

Stored size: 1.01 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Resources
    class TaxDetail < Resource

      # @!attribute rate
      #   @return [Float] Provides the tax rate for the region.
      define_attribute :rate, Float

      # @!attribute region
      #   @return [String] Provides the tax region applied on an invoice. For Canadian Sales Tax, this will be either the 2 letter province code or country code.
      define_attribute :region, String

      # @!attribute tax
      #   @return [Float] The total tax applied for this tax type.
      define_attribute :tax, Float

      # @!attribute type
      #   @return [String] Provides the tax type for the region. For Canadian Sales Tax, this will be GST, HST, QST or PST.
      define_attribute :type, String
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
recurly-4.34.0 lib/recurly/resources/tax_detail.rb
recurly-3.26.0 lib/recurly/resources/tax_detail.rb
recurly-4.33.0 lib/recurly/resources/tax_detail.rb
recurly-4.32.0 lib/recurly/resources/tax_detail.rb
recurly-4.31.0 lib/recurly/resources/tax_detail.rb
recurly-4.30.0 lib/recurly/resources/tax_detail.rb
recurly-4.29.0 lib/recurly/resources/tax_detail.rb
recurly-3.25.0 lib/recurly/resources/tax_detail.rb
recurly-4.28.0 lib/recurly/resources/tax_detail.rb
recurly-4.27.0 lib/recurly/resources/tax_detail.rb
recurly-3.24.0 lib/recurly/resources/tax_detail.rb
recurly-3.23.0 lib/recurly/resources/tax_detail.rb
recurly-4.26.0 lib/recurly/resources/tax_detail.rb
recurly-4.25.0 lib/recurly/resources/tax_detail.rb
recurly-4.24.0 lib/recurly/resources/tax_detail.rb
recurly-4.23.0 lib/recurly/resources/tax_detail.rb
recurly-4.22.0 lib/recurly/resources/tax_detail.rb
recurly-3.22.0 lib/recurly/resources/tax_detail.rb
recurly-4.21.1 lib/recurly/resources/tax_detail.rb
recurly-4.21.0 lib/recurly/resources/tax_detail.rb