PHP Class PayPal\CoreComponentTypes\MeasureType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$unit string
$value double

Public Methods

Method Description
__construct ( $unit = null, $value = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $unit = null, $value = null )

Property Details

$unit public property

public string $unit
return string

$value public property

public double $value
return double