I am trying to retrieve the list of Amortization Schedules from NetSuite using the SuiteTalk SOAP web services. The list is accessible in NetSuite UI by going to List -> Accounting -> Amortization Schedules. I am using the php library https://github.com/netsuitephp/netsuite-php.
It seems like retrieving this list is not possible using the SOAP web services. I can't find any classes for searching this record in the php library, and in NetSuite schema browser (https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2022_1/schema/record/account.html) there is no entry for Amortization Schedule.
I was wondering is my understanding correct that this list is not supported by SuiteTalk SOAP API? Appreciate your help.
I searched through the php library classes and can't find any related classes for Amortization Schedule search.