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