/** * Create a new instance of the Capture notification sample * * @param OffAmazonPaymentsNotifications_Model_CaptureNotification $notification notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_CaptureNotification $notification) { parent::__construct($notification); }
/** * Create a new instance of the billing agreement notification sample * * @param OffAmazonPaymentsNotifications_Model_BillingAgreementNotification $notification notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_BillingAgreementNotification $notification) { parent::__construct($notification); }
/** * Create a new instance of the Authorization notification sample * * @param OffAmazonPaymentsNotifications_Model_AuthorizationNotification $notification notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_AuthorizationNotification $notification) { parent::__construct($notification); }
/** * Create a new instance of the ProviderCredit notification sample * * @param OffAmazonPaymentsNotifications_Model_ProviderCreditNotification $notification * notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_ProviderCreditNotification $notification) { parent::__construct($notification); }
/** * Create a new instance of the SolutionProviderMerchant notification sample * * @param OffAmazonPaymentsNotifications_Model_SolutionProviderMerchantNotification $notification * notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_SolutionProviderMerchantNotification $notification) { parent::__construct($notification); }
/** * Create a new instance of the Order reference notification sample * * @param OffAmazonPaymentsNotifications_Model_OrderReferenceNotification $notification notification * * @return void */ public function __construct(OffAmazonPaymentsNotifications_Model_OrderReferenceNotification $notification) { parent::__construct($notification); }