Recurly_Coupon::__construct PHP Method

__construct() public method

public __construct ( $href = null, $client = null )
    function __construct($href = null, $client = null)
    {
        parent::__construct($href, $client);
        $this->discount_in_cents = new Recurly_CurrencyList('discount_in_cents');
    }