public property Payment::$line_items in Payment 7
An array with PaymentLineItem objects.
Type: PaymentLineItem[]
See also
File
- ./
payment.classes.inc, line 85 - The API and related functions for executing and managing payments.
Class
- Payment
- A single payment. Contains all payment-specific data.
Code
public $line_items = array();