public
\Bitrix\Sale\Order::getPaymentCollection();
Method returns collection of payments, associated with an order. Non-static method.
No parameters.
Example
{
if (empty($this->paymentCollection))
{
$this->paymentCollection = $this->loadPaymentCollection();
}
return $this->paymentCollection;
}