Overview

Namespaces

  • mcfedr
    • Paypal
      • Exceptions
      • Notifications
      • Products
  • PHP

Classes

  • AdaptivePaymentNotification
  • CartChangeNotification
  • CartNotification
  • MasspayNotification
  • MasspayNotifications
  • Notification
  • PaymentNotification
  • SubscriptionNotification
  • Overview
  • Namespace
  • Class
  • Tree

Class PaymentNotification

Describes a notification

mcfedr\Paypal\Notifications\Notification
Extended by mcfedr\Paypal\Notifications\PaymentNotification

Direct known subclasses

mcfedr\Paypal\Notifications\AdaptivePaymentNotification, mcfedr\Paypal\Notifications\CartNotification, mcfedr\Paypal\Notifications\SubscriptionNotification

Indirect known subclasses

mcfedr\Paypal\Notifications\CartChangeNotification
Abstract
Namespace: mcfedr\Paypal\Notifications
Located at mcfedr/Paypal/Notifications/PaymentNotification.php
Methods summary
public
# __construct( mixed $vars )

Overrides

mcfedr\Paypal\Notifications\Notification::__construct()
Methods inherited from mcfedr\Paypal\Notifications\Notification
isBusinessCorrect(), isCurrencyCorrect(), isOK()
Constants inherited from mcfedr\Paypal\Notifications\Notification
ADAPTIVE, CART, MASSPAY, MASSPAYS, REFUND, SUBSCRIPTION, TXT_ADAPTIVE_ADJUSTMENT, TXT_ADAPTIVE_CREATE, TXT_CART, TXT_MASSPAY, TXT_SUBSCRIPTION_CANCEL, TXT_SUBSCRIPTION_EXPIRE, TXT_SUBSCRIPTION_FAILED, TXT_SUBSCRIPTION_MODIFY, TXT_SUBSCRIPTION_PAYMENT, TXT_SUBSCRIPTION_START, TXT_WEB_ACCEPT
Properties summary
public mcfedr\Paypal\Buyer $buyer
#

Info about buyer

Info about buyer

public string $note
#

Note left by buyer (if you allowed him to leave it)

Note left by buyer (if you allowed him to leave it)

public string $pendingReason
#

If $status == 'Pending' this is why

If $status == 'Pending' this is why

Properties inherited from mcfedr\Paypal\Notifications\Notification
$amount, $business, $currency, $custom, $date, $fee, $invoiceId, $parentTransactionId, $resent, $sandbox, $status, $total, $transactionId, $transactionType, $type
Paypal API documentation generated by ApiGen 2.8.0