Sha256: 7c714ccf3c8f6ced40858f4eb84aeb0a3818997cefd9f06db6f61302d6114ed0

Contents?: true

Size: 391 Bytes

Versions: 3

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

require 'mws/orders/entity'

module MWS
  module Orders
    # https://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_Datatypes.html#TaxCollection
    class TaxCollection < Entity
      attribute :model do
        string('Model')
      end

      attribute(:responsible_party) do
        string('ResponsibleParty')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mws-orders-0.6.1 lib/mws/orders/tax_collection.rb
mws-orders-0.5.1 lib/mws/orders/tax_collection.rb
mws-orders-0.5.0 lib/mws/orders/tax_collection.rb