PHP 클래스 PayPal\EBLBaseComponents\DoCaptureResponseDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$AuthorizationID string The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum
$MsgSubID string Return msgsubid back to merchant
$PaymentInfo PaymentInfoType Information about the transaction

프로퍼티 상세

$AuthorizationID 공개적으로 프로퍼티

The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum
public string $AuthorizationID
리턴 string

$MsgSubID 공개적으로 프로퍼티

Return msgsubid back to merchant
public string $MsgSubID
리턴 string

$PaymentInfo 공개적으로 프로퍼티

Information about the transaction
public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
리턴 PaymentInfoType