PHP Class PayPal\EBLBaseComponents\DoCaptureResponseDetailsType

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

Public Properties

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

Property Details

$AuthorizationID public property

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

$MsgSubID public property

Return msgsubid back to merchant
public string $MsgSubID
return string

$PaymentInfo public property

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