Documentation

getPaymentCollection

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;
}




© «Bitrix24», 2001-2024
Up