PHP Class PayPal\EBLBaseComponents\PaymentRequestInfoType

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

Public Properties

Property Type Description
$PaymentError PayPal\EBLBaseComponents\ErrorType Contains the error details.
$PaymentRequestID string Contains the bucket id.
$TransactionId string Contains the transaction id of the bucket.

Property Details

$PaymentError public property

Contains the error details.
public ErrorType,PayPal\EBLBaseComponents $PaymentError
return PayPal\EBLBaseComponents\ErrorType

$PaymentRequestID public property

Contains the bucket id.
public string $PaymentRequestID
return string

$TransactionId public property

Contains the transaction id of the bucket.
public string $TransactionId
return string