WC_Gateway_Paypal_Request::get_line_items
Return all line items.
Method of the class: WC_Gateway_Paypal_Request{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_line_items();
WC_Gateway_Paypal_Request::get_line_items() WC Gateway Paypal Request::get line items code WC 10.8.1
protected function get_line_items() {
return $this->line_items;
}