Sha256: cc3dbfee517c7d9bbcb17620e4244a9083a86387aaab26d5a95a3ebde3b674c8
Contents?: true
Size: 421 Bytes
Versions: 26
Compression:
Stored size: 421 Bytes
Contents
module NetSuite module Records class VendorCreditApply include Support::Fields include Support::Records include Namespaces::TranPurch fields :apply, :apply_date, :doc, :line, :type, :total, :due, :currency, :amount def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
26 entries across 26 versions & 1 rubygems