Sha256: e7e3ca1e5f057bcf2caaf85ba48dc58c2b464350221a71df99706c4fdde191ce

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

module NetSuite
  module Records
    class ShipAddress
      include FieldSupport

      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

3 entries across 3 versions & 1 rubygems

Version Path
netsuite-0.0.10 lib/netsuite/records/ship_address.rb
netsuite-0.0.9 lib/netsuite/records/ship_address.rb
netsuite-0.0.8 lib/netsuite/records/ship_address.rb