Sha256: b4742ab920b3e3ccdfe2082fb8c99e48d082d485f0efe00ceadc7d2da140eec7

Contents?: true

Size: 191 Bytes

Versions: 107

Compression:

Stored size: 191 Bytes

Contents

require 'bigdecimal'

module Recurly
  class TaxDetail < Resource
    define_attribute_methods %w(
      name
      type
      tax_rate
      tax_in_cents
    )

    embedded! true
  end
end

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
recurly-2.3.6 lib/recurly/tax_detail.rb
recurly-2.3.5 lib/recurly/tax_detail.rb
recurly-2.3.4 lib/recurly/tax_detail.rb
recurly-2.3.3 lib/recurly/tax_detail.rb
recurly-2.3.2 lib/recurly/tax_detail.rb
recurly-2.3.1 lib/recurly/tax_detail.rb
recurly-2.3.0 lib/recurly/tax_detail.rb