PHP Class PayPal\PayPalAPI\RefundTransactionResponseType

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

Public Properties

Property Type Description
$FeeRefundAmount PayPal\CoreComponentTypes\BasicAmountType Transaction fee refunded to original recipient of payment
$GrossRefundAmount PayPal\CoreComponentTypes\BasicAmountType Amount of money refunded to original payer
$MsgSubID string Return msgsubid back to merchant
$NetRefundAmount PayPal\CoreComponentTypes\BasicAmountType Amount subtracted from PayPal balance of original recipient of payment to make this refund
$ReceiptData string Any general information like offer details that is reinstated or any other marketing data
$RefundInfo PayPal\EBLBaseComponents\RefundInfoType Contains Refund Payment status information.
$RefundTransactionID string Unique transaction ID of the refund. Character length and limitations:17 single-byte characters
$TotalRefundedAmount PayPal\CoreComponentTypes\BasicAmountType Total of all previous refunds

Property Details

$FeeRefundAmount public property

Transaction fee refunded to original recipient of payment
public BasicAmountType,PayPal\CoreComponentTypes $FeeRefundAmount
return PayPal\CoreComponentTypes\BasicAmountType

$GrossRefundAmount public property

Amount of money refunded to original payer
public BasicAmountType,PayPal\CoreComponentTypes $GrossRefundAmount
return PayPal\CoreComponentTypes\BasicAmountType

$MsgSubID public property

Return msgsubid back to merchant
public string $MsgSubID
return string

$NetRefundAmount public property

Amount subtracted from PayPal balance of original recipient of payment to make this refund
public BasicAmountType,PayPal\CoreComponentTypes $NetRefundAmount
return PayPal\CoreComponentTypes\BasicAmountType

$ReceiptData public property

Any general information like offer details that is reinstated or any other marketing data
public string $ReceiptData
return string

$RefundInfo public property

Contains Refund Payment status information.
public RefundInfoType,PayPal\EBLBaseComponents $RefundInfo
return PayPal\EBLBaseComponents\RefundInfoType

$RefundTransactionID public property

Unique transaction ID of the refund. Character length and limitations:17 single-byte characters
public string $RefundTransactionID
return string

$TotalRefundedAmount public property

Total of all previous refunds
public BasicAmountType,PayPal\CoreComponentTypes $TotalRefundedAmount
return PayPal\CoreComponentTypes\BasicAmountType