LLMS_Order_Generator::get_coupon()

Retrieves the coupon object for the order.


Return Return

(LLMS_Coupon|null)


Top ↑

Source Source

File: includes/class-llms-order-generator.php

	public function get_coupon() {
		return $this->coupon;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.