Sha256: ab826502173e50fa2e9874ca70e110728c7cea0c7f8d3f82332c448c900f693f

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 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#BuyerCustomizedInfo
    class BuyerCustomizedInfo < Entity
      attribute :customized_url do
        string('CustomizedURL')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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