PHP 클래스 PayPal\EBLBaseComponents\TupleType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$Key string Key Name.Optional
$Value string Value for the above key.Optional

공개 메소드들

메소드 설명
__construct ( $Key = null, $Value = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$Key 공개적으로 프로퍼티

Key Name.Optional
public string $Key
리턴 string

$Value 공개적으로 프로퍼티

Value for the above key.Optional
public string $Value
리턴 string