From cc38f21edda0e1672d1a60c16bf4df7d2a5fce06 Mon Sep 17 00:00:00 2001 From: Howell Manongsong <24601519+hmanongsong@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:35:55 -0500 Subject: [PATCH] Move klass from fields to record_refs --- lib/netsuite/records/customer_deposit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/netsuite/records/customer_deposit.rb b/lib/netsuite/records/customer_deposit.rb index 3489cd9b..188dbf6b 100644 --- a/lib/netsuite/records/customer_deposit.rb +++ b/lib/netsuite/records/customer_deposit.rb @@ -13,7 +13,7 @@ class CustomerDeposit actions :get, :get_list, :initialize, :add, :delete, :update, :upsert, :search fields :created_date, :last_modified_date, :status, :payment, :tran_date, :exchange_rate, :undep_funds, :memo, - :check_num, :klass, :currency_name, :is_recurring_payment, :tran_id, :auth_code, + :check_num, :currency_name, :is_recurring_payment, :tran_id, :auth_code, :cc_approved, :cc_avs_street_match, :cc_avs_zip_match, :cc_expire_date, :cc_is_purchase_card_bin, :cc_name, :cc_number, :cc_process_as_purchase_card, :cc_security_code, :cc_security_code_match, :cc_street, :cc_zip_code, :charge_it @@ -23,7 +23,7 @@ class CustomerDeposit record_refs :customer, :sales_order, :account, :department, :payment_method, :payment_option, :custom_form, :currency, - :posting_period, :subsidiary, :location, + :posting_period, :subsidiary, :location, :klass # only available in an advanced search result :deposit_transaction