PHP Class PayPal\PayPalAPI\UpdateAuthorizationResponseType

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

Public Properties

Property Type Description
$AuthorizationInfo PayPal\EBLBaseComponents\AuthorizationInfoType
$TransactionID string An authorization identification number. Character length and limits: 19 single-byte characters

Property Details

$AuthorizationInfo public property

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

$TransactionID public property

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