Sha256: 1a197f8be80ecd45a3e71fce3e2f6ca1ab0405b1c0462a344f3145f3234562d9
Contents?: true
Size: 403 Bytes
Versions: 12
Compression:
Stored size: 403 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
12 entries across 12 versions & 1 rubygems