Sha256: ad41e47b70a830093e5909b4d0cf2c84d5ad056fa2dfa5d180ee44d1f98c119f

Contents?: true

Size: 447 Bytes

Versions: 107

Compression:

Stored size: 447 Bytes

Contents

module NetSuite
  module Records
    class ShipAddress
      include Support::Fields
      include Support::Records
      include Namespaces::PlatformCommon

      fields :ship_attention, :ship_addressee, :ship_phone, :ship_addr1, :ship_addr2,
        :ship_addr3, :ship_city, :ship_state, :ship_zip, :ship_country, :ship_is_residential

      def initialize(attrs = {})
        initialize_from_attributes_hash(attrs)
      end

    end
  end
end

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
netsuite-0.9.3 lib/netsuite/records/ship_address.rb
netsuite-0.9.2 lib/netsuite/records/ship_address.rb
netsuite-0.9.1 lib/netsuite/records/ship_address.rb
netsuite-0.9.0 lib/netsuite/records/ship_address.rb
netsuite-0.8.12 lib/netsuite/records/ship_address.rb
netsuite-0.8.11 lib/netsuite/records/ship_address.rb
netsuite-0.8.10 lib/netsuite/records/ship_address.rb
netsuite-0.8.9 lib/netsuite/records/ship_address.rb
netsuite-0.8.8 lib/netsuite/records/ship_address.rb
netsuite-0.8.7 lib/netsuite/records/ship_address.rb
netsuite-0.8.6 lib/netsuite/records/ship_address.rb
netsuite-0.8.5 lib/netsuite/records/ship_address.rb
netsuite-0.8.4 lib/netsuite/records/ship_address.rb
netsuite-0.8.3 lib/netsuite/records/ship_address.rb
netsuite-0.8.2 lib/netsuite/records/ship_address.rb
netsuite-0.8.1 lib/netsuite/records/ship_address.rb
netsuite-0.8.0 lib/netsuite/records/ship_address.rb
netsuite-0.7.9 lib/netsuite/records/ship_address.rb
netsuite-0.7.8 lib/netsuite/records/ship_address.rb
netsuite-0.7.7 lib/netsuite/records/ship_address.rb