Sha256: 000dd0fc7d1d6381b82f92f7fead2dda16f6db584cb4836b97c1a0048922512a
Contents?: true
Size: 657 Bytes
Versions: 17
Compression:
Stored size: 657 Bytes
Contents
module NetSuite module Records class VendorReturnAuthorizationItem include Support::Fields include Support::RecordRefs include Support::Records include Namespaces::TranPurch fields :amortization_end_date, :amortization_residual, :amount, :bin_numbers, :description, :gross_amt, :is_billable, :is_closed, :is_drop_shipment, :line, :order_line, :quantity, :rate, :vendor_name field :inventory_detail, InventoryDetail record_refs :item, :location, :tax_code, :units, :customer def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems