PHP Class PayPal\EBLBaseComponents\AbstractResponseType

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

Public Properties

Property Type Description
$Ack string Application level acknowledgement code.
$Build string This refers to the specific software build that was used in the deployment for processing the request and generating the response.
$CorrelationID string CorrelationID may be used optionally with an application level acknowledgement.
$Errors PayPal\EBLBaseComponents\ErrorType
$Timestamp This value represents the date and time (GMT) when the response was generated by a service provider (as a result of processing of a request).
$Version string This refers to the version of the response payload schema.

Property Details

$Ack public property

Application level acknowledgement code.
public string $Ack
return string

$Build public property

This refers to the specific software build that was used in the deployment for processing the request and generating the response.
public string $Build
return string

$CorrelationID public property

CorrelationID may be used optionally with an application level acknowledgement.
public string $CorrelationID
return string

$Errors public property

public ErrorType,PayPal\EBLBaseComponents $Errors
return PayPal\EBLBaseComponents\ErrorType

$Timestamp public property

This value represents the date and time (GMT) when the response was generated by a service provider (as a result of processing of a request).
public $Timestamp

$Version public property

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