• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/order.php
  • Класс: BitrixSaleOrder
  • Вызов: Order::getPaymentCollection
public function getPaymentCollection()
{
	if (empty($this->paymentCollection))
	{
		$this->paymentCollection = $this->loadPaymentCollection();
	}

	return $this->paymentCollection;
}