Sha256: 8fbfd798582484c062a9b6c611546c0b44db4be300f972ed40ca2cec0e400422
Contents?: true
Size: 541 Bytes
Versions: 27
Compression:
Stored size: 541 Bytes
Contents
module NetSuite module Records class GiftCertRedemption include Support::Fields include Support::RecordRefs include Support::Records include Support::Actions include Namespaces::TranSales actions :get, :get_list, :add, :initialize, :delete, :update, :upsert, :search fields :auth_code_amt_remaining, :auth_code_applied, :gift_cert_available record_refs :auth_code def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems