public property Payment::$statuses in Payment 7
The status log. Contains PaymentStatusItem objects ordered by datetime. Do not set directly, but use Payment::setStatus() instead.
Type: PaymentStatusItem[]
See also
File
- ./
payment.classes.inc, line 116 - The API and related functions for executing and managing payments.
Class
- Payment
- A single payment. Contains all payment-specific data.
Code
public $statuses = array();