Sha256: 3964de3c094970a27d9275b1427816c8a5254bda0b11ce4e1f8a4aee280e1614
Contents?: true
Size: 404 Bytes
Versions: 38
Compression:
Stored size: 404 Bytes
Contents
module NetSuite module Records class CustomerPaymentApply include Support::Fields include Support::Records include Namespaces::TranCust fields :amount, :apply, :apply_date, :currency, :disc, :disc_amt, :disc_date, :doc, :due, :job, :line, :ref_num, :total, :type def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
38 entries across 38 versions & 1 rubygems