public function transactions()
 {
     $json = '{"CustomerID":1000}';
     Request::requestWebservice($this->OBJ_TRANSACTIONS, $json, false);
 }