module NetSuite module Records class RoleList < Support::Sublist include Namespaces::ListEmp sublist :roles, Roles # role list is undocumented and has pretty funky XML: # # # # Customer Service Rep # # # # # Customer Service Rep Mgr # # # end end end