Sha256: cc19b64e3aaefce0b927925fcefe4239d3ac779647d1bd877b02e294b3cc1a77
Contents?: true
Size: 401 Bytes
Versions: 10
Compression:
Stored size: 401 Bytes
Contents
module NetSuite module Records class CustomerPaymentCredit include Support::Fields include Support::Records include Namespaces::TranCust fields :amount, :applied_to, :apply, :credit_date, :currency, :doc, :due, :line, :ref_num, :total, :type def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems