• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/payment.php
  • Класс: BitrixSalePayment
  • Вызов: Payment::isPaid
public function isPaid()
{
	return $this->getField('PAID') === 'Y';
}