Recurly_Coupon::__construct PHP 메소드

__construct() 공개 메소드

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');
    }