PayPal\Api\InstallmentOption::setDiscountPercentage PHP Method

setDiscountPercentage() public method

Discount percentage applied to the payment, if any
public setDiscountPercentage ( string $discount_percentage )
$discount_percentage string
    public function setDiscountPercentage($discount_percentage)
    {
        $this->discount_percentage = $discount_percentage;
        return $this;
    }