PHP Class PayPal\PayPalAPI\DoAuthorizationResponseType

Inheritance: extends PayPal\EBLBaseComponents\AbstractResponseType
Show file Open project: paypal/merchant-sdk-php Class Usage Examples

Public Properties

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

Property Details

$Amount public property

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

$AuthorizationInfo public property

public AuthorizationInfoType,PayPal\EBLBaseComponents $AuthorizationInfo
return PayPal\EBLBaseComponents\AuthorizationInfoType

$MsgSubID public property

Return msgsubid back to merchant
public string $MsgSubID
return string

$TransactionID public property

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