PHP Class PayPal\EBLBaseComponents\RefundInfoType

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

Public Properties

Property Type Description
$PendingReason string Tells us the reason when refund payment status is Delayed.
$RefundStatus string Refund status whether it is Instant or Delayed.

Property Details

$PendingReason public property

Tells us the reason when refund payment status is Delayed.
public string $PendingReason
return string

$RefundStatus public property

Refund status whether it is Instant or Delayed.
public string $RefundStatus
return string