PayPal\EBLBaseComponents\TupleType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $Key = null, $Value = null )
    public function __construct($Key = null, $Value = null)
    {
        $this->Key = $Key;
        $this->Value = $Value;
    }
TupleType