PayPal\EBLBaseComponents\DiscountType::__construct PHP Метод

__construct() публичный Метод

Constructor with arguments
public __construct ( $Amount = null )
    public function __construct($Amount = null)
    {
        $this->Amount = $Amount;
    }
DiscountType