From 800cb4fbdaa733cc2b9fa561b4800cace6c6ebdc Mon Sep 17 00:00:00 2001 From: Greggory Rothmeier Date: Thu, 19 Feb 2015 15:27:23 -0800 Subject: [PATCH] Add missing actions to payment methods https://system.na1.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteCloudCustomizationScriptingWebServices/SuiteTalkWebServices/PaymentMethod.html --- lib/netsuite/records/payment_method.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/netsuite/records/payment_method.rb b/lib/netsuite/records/payment_method.rb index 04f7bac1b..8ae8dd090 100644 --- a/lib/netsuite/records/payment_method.rb +++ b/lib/netsuite/records/payment_method.rb @@ -5,7 +5,8 @@ class PaymentMethod include Support::RecordRefs include Support::Actions - actions :get + actions :add, :delete, :get, :get_list, :search, :search_more_with_id, + :update, :upsert, :upsert_list fields :credit_card, :express_checkout_arrangement, :is_debit_card, :is_inactive, :is_online, :name, :pay_pal_email_address, :undep_funds, :use_express_checkout