PHP Class PayPal\CoreComponentTypes\MeasureType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство Type Description
$unit string
$value double

Méthodes publiques

Méthode Description
__construct ( $unit = null, $value = null ) Constructor with arguments

Method Details

__construct() public méthode

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

Property Details

$unit public_oe property

public string $unit
Résultat string

$value public_oe property

public double $value
Résultat double