PHP Class PayPal\EBLBaseComponents\TupleType

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

Public Properties

Property Type Description
$Key string Key Name.Optional
$Value string Value for the above key.Optional

Public Methods

Method Description
__construct ( $Key = null, $Value = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $Key = null, $Value = null )

Property Details

$Key public property

Key Name.Optional
public string $Key
return string

$Value public property

Value for the above key.Optional
public string $Value
return string