• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/internals/analytics/orderproviders/order.php
  • Класс: BitrixSaleDeliveryInternalsAnalyticsOrderProvidersOrder
  • Вызов: Order::jsonSerialize
public function jsonSerialize()
{
	return [
		'id' => $this->id,
		'is_successful' => $this->isSuccessful,
		'status' => $this->status,
		'created_at' => $this->createdAt,
		'amount' => $this->amount,
		'currency' => $this->currency,
	];
}