Overview

Namespaces

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

Classes

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

Class CartNotification

Describes a notification

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

Direct known subclasses

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

Overrides

mcfedr\Paypal\Notifications\PaymentNotification::__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 float $shipping
#

Amount paid for shipping

Amount paid for shipping

public float $handling
#

Amount paid for handling

Amount paid for handling

public array $products
#

The products purchased in this transaction Can be used to check the right amounts where paid and the cart is what you expected

The products purchased in this transaction Can be used to check the right amounts where paid and the cart is what you expected

Properties inherited from mcfedr\Paypal\Notifications\PaymentNotification
$buyer, $note, $pendingReason
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