PHP Class PayPal\EBLBaseComponents\ReverseTransactionResponseDetailsType

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

Public Properties

Property Type Description
$ReverseTransactionID string Unique transaction identifier of the reversal transaction created. Character length and limitations:17 single-byte characters
$Status string Status of reversal request. Required

Property Details

$ReverseTransactionID public property

Unique transaction identifier of the reversal transaction created. Character length and limitations:17 single-byte characters
public string $ReverseTransactionID
return string

$Status public property

Status of reversal request. Required
public string $Status
return string