PayPal\CoreComponentTypes\MeasureType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $unit = null, $value = null )
    public function __construct($unit = null, $value = null)
    {
        $this->unit = $unit;
        $this->value = $value;
    }
MeasureType