PHP 클래스 PayPal\EBLBaseComponents\AbstractRequestType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$DetailLevel string This specifies the required detail level that is needed by a client application pertaining to a particular data component (e.g., Item, Transaction, etc.). The detail level is specified in the DetailLevelCodeType which has all the enumerated values of the detail level for each component.
$ErrorLanguage string This should be the standard RFC 3066 language identification tag, e.g., en_US.
$Version string This refers to the version of the request payload schema.

프로퍼티 상세

$DetailLevel 공개적으로 프로퍼티

This specifies the required detail level that is needed by a client application pertaining to a particular data component (e.g., Item, Transaction, etc.). The detail level is specified in the DetailLevelCodeType which has all the enumerated values of the detail level for each component.
public string $DetailLevel
리턴 string

$ErrorLanguage 공개적으로 프로퍼티

This should be the standard RFC 3066 language identification tag, e.g., en_US.
public string $ErrorLanguage
리턴 string

$Version 공개적으로 프로퍼티

This refers to the version of the request payload schema.
public string $Version
리턴 string