PHP 클래스 PayPal\EBLBaseComponents\AbstractResponseType

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

공개 프로퍼티들

프로퍼티 타입 설명
$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.

프로퍼티 상세

$Ack 공개적으로 프로퍼티

Application level acknowledgement code.
public string $Ack
리턴 string

$Build 공개적으로 프로퍼티

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

$CorrelationID 공개적으로 프로퍼티

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

$Errors 공개적으로 프로퍼티

public ErrorType,PayPal\EBLBaseComponents $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).
public $Timestamp

$Version 공개적으로 프로퍼티

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