PHP Class PayPal\EBLBaseComponents\AbstractRequestType

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

Public Properties

Property Type Description
$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.

Property Details

$DetailLevel public property

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
return string

$ErrorLanguage public property

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

$Version public property

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