PHP 클래스 PayPal\PayPalAPI\DoAuthorizationResponseType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType The amount and currency you specified in the request.
$AuthorizationInfo PayPal\EBLBaseComponents\AuthorizationInfoType
$MsgSubID string Return msgsubid back to merchant
$TransactionID string An authorization identification number. Character length and limits: 19 single-byte characters

프로퍼티 상세

$Amount 공개적으로 프로퍼티

The amount and currency you specified in the request.
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$AuthorizationInfo 공개적으로 프로퍼티

public AuthorizationInfoType,PayPal\EBLBaseComponents $AuthorizationInfo
리턴 PayPal\EBLBaseComponents\AuthorizationInfoType

$MsgSubID 공개적으로 프로퍼티

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

$TransactionID 공개적으로 프로퍼티

An authorization identification number. Character length and limits: 19 single-byte characters
public string $TransactionID
리턴 string