diff --git "a/datasets/olds/chameleon_shop_dataset20230605-2009.csv.bak" "b/datasets/olds/chameleon_shop_dataset20230605-2009.csv.bak" deleted file mode 100644--- "a/datasets/olds/chameleon_shop_dataset20230605-2009.csv.bak" +++ /dev/null @@ -1,15329 +0,0 @@ -classname,method_name,description,method_code,explanation -maps,convertLocalToOrderAddress,* util class maps amazon data to local representations.,convertLocalToOrderAddress,test -maps,convertAddressFromAmazonToLocal,"* @param int $targetAddressType - one of ORDER_ADDRESS_TYPE_* - * @param array $localAddress - * - * @return array",convertAddressFromAmazonToLocal,test -maps,convertAddressFromAmazonObjectToLocal,"* @param array $address - * @param int $targetAddressType - * - * @return array - * - * @throws InvalidArgumentException",convertAddressFromAmazonObjectToLocal,test -maps,getCountryIdFromAmazonCountryCode,"* code from amazon to convert address lines to company postbox and street - * for countries AT nad DE only. - * - * @param array $localAddressData - * @param array $address - * - * @return array",getCountryIdFromAmazonCountryCode,test -AmazonOrderReferenceObject,__construct,* Class AmazonOrderReference.,__construct,test -AmazonOrderReferenceObject,setOrderReferenceOrderValue,* @var AmazonPaymentGroupConfig,setOrderReferenceOrderValue,test -AmazonOrderReferenceObject,setOrderReferenceDetails,* @var string,setOrderReferenceDetails,test -AmazonOrderReferenceObject,confirmOrderReference,* @var AmazonDataConverter|null,confirmOrderReference,test -AmazonOrderReferenceObject,authorize,* @var LoggerInterface|null,authorize,test -AmazonOrderReferenceObject,authorizeAndCapture,* {@inheritdoc},authorizeAndCapture,test -AmazonOrderReferenceObject,captureExistingAuthorization,"* @param float $orderValue - * - * @return \OffAmazonPaymentsService_Model_OrderReferenceDetails|null - * - * @throws TPkgCmsException_LogAndMessage",captureExistingAuthorization,test -AmazonOrderReferenceObject,refund,@var \OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult $result,refund,test -AmazonOrderReferenceObject,getOrderReferenceDetails,@var \OffAmazonPaymentsService_Model_OrderReferenceDetails $orderReferenceDetails,getOrderReferenceDetails,test -AmazonOrderReferenceObject,getAuthorizationDetails,* {@inheritdoc},getAuthorizationDetails,test -AmazonOrderReferenceObject,getCaptureDetails,@var \OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult $result,getCaptureDetails,test -AmazonOrderReferenceObject,getRefundDetails,@var \OffAmazonPaymentsService_Model_OrderReferenceDetails $orderReferenceDetails,getRefundDetails,test -AmazonOrderReferenceObject,cancelOrderReference,* {@inheritdoc},cancelOrderReference,test -AmazonOrderReferenceObject,closeOrderReference,* {@inheritdoc},closeOrderReference,test -AmazonOrderReferenceObject,closeAuthorization,* {@inheritdoc},closeAuthorization,test -AmazonOrderReferenceObject,findBestCaptureMatchForRefund,* {@inheritdoc},findBestCaptureMatchForRefund,test -AmazonPayment,__construct,* auth mode.,__construct,test -AmazonPayment,updateWithSelectedShippingAddress,* @var AmazonPaymentGroupConfig,updateWithSelectedShippingAddress,test -AmazonPayment,captureOrder,* @var AmazonDataConverter,captureOrder,test -AmazonPayment,captureShipment,* @var Connection,captureShipment,test -AmazonPayment,refund,"* @param \IPkgShopOrderPaymentConfig $config - * - * @throws \InvalidArgumentException",refund,test -AmazonPayment,cancelOrder,"* @param \TShopBasket $basket - * @param \TdbDataExtranetUser $user The user whose shipping and billing address is to be set. Note that the user object will be changed in memory, but not persistent. - * - * @throws \TPkgCmsException_LogAndMessage",cancelOrder,test -AmazonPayment,setConverter,@var \OffAmazonPaymentsService_Model_Destination $destination,setConverter,test -AmazonPayment,setDb,@var \OffAmazonPaymentsService_Model_Address $physicalDestination,setDb,test -AmazonPayment,getDb,"* if capture on shipping is active, then it will - * * auth + capture all downloads plus create a transaction for this value - * * auth remaining value - * if capture on shipping is disabled, then it will - * * auth + capture the order value + create a matching transaction. - * - * the order object is marked as canceled whenever there is an error and NO payment has been executed (no auth and no capture) - * if there is an error after a successful auth or capture, then an exception will be thrown but the order is NOT marked as canceled - * so make sure to use this to decided what to show the user (the user should see the thank you page, with the error message plus the shop - * owner should be notified) - * - * note that auth+capture is always called first. so if that fails, then the order is canceled as well (since there are no open auth after on the order) - * - * should the amazon order object have benn confirmed and then we get an exception, then we will try to cancel the order object as well - * - * {@inheritdoc}",getDb,test -AmazonPaymentConfigFactory,__construct,* @var LoggerInterface,__construct,test -AmazonPaymentConfigFactory,getConfig,* @var ShopPaymentConfigLoaderInterface,getConfig,test -AmazonPaymentGroupConfig,__construct,* @var \IPkgShopOrderPaymentConfig,__construct,test -AmazonPaymentGroupConfig,getValue,* @var \OffAmazonPaymentsService_Client|null,getValue,test -AmazonPaymentGroupConfig,getMerchantId,* @var LoggerInterface,getMerchantId,test -AmazonPaymentGroupConfig,getAccessKey,* {@inheritdoc},getAccessKey,test -AmazonPaymentGroupConfig,getSecretKey,* @return string|null,getSecretKey,test -AmazonPaymentGroupConfig,getApplicationName,* @return string|null,getApplicationName,test -AmazonPaymentGroupConfig,getApplicationVersion,* @return string|null,getApplicationVersion,test -AmazonPaymentGroupConfig,getRegion,* @return string|null,getRegion,test -AmazonPaymentGroupConfig,getServiceURL,* @return string|null,getServiceURL,test -AmazonPaymentGroupConfig,getWidgetURL,* @return string - one of self::REGION_*,getWidgetURL,test -AmazonPaymentGroupConfig,getPayWithAmazonButton,"* returns the full localized service URL. - * - * @return string|null",getPayWithAmazonButton,test -AmazonPaymentGroupConfig,getPayWithAmazonButtonText,"* returns the full localized widgetURL. - * - * @return string|null",getPayWithAmazonButtonText,test -AmazonPaymentGroupConfig,getPlatformId,"* return buy button url inc. merchant id parameter. - * - * @return string",getPlatformId,test -AmazonPaymentGroupConfig,getAmazonAPI,"* return buy button text. - * - * @return string",getAmazonAPI,test -AmazonPaymentGroupConfig,getAmazonIPNAPI,* @return \OffAmazonPaymentsService_Client,getAmazonIPNAPI,test -AmazonPaymentGroupConfig,getSellerAuthorizationNote,"* return the IPN api. - * - * @return \OffAmazonPaymentsNotifications_Client",getSellerAuthorizationNote,test -AmazonPaymentGroupConfig,getSellerOrderNote,"* returns a text displayed on the auth email sent by amazon to the buyer. - * - * @param \TdbShopOrder $order - * @param float $amount - * @param bool $captureNow - * @param array $itemList - * - * @return string",getSellerOrderNote,test -AmazonPaymentGroupConfig,getSoftDescriptor,"* Represents a description of the order that is displayed in emails to the buyer. (max 1024 chars). - * - * @param \TdbShopOrder $order - * - * @return string",getSoftDescriptor,test -AmazonPaymentGroupConfig,amazonOrderReferenceObjectFactory,"* The description to be shown on the buyer’s payment instrument statement. Maximum: 16 characters. - * - * @param \TdbShopOrder $order - * @param string|null $invoiceNumber - optionally you may pass an invoice number - * - * @return string",amazonOrderReferenceObjectFactory,test -AmazonPaymentGroupConfig,amazonReferenceIdManagerFactory,"* extract data from oder to be used by text generated via template. - * - * @param \TdbShopOrder $order - * - * @return array",amazonReferenceIdManagerFactory,test -AmazonPaymentGroupConfig,setLogger,"* @param $templateString - * @param array $data - * - * @return string",setLogger,test -AmazonPaymentGroupConfig,getEnvironment,"* @param string $amazonOrderReferenceId - * - * @return AmazonOrderReferenceObject",getEnvironment,test -AmazonPaymentGroupConfig,isCaptureOnShipment,"* @param Connection $dbal - * @param int $sourceType one of self::AMAZON_REFERENCE_ID_MANAGER_FACTORY_TYPE_* - * @param string $sourceId - * - * @return AmazonReferenceIdManager|null - * - * @throws \InvalidArgumentException",isCaptureOnShipment,test -AmazonPaymentGroupConfig,setCaptureOnShipment,* @return LoggerInterface,setCaptureOnShipment,test -AmazonPaymentGroupConfig,getAllValues,* @param LoggerInterface $logger,getAllValues,test -AmazonShopActionPlugin,setAmazonOrderReferenceId,* @return \ICmsCoreRedirect,setAmazonOrderReferenceId,test -AmazonShopActionPlugin,errorAmazonLogin,* @return SystemPageServiceInterface,errorAmazonLogin,test -ConfigProvider,__construct,"* ConfigProvider adds configuration data that was given through its constructor argument. - * It is designed to provide Symfony configuration values, and so does not take care of any portal - * specifics.",__construct,test -ConfigProvider,getAdditionalConfiguration,* {@inheritdoc},getAdditionalConfiguration,test -ConfigValidator,validate,"* @param \IPkgShopOrderPaymentConfig $config - * - * @throws \InvalidArgumentException",validate,test -ChameleonSystemAmazonPaymentExtension,load,"* Loads a specific configuration. - * - * @param array $config An array of configuration values - * @param ContainerBuilder $container A ContainerBuilder instance - * - * @throws \InvalidArgumentException When provided tag is not defined in this extension - * - * @api",load,test -ChameleonSystemAmazonPaymentExtension,prepend,* {@inheritdoc},prepend,test -AmazonAuthorizationDeclinedException,__construct,"* @param string $reasonCode - one of self::REASON_CODE_* - * @param array $aAdditionalData - * @param string $message - * @param array $aContextData - * @param int $iLogLevel - * @param string $sLogFilePath",__construct,test -AmazonAuthorizationDeclinedException,__toString,* @return string|null,__toString,test -AmazonCaptureDeclinedException,__construct,"* @param string $reasonCode - one of self::REASON_CODE_* - * @param array $aAdditionalData - * @param string $message - * @param array $aContextData - * @param int $iLogLevel - * @param string $sLogFilePath",__construct,test -AmazonCaptureDeclinedException,__toString,* @return string|null,__toString,test -AmazonConstraintException,getOrderReferenceDetails,* @var \OffAmazonPaymentsService_Model_OrderReferenceDetails,getOrderReferenceDetails,test -AmazonConstraintException,setOrderReferenceDetails,* @return \OffAmazonPaymentsService_Model_OrderReferenceDetails,setOrderReferenceDetails,test -AmazonIPNTransactionException,__construct,* @return string|null,__construct,test -AmazonRefundAmazonAPIException,__construct,"* @param string $successfulTransactionList - * @param array $aAdditionalData - * @param string $message - * @param array $aContextData - * @param int $iLogLevel - * @param string $sLogFilePath",__construct,test -AmazonRefundAmazonAPIException,__toString,"* array of \TdbPkgShopPaymentTransaction that where successful before the one that was declined. - * - * @return array",__toString,test -AmazonRefundDeclinedException,__construct,"* @param string $reasonCode - one of self::REASON_CODE_* - * @param array $aAdditionalData - * @param string $message - * @param array $aContextData - * @param int $iLogLevel - * @param string $sLogFilePath",__construct,test -AmazonRefundDeclinedException,__toString,* @return string|null,__toString,test -AmazonRefundDeclinedException,getReasonCode,"* array of \TdbPkgShopPaymentTransaction that where successful before the one that was declined. - * - * @return array",getReasonCode,test -AmazonRefundDeclinedException,getSuccessfulTransactionList,* @param array $successfulTransactionList,getSuccessfulTransactionList,test -,__construct,"* @param AmazonPaymentGroupConfig $config - * @param string $amazonOrderReferenceId - * @param LoggerInterface $logger",__construct,test -,setOrderReferenceDetails,"* @param \TdbShopOrder $order - * - * @return \OffAmazonPaymentsService_Model_OrderReferenceDetails - * - * @throws \TPkgCmsException_Log",setOrderReferenceDetails,test -,setOrderReferenceOrderValue,"* set the order reference value to the value passed. - * - * @param float $orderValue - * - * @return \OffAmazonPaymentsService_Model_OrderReferenceDetails",setOrderReferenceOrderValue,test -,confirmOrderReference,"* the method assumes that the order is free of constraints (successful call to setOrderReferenceDetails) - * \TPkgCmsException_LogAndMessage.",confirmOrderReference,test -,authorize,"* performs an auth without capture. - * - * @param \TdbShopOrder $order - * @param string $localAuthorizationReferenceId - * @param float $amount - * @param bool $synchronous - * - * @return \OffAmazonPaymentsService_Model_AuthorizationDetails - * - * @throws \TPkgCmsException_LogAndMessage - * @throws AmazonAuthorizationDeclinedException",authorize,test -,authorizeAndCapture,"* performs an auth with capture. - * - * @param \TdbShopOrder $order - * @param string $localAuthorizationReferenceId - * @param float $amount - * @param bool $synchronous - * @param string $invoiceNumber - 16 char id shown on the payment statement of the buy (usually the order number or the bill number). will be passed to AmazonPaymentGroupConfig::getSellerAuthorizationNote - * - * @return \OffAmazonPaymentsService_Model_AuthorizationDetails - * - * @throws \TPkgCmsException_LogAndMessage - * @throws AmazonAuthorizationDeclinedException",authorizeAndCapture,test -,captureExistingAuthorization,"* @param \TdbShopOrder $order - * @param string $amazonAuthorizationId - the auth id which is to be captured - * @param string $localCaptureReferenceId - * @param float $amount - * @param string $invoiceNumber - 16 char id shown on the payment statement of the buy (usually the order number or the bill number) - * - * @return \OffAmazonPaymentsService_Model_CaptureDetails - * - * @throws \TPkgCmsException_LogAndMessage - * @throws AmazonCaptureDeclinedException",captureExistingAuthorization,test -,refund,"* @param \TdbShopOrder $order - * @param string $amazonCaptureId - * @param string $localRefundReferenceId - * @param float $amount - * @param null $invoiceNumber - 16 char id shown on the payment statement of the buy (usually the order number or the bill number) - * @param string $sellerRefundNote - 255 char note shown on the refund mail sent by amazon - * - * @return \OffAmazonPaymentsService_Model_RefundDetails - * - * @throws \TPkgCmsException_LogAndMessage - * @throws AmazonRefundDeclinedException",refund,test -,getOrderReferenceDetails,"* @param array $constraintsThatShouldBeIgnored - list of constraints (self::CONSTRAINT_*, - * - * @return \OffAmazonPaymentsService_Model_OrderReferenceDetails - * - * @throws \TPkgCmsException_LogAndMessage - * @throws \InvalidArgumentException",getOrderReferenceDetails,test -,getAuthorizationDetails,"* @param string $amazonAuthorizationId - * - * @return \OffAmazonPaymentsService_Model_AuthorizationDetails - * - * @throws \TPkgCmsException_LogAndMessage",getAuthorizationDetails,test -,getCaptureDetails,"* @param string $amazonCaptureId - * - * @return \OffAmazonPaymentsService_Model_CaptureDetails - * - * @throws \TPkgCmsException_LogAndMessage",getCaptureDetails,test -,getRefundDetails,"* @param string $amazonRefundId - * - * @return \OffAmazonPaymentsService_Model_RefundDetails - * - * @throws \TPkgCmsException_LogAndMessage",getRefundDetails,test -,cancelOrderReference,"* @param string $cancellationReason - Describes the reason for the cancellation. (max 1024 chars - everything above 1024 chars will be truncated) - * - * @throws \TPkgCmsException_LogAndMessage",cancelOrderReference,test -,closeOrderReference,"* @param string $closureReason Describes the reason for closing the order reference. (max 1024 chars - everything above 1024 chars will be truncated) - * - * @throws \TPkgCmsException_LogAndMessage",closeOrderReference,test -,closeAuthorization,"* @param string $amazonAuthorizationId - * @param string $closureReason Describes the reason for closing the authorization (max 1024 chars - everything above 1024 chars will be truncated)",closeAuthorization,test -,findBestCaptureMatchForRefund,"* returns the amazon capture id form the captureIdList passed which has a remaining refundable value that most closely matches - * the requested refund value. If there there is no capture that covers the refund value completely, then a list of matching IDs - * will be returned so as that the refundable sum of the items most closely matches the requested refund. - * - * @param AmazonReferenceIdList $captureIdList - * @param float $refundValue - * - * @return array [amazonCaptureId => refundableValue]",findBestCaptureMatchForRefund,test -,setLocalId,* @return string,setLocalId,test -,getLocalId,* @return string,getLocalId,test -,getAmazonId,* @return float,getAmazonId,test -,getValue,"* return the transaction id associated with the counter. - * - * @return string",getValue,test -,getTransactionId,"* @param int $type - must be one of self::TYPE_AUTHORIZE - * @param string $localId - * @param float $value - * @param string $transactionId",getTransactionId,test -,__construct,* @param string $amazonId,__construct,test -,setAmazonId,* @param bool $captureNow,setAmazonId,test -,getType,* @return bool,getType,test -,setCaptureNow,"* returns self::REQUEST_MODE_SYNCHRONOUS or self::REQUEST_MODE_ASYNCHRONOUS. - * - * @return int",setCaptureNow,test -,getCaptureNow,"* @param int $requestMode - one of self::REQUEST_MODE_ASYNCHRONOUS - * - * @throws \InvalidArgumentException",getCaptureNow,test -,__construct,"* @param float $value - * @param string $transactionId the transaction id associated with the counter - * - * @return IAmazonReferenceId",__construct,test -,getNew,"* returns the last element in the list. - * - * @return IAmazonReferenceId",getNew,test -AmazonIPNHandler,handleIPN,"* process the IPN request - the request object contains all details (payment handler, group, order etc) - * the call should return true if processing should continue, false if it is to stop. On Error it should throw an error - * extending AbstractPkgShopPaymentIPNHandlerException. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * @trows AbstractPkgShopPaymentIPNHandlerException - * - * @return bool",handleIPN,test -AmazonIPNHandler,getIPNTransactionDetails,@var $amazonNotificationObject \OffAmazonPaymentsNotifications_Notification,getIPNTransactionDetails,test -AmazonIPNHandler,setAmazonConfig,@var $amazonNotificationObject \OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,setAmazonConfig,test -AmazonIPNHandler,setTransactionManager,@var $amazonNotificationObject \OffAmazonPaymentsNotifications_Model_AuthorizationNotification,setTransactionManager,test -AmazonPaymentIPNInvalidException,getResponseHeader,"* the header to return to the caller. - * - * @return string",getResponseHeader,test -for,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -for,__get,* OffAmazonPayments_Model - base class for all model classes,__get,test -for,__set,"* Defined fields for the model - * object - * - * @var array",__set,test -OffAmazonPaymentsNotifications_Client,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Client,parseRawMessage,"* Implementation of the OffAmazonPaymentsNotifications - * library - *",parseRawMessage,test -,parseRawMessage,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",parseRawMessage,test -,getNotificationType,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",getNotificationType,test -,getNotificationMetadata,"* Interface to encapsulate an payments notification - * message - *",getNotificationMetadata,test -,getNotificationMetadataType,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",getNotificationMetadataType,test -,getParentNotificationMetadata,"* Interface to wrap an notification message metadata - *",getParentNotificationMetadata,test -,hasParentNotificationMetadata,"* Return the implementation type of NotificationMetadata - * - * @return string type of message information",hasParentNotificationMetadata,test -Message,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -Message,setNotificationMetadata,"* Class to wrap a message - *",setNotificationMetadata,test -Message,getNotificationMetadata,"* Json message as associative array - * - * @var array",getNotificationMetadata,test -Message,getMandatoryField,"* Metadata for the request - * - * @var NotificationMetadata",getMandatoryField,test -Message,getField,"* Create a new instance of the message and - * wraps the contents in a class - * - * Throws an exception if the message is not valid - * as defined by the implementation of this class - * - * @param string $json json string - * - * @throws OffAmazonPaymentsNotifications_InvalidMessageException - * - * @return new instance of concreate class",getField,test -OpenSslVerifySignature,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License . - * *****************************************************************************",__construct,test -OpenSslVerifySignature,verifySignatureIsCorrect,"* OpenSSL Implemntation of the verify signature algorithm - *",verifySignatureIsCorrect,test -SnsMessageValidator,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -SnsMessageValidator,validateMessage,"* Performs validation of the sns message to - * make sure signatures match and is signed by - * Amazon - *",validateMessage,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getAmazonAuthorizationId,"* OffAmazonPaymentsNotifications_Model_AuthorizationDetails - * - * Properties: - * ",getAmazonAuthorizationId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setAmazonAuthorizationId,"* Construct new OffAmazonPaymentsNotifications_Model_AuthorizationDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonAuthorizationId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withAmazonAuthorizationId,"* Gets the value of the AmazonAuthorizationId property. - * - * @return string AmazonAuthorizationId",withAmazonAuthorizationId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetAmazonAuthorizationId,"* Sets the value of the AmazonAuthorizationId property. - * - * @param string $value AmazonAuthorizationId value - * - * @return $this instance",isSetAmazonAuthorizationId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getAuthorizationReferenceId,"* Sets the value of the AmazonAuthorizationId and returns this instance - * - * @param string $value AmazonAuthorizationId value - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getAuthorizationReferenceId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setAuthorizationReferenceId,"* Checks if AmazonAuthorizationId is set - * - * @return bool true if AmazonAuthorizationId is set",setAuthorizationReferenceId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withAuthorizationReferenceId,"* Gets the value of the AuthorizationReferenceId property. - * - * @return string AuthorizationReferenceId",withAuthorizationReferenceId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetAuthorizationReferenceId,"* Sets the value of the AuthorizationReferenceId property. - * - * @param string $value AuthorizationReferenceId - * - * @return $this instance",isSetAuthorizationReferenceId,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getAuthorizationAmount,"* Sets the value of the AuthorizationReferenceId and returns this instance - * - * @param string $value AuthorizationReferenceId - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getAuthorizationAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setAuthorizationAmount,"* Checks if AuthorizationReferenceId is set - * - * @return bool true if AuthorizationReferenceId is set",setAuthorizationAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withAuthorizationAmount,"* Gets the value of the AuthorizationAmount. - * - * @return Price AuthorizationAmount",withAuthorizationAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetAuthorizationAmount,"* Sets the value of the AuthorizationAmount. - * - * @param Price $value AuthorizationAmount - * - * @return void",isSetAuthorizationAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getCapturedAmount,"* Sets the value of the AuthorizationAmount and returns this instance - * - * @param Price $value AuthorizationAmount - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getCapturedAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setCapturedAmount,"* Checks if AuthorizationAmount is set - * - * @return bool true if AuthorizationAmount property is set",setCapturedAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withCapturedAmount,"* Gets the value of the CapturedAmount. - * - * @return Price CapturedAmount",withCapturedAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetCapturedAmount,"* Sets the value of the CapturedAmount. - * - * @param Price $value CapturedAmount - * - * @return void",isSetCapturedAmount,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getAuthorizationFee,"* Sets the value of the CapturedAmount and returns this instance - * - * @param Price $value CapturedAmount - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getAuthorizationFee,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setAuthorizationFee,"* Checks if CapturedAmount is set - * - * @return bool true if CapturedAmount property is set",setAuthorizationFee,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withAuthorizationFee,"* Gets the value of the AuthorizationFee. - * - * @return Price AuthorizationFee",withAuthorizationFee,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetAuthorizationFee,"* Sets the value of the AuthorizationFee. - * - * @param Price $value AuthorizationFee - * - * @return void",isSetAuthorizationFee,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getIdList,"* Sets the value of the AuthorizationFee and returns this instance - * - * @param Price $value AuthorizationFee - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getIdList,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setIdList,"* Checks if AuthorizationFee is set - * - * @return bool true if AuthorizationFee property is set",setIdList,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withIdList,"* Gets the value of the IdList. - * - * @return IdList IdList",withIdList,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetIdList,"* Sets the value of the IdList. - * - * @param IdList $value IdList - * - * @return void",isSetIdList,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getCreationTimestamp,"* Sets the value of the IdList and returns this instance - * - * @param IdList $value IdList - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setCreationTimestamp,"* Checks if IdList is set - * - * @return bool true if IdList property is set",setCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",withCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string $value CreationTimestamp - * - * @return $this instance",isSetCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getExpirationTimestamp,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setExpirationTimestamp,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",setExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withExpirationTimestamp,"* Gets the value of the ExpirationTimestamp property. - * - * @return string ExpirationTimestamp",withExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetExpirationTimestamp,"* Sets the value of the ExpirationTimestamp property. - * - * @param string $value ExpirationTimestamp - * - * @return $this instance",isSetExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getAuthorizationStatus,"* Sets the value of the ExpirationTimestamp and returns this instance - * - * @param string $value ExpirationTimestamp - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getAuthorizationStatus,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setAuthorizationStatus,"* Checks if ExpirationTimestamp is set - * - * @return bool true if ExpirationTimestamp is set",setAuthorizationStatus,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withAuthorizationStatus,"* Gets the value of the AuthorizationStatus. - * - * @return OffAmazonPaymentsNotifications_Model_Status AuthorizationStatus",withAuthorizationStatus,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetAuthorizationStatus,"* Sets the value of the AuthorizationStatus. - * - * @param Status $value AuthorizationStatus - * - * @return void",isSetAuthorizationStatus,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getOrderItemCategories,"* Sets the value of the AuthorizationStatus and returns this instance - * - * @param Status $value AuthorizationStatus - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setOrderItemCategories,"* Checks if AuthorizationStatus is set - * - * @return bool true if AuthorizationStatus property is set",setOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withOrderItemCategories,"* Gets the value of the OrderItemCategories. - * - * @return OrderItemCategories OrderItemCategories",withOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetOrderItemCategories,"* Sets the value of the OrderItemCategories. - * - * @param OrderItemCategories $value OrderItemCategories - * - * @return void",isSetOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getCaptureNow,"* Sets the value of the OrderItemCategories and returns this instance - * - * @param OrderItemCategories $value OrderItemCategories - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getCaptureNow,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setCaptureNow,"* Checks if OrderItemCategories is set - * - * @return bool true if OrderItemCategories property is set",setCaptureNow,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withCaptureNow,"* Gets the value of the CaptureNow property. - * - * @return bool CaptureNow",withCaptureNow,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetCaptureNow,"* Sets the value of the CaptureNow property. - * - * @param bool $value CaptureNow - * - * @return $this instance",isSetCaptureNow,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,getSoftDescriptor,"* Sets the value of the CaptureNow and returns this instance - * - * @param bool $value CaptureNow - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails instance",getSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,setSoftDescriptor,"* Checks if CaptureNow is set - * - * @return bool true if CaptureNow is set",setSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,withSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",withSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_AuthorizationDetails,isSetSoftDescriptor,"* Sets the value of the SoftDescriptor property. - * - * @param string $value SoftDescriptor - * - * @return $this instance",isSetSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,getAuthorizationDetails,"* OffAmazonPaymentsNotifications_Model_AuthorizationNotification - * - * Properties: - * ",getAuthorizationDetails,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,setAuthorizationDetails,"* Construct new OffAmazonPaymentsNotifications_Model_AuthorizationNotification - * - * @param OffAmazonPaymentsNotifications_NotificationMetadata $notificationMetadata metadata for request - * @param mixed $data DOMElement or Associative Array - * to construct from. - * - * Valid properties: - * ",setAuthorizationDetails,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,withAuthorizationDetails,"* Construct OffAmazonPaymentsNotifications_Model_AuthorizationNotification - * from XML string - * - * @param string $xml XML string to construct from - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationNotification",withAuthorizationDetails,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,isSetAuthorizationDetails,"* Gets the value of the AuthorizationNotification. - * - * @return OffAmazonPaymentsNotifications_Model_AuthorizationDetails property value",isSetAuthorizationDetails,test -OffAmazonPaymentsNotifications_Model_AuthorizationNotification,toXML,"* Sets the value of the AuthorizationDetails. - * - * @param AuthorizationDetails $value new value - * - * @return void",toXML,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getAmazonBillingAgreementId,"* OffAmazonPaymentsNotifications_Model_BillingAgreement - * - * Properties: - * ",getAmazonBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setAmazonBillingAgreementId,"* Construct new OffAmazonPaymentsNotifications_Model_BillingAgreement - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return $this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getBillingAgreementLimits,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementDetails instance",getBillingAgreementLimits,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setBillingAgreementLimits,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setBillingAgreementLimits,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withBillingAgreementLimits,"* Gets the value of the BillingAgreementLimits. - * - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementLimits BillingAgreementLimits",withBillingAgreementLimits,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetBillingAgreementLimits,"* Sets the value of the BillingAgreementLimits. - * - * @param OffAmazonPaymentsNotifications_Model_BillingAgreementLimits BillingAgreementLimits - * @return void",isSetBillingAgreementLimits,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getSellerBillingAgreementAttributes,"* Sets the value of the BillingAgreementLimits and returns this instance - * - * @param OffAmazonPaymentsNotifications_Model_BillingAgreementLimits $value BillingAgreementLimits - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getSellerBillingAgreementAttributes,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setSellerBillingAgreementAttributes,"* Checks if BillingAgreementLimits is set - * - * @return bool true if BillingAgreementLimits property is set",setSellerBillingAgreementAttributes,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withSellerBillingAgreementAttributes,"* Gets the value of the SellerBillingAgreementAttributes. - * - * @return OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes SellerBillingAgreementAttributes",withSellerBillingAgreementAttributes,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetSellerBillingAgreementAttributes,"* Sets the value of the SellerBillingAgreementAttributes. - * - * @param OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes SellerBillingAgreementAttributes - * @return void",isSetSellerBillingAgreementAttributes,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getBillingAgreementStatus,"* Sets the value of the SellerBillingAgreementAttributes and returns this instance - * - * @param OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes $value SellerBillingAgreementAttributes - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementDetails instance",getBillingAgreementStatus,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setBillingAgreementStatus,"* Checks if SellerBillingAgreementAttributes is set - * - * @return bool true if SellerBillingAgreementAttributes property is set",setBillingAgreementStatus,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withBillingAgreementStatus,"* Gets the value of the BillingAgreementStatus. - * - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementStatus BillingAgreementStatus",withBillingAgreementStatus,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetBillingAgreementStatus,"* Sets the value of the BillingAgreementStatus. - * - * @param OffAmazonPaymentsNotifications_Model_BillingAgreementStatus BillingAgreementStatus - * @return void",isSetBillingAgreementStatus,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getCreationTimestamp,"* Sets the value of the BillingAgreementStatus and returns this instance - * - * @param OffAmazonPaymentsNotifications_Model_BillingAgreementStatus $value BillingAgreementStatus - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementDetails instance",getCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setCreationTimestamp,"* Checks if BillingAgreementStatus is set - * - * @return bool true if BillingAgreementStatus property is set",setCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",withCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return $this instance",isSetCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,getBillingAgreementConsent,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementDetails instance",getBillingAgreementConsent,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,setBillingAgreementConsent,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",setBillingAgreementConsent,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,withBillingAgreementConsent,"* Gets the value of the BillingAgreementConsent property. - * - * @return bool BillingAgreementConsent",withBillingAgreementConsent,test -OffAmazonPaymentsNotifications_Model_BillingAgreement,isSetBillingAgreementConsent,"* Sets the value of the BillingAgreementConsent property. - * - * @param bool BillingAgreementConsent - * @return $this instance",isSetBillingAgreementConsent,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,getAmountLimitPerTimePeriod,"* OffAmazonPaymentsNotifications_Model_BillingAgreementLimits - * - * Properties: - * ",getAmountLimitPerTimePeriod,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,setAmountLimitPerTimePeriod,"* Construct new OffAmazonPaymentsNotifications_Model_BillingAgreementLimits - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmountLimitPerTimePeriod,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,withAmountLimitPerTimePeriod,"* Gets the value of the AmountLimitPerTimePeriod. - * - * @return OffAmazonPaymentsNotifications_Model_Price AmountLimitPerTimePeriod",withAmountLimitPerTimePeriod,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,isSetAmountLimitPerTimePeriod,"* Sets the value of the AmountLimitPerTimePeriod. - * - * @param OffAmazonPaymentsNotifications_Model_Price AmountLimitPerTimePeriod - * @return void",isSetAmountLimitPerTimePeriod,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,getTimePeriodStartDate,"* Sets the value of the AmountLimitPerTimePeriod and returns this instance - * - * @param OffAmazonPaymentsNotifications_Model_Price $value AmountLimitPerTimePeriod - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementLimits instance",getTimePeriodStartDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,setTimePeriodStartDate,"* Checks if AmountLimitPerTimePeriod is set - * - * @return bool true if AmountLimitPerTimePeriod property is set",setTimePeriodStartDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,withTimePeriodStartDate,"* Gets the value of the TimePeriodStartDate property. - * - * @return string TimePeriodStartDate",withTimePeriodStartDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,isSetTimePeriodStartDate,"* Sets the value of the TimePeriodStartDate property. - * - * @param string TimePeriodStartDate - * @return $this instance",isSetTimePeriodStartDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,getTimePeriodEndDate,"* Sets the value of the TimePeriodStartDate and returns this instance - * - * @param string $value TimePeriodStartDate - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementLimits instance",getTimePeriodEndDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,setTimePeriodEndDate,"* Checks if TimePeriodStartDate is set - * - * @return bool true if TimePeriodStartDate is set",setTimePeriodEndDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,withTimePeriodEndDate,"* Gets the value of the TimePeriodEndDate property. - * - * @return string TimePeriodEndDate",withTimePeriodEndDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,isSetTimePeriodEndDate,"* Sets the value of the TimePeriodEndDate property. - * - * @param string TimePeriodEndDate - * @return $this instance",isSetTimePeriodEndDate,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,getCurrentRemainingBalance,"* Sets the value of the TimePeriodEndDate and returns this instance - * - * @param string $value TimePeriodEndDate - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementLimits instance",getCurrentRemainingBalance,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,setCurrentRemainingBalance,"* Checks if TimePeriodEndDate is set - * - * @return bool true if TimePeriodEndDate is set",setCurrentRemainingBalance,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,withCurrentRemainingBalance,"* Gets the value of the CurrentRemainingBalance. - * - * @return OffAmazonPaymentsNotifications_Model_Price CurrentRemainingBalance",withCurrentRemainingBalance,test -OffAmazonPaymentsNotifications_Model_BillingAgreementLimits,isSetCurrentRemainingBalance,"* Sets the value of the CurrentRemainingBalance. - * - * @param OffAmazonPaymentsNotifications_Model_Price CurrentRemainingBalance - * @return void",isSetCurrentRemainingBalance,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,getBillingAgreement,"* OffAmazonPaymentsNotifications_Model_BillingAgreementNotification - * - * Properties: - * ",getBillingAgreement,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,setBillingAgreement,"* Construct new OffAmazonPaymentsNotifications_Model_BillingAgreementNotification - * - * @param OffAmazonPaymentsNotifications_NotificationMetadata $notificationMetadata metadata for request - * @param mixed $data DOMElement or Associative Array - * to construct from. - * - * Valid properties: - * ",setBillingAgreement,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,withBillingAgreement,"* Construct OffAmazonPaymentsNotifications_Model_BillingAgreementNotification - * from XML string - * - * @param string $xml XML string to construct from - * - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementNotification",withBillingAgreement,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,isSetBillingAgreement,"* Gets the value of the BillingAgreement. - * - * @return BillingAgreement property value",isSetBillingAgreement,test -OffAmazonPaymentsNotifications_Model_BillingAgreementNotification,toXML,"* Sets the value of the BillingAgreement. - * - * @param BillingAgreement $value new value - * - * @return void",toXML,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,getState,"* OffAmazonPaymentsNotifications_Model_BillingAgreementStatus - * - * Properties: - * ",getState,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,setState,"* Construct new OffAmazonPaymentsNotifications_Model_BillingAgreementStatus - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setState,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,withState,"* Gets the value of the State property. - * - * @return string State",withState,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,isSetState,"* Sets the value of the State property. - * - * @param string State - * @return $this instance",isSetState,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,getLastUpdateTimestamp,"* Sets the value of the State and returns this instance - * - * @param string $value State - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementStatus instance",getLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,setLastUpdateTimestamp,"* Checks if State is set - * - * @return bool true if State is set",setLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,withLastUpdateTimestamp,"* Gets the value of the LastUpdateTimestamp property. - * - * @return string LastUpdateTimestamp",withLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,isSetLastUpdateTimestamp,"* Sets the value of the LastUpdateTimestamp property. - * - * @param string LastUpdateTimestamp - * @return $this instance",isSetLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,getReasonCode,"* Sets the value of the LastUpdateTimestamp and returns this instance - * - * @param string $value LastUpdateTimestamp - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementStatus instance",getReasonCode,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,setReasonCode,"* Checks if LastUpdateTimestamp is set - * - * @return bool true if LastUpdateTimestamp is set",setReasonCode,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,withReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",withReasonCode,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,isSetReasonCode,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return $this instance",isSetReasonCode,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,getReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * @return OffAmazonPaymentsNotifications_Model_BillingAgreementStatus instance",getReasonDescription,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,setReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",setReasonDescription,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,withReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",withReasonDescription,test -OffAmazonPaymentsNotifications_Model_BillingAgreementStatus,isSetReasonDescription,"* Sets the value of the ReasonDescription property. - * - * @param string ReasonDescription - * @return $this instance",isSetReasonDescription,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getAmazonCaptureId,"* OffAmazonPaymentsNotifications_Model_CaptureDetails - * - * Properties: - * ",getAmazonCaptureId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setAmazonCaptureId,"* Construct new OffAmazonPaymentsNotifications_Model_CaptureDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonCaptureId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withAmazonCaptureId,"* Gets the value of the AmazonCaptureId property. - * - * @return string AmazonCaptureId",withAmazonCaptureId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetAmazonCaptureId,"* Sets the value of the AmazonCaptureId property. - * - * @param string $value AmazonCaptureId - * - * @return this instance",isSetAmazonCaptureId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getCaptureReferenceId,"* Sets the value of the AmazonCaptureId and returns this instance - * - * @param string $value AmazonCaptureId - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getCaptureReferenceId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setCaptureReferenceId,"* Checks if AmazonCaptureId is set - * - * @return bool true if AmazonCaptureId is set",setCaptureReferenceId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withCaptureReferenceId,"* Gets the value of the CaptureReferenceId property. - * - * @return string CaptureReferenceId",withCaptureReferenceId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetCaptureReferenceId,"* Sets the value of the CaptureReferenceId property. - * - * @param string $value CaptureReferenceId - * - * @return this instance",isSetCaptureReferenceId,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getCaptureAmount,"* Sets the value of the CaptureReferenceId and returns this instance - * - * @param string $value CaptureReferenceId - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getCaptureAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setCaptureAmount,"* Checks if CaptureReferenceId is set - * - * @return bool true if CaptureReferenceId is set",setCaptureAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withCaptureAmount,"* Gets the value of the CaptureAmount. - * - * @return Price CaptureAmount",withCaptureAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetCaptureAmount,"* Sets the value of the CaptureAmount. - * - * @param Price $value CaptureAmount - * - * @return void",isSetCaptureAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getRefundedAmount,"* Sets the value of the CaptureAmount and returns this instance - * - * @param Price $value CaptureAmount - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getRefundedAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setRefundedAmount,"* Checks if CaptureAmount is set - * - * @return bool true if CaptureAmount property is set",setRefundedAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withRefundedAmount,"* Gets the value of the RefundedAmount. - * - * @return Price RefundedAmount",withRefundedAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetRefundedAmount,"* Sets the value of the RefundedAmount. - * - * @param Price $value RefundedAmount - * - * @return void",isSetRefundedAmount,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getCaptureFee,"* Sets the value of the RefundedAmount and returns this instance - * - * @param Price $value RefundedAmount - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getCaptureFee,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setCaptureFee,"* Checks if RefundedAmount is set - * - * @return bool true if RefundedAmount property is set",setCaptureFee,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withCaptureFee,"* Gets the value of the CaptureFee. - * - * @return Price CaptureFee",withCaptureFee,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetCaptureFee,"* Sets the value of the CaptureFee. - * - * @param Price $value CaptureFee - * - * @return void",isSetCaptureFee,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getIdList,"* Sets the value of the CaptureFee and returns this instance - * - * @param Price $value CaptureFee - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getIdList,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setIdList,"* Checks if CaptureFee is set - * - * @return bool true if CaptureFee property is set",setIdList,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withIdList,"* Gets the value of the IdList. - * - * @return IdList IdList",withIdList,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetIdList,"* Sets the value of the IdList. - * - * @param IdList $value IdList - * - * @return void",isSetIdList,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getCreationTimestamp,"* Sets the value of the IdList and returns this instance - * - * @param IdList $value IdList - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setCreationTimestamp,"* Checks if IdList is set - * - * @return bool true if IdList property is set",setCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",withCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string $value CreationTimestamp - * - * @return this instance",isSetCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getCaptureStatus,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getCaptureStatus,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setCaptureStatus,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",setCaptureStatus,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withCaptureStatus,"* Gets the value of the CaptureStatus. - * - * @return OffAmazonPaymentsNotifications_Model_Status CaptureStatus",withCaptureStatus,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetCaptureStatus,"* Sets the value of the CaptureStatus. - * - * @param Status $value CaptureStatus - * - * @return void",isSetCaptureStatus,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,getSoftDescriptor,"* Sets the value of the CaptureStatus and returns this instance - * - * @param Status $value CaptureStatus - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails instance",getSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,setSoftDescriptor,"* Checks if CaptureStatus is set - * - * @return bool true if CaptureStatus property is set",setSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,withSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",withSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_CaptureDetails,isSetSoftDescriptor,"* Sets the value of the SoftDescriptor property. - * - * @param string $value SoftDescriptor - * - * @return this instance",isSetSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,getCaptureDetails,"* OffAmazonPaymentsNotifications_Model_CaptureNotification - * - * Properties: - * ",getCaptureDetails,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,setCaptureDetails,"* Construct new OffAmazonPaymentsNotifications_Model_CaptureNotification - * - * @param OffAmazonPaymentsNotifications_NotificationMetadata $notificationMetadata metadata for request - * @param mixed $data DOMElement or Associative Array - * to construct from. - * - * Valid properties: - * ",setCaptureDetails,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,withCaptureDetails,"* Construct OffAmazonPaymentsNotifications_Model_CaptureNotification - * from XML string - * - * @param string $xml XML string to construct from - * - * @return OffAmazonPaymentsNotifications_Model_CaptureNotification",withCaptureDetails,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,isSetCaptureDetails,"* Gets the value of the CaptureNotification. - * - * @return OffAmazonPaymentsNotifications_Model_CaptureDetails property value",isSetCaptureDetails,test -OffAmazonPaymentsNotifications_Model_CaptureNotification,toXML,"* Sets the value of the CaptureDetails. - * - * @param OrderReference $value new value - * - * @return void",toXML,test -OffAmazonPaymentsNotifications_Model_IdList,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_IdList,getId,"* OffAmazonPaymentsNotifications_Model_IdList - * - * Properties: - * ",getId,test -OffAmazonPaymentsNotifications_Model_IdList,setId,"* Construct new OffAmazonPaymentsNotifications_Model_IdList - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setId,test -OffAmazonPaymentsNotifications_Model_IdList,withId,"* Gets the value of the Id . - * - * @return array of string Id",withId,test -OffAmazonPaymentsNotifications_Model_IdList,isSetId,"* Sets the value of the Id. - * - * @param string|array $Id string or array of string Ids - * - * @return this instance",isSetId,test -OffAmazonPaymentsNotifications_Model_IPNNotificationMetadata,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_IPNNotificationMetadata,getTimestamp,* IPN Message information,getTimestamp,test -OffAmazonPaymentsNotifications_Model_IPNNotificationMetadata,getNotificationReferenceId,"* Timestamp for when this notification was generated - * - * @var string",getNotificationReferenceId,test -OffAmazonPaymentsNotifications_Model_IPNNotificationMetadata,getReleaseEnvironment,"* Environment in which this notification was sent from - * - * @var string",getReleaseEnvironment,test -OffAmazonPaymentsNotifications_Model_IPNNotificationMetadata,getNotificationMetadataType,"* Identification for the reference id - * - * @var string",getNotificationMetadataType,test -OffAmazonPaymentsNotifications_NotificationImpl,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_NotificationImpl,getNotificationType,"* NotificationsImpl class, contains common functionality for - * an implementation of the notification interface - *",getNotificationType,test -OffAmazonPaymentsNotifications_NotificationImpl,getNotificationMetadata,* Metadata about the notification request,getNotificationMetadata,test -OffAmazonPaymentsNotifications_Model_NotificationMetadataImpl,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_NotificationMetadataImpl,getParentNotificationMetadata,"* Common functions for classes that extend the message information - * class - *",getParentNotificationMetadata,test -OffAmazonPaymentsNotifications_Model_NotificationMetadataImpl,hasParentNotificationMetadata,"* Parent message if applicable, null otherwise - * - * @var object",hasParentNotificationMetadata,test -OffAmazonPaymentsNotifications_Model_OrderItemCategories,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_OrderItemCategories,getOrderItemCategory,"* OffAmazonPaymentsNotifications_Model_OrderItemCategories - * - * Properties: - * ",getOrderItemCategory,test -OffAmazonPaymentsNotifications_Model_OrderItemCategories,setOrderItemCategory,"* Construct new OffAmazonPaymentsNotifications_Model_OrderItemCategories - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setOrderItemCategory,test -OffAmazonPaymentsNotifications_Model_OrderItemCategories,withOrderItemCategory,"* Gets the value of the OrderItemCategory . - * - * @return array of string OrderItemCategory",withOrderItemCategory,test -OffAmazonPaymentsNotifications_Model_OrderItemCategories,isSetOrderItemCategory,"* Sets the value of the OrderItemCategory. - * - * @param string|array $orderItemCategory string or an array - * of string OrderItemCategory - * - * @return this instance",isSetOrderItemCategory,test -OffAmazonPaymentsNotifications_Model_OrderReference,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_OrderReference,getAmazonOrderReferenceId,"* OffAmazonPaymentsNotifications_Model_OrderReference - * - * Properties: - * ",getAmazonOrderReferenceId,test -OffAmazonPaymentsNotifications_Model_OrderReference,setAmazonOrderReferenceId,"* Construct new OffAmazonPaymentsNotifications_Model_OrderReference - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonOrderReferenceId,test -OffAmazonPaymentsNotifications_Model_OrderReference,withAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId. - * - * @return string property value",withAmazonOrderReferenceId,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetAmazonOrderReferenceId,"* Sets the value of the AmazonOrderReferenceId. - * - * @param string $value new value - * - * @return void",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsNotifications_Model_OrderReference,getOrderTotal,"* Sets the value of the AmazonOrderReferenceId - * and returns this instance - * - * @param string $value AmazonOrderReferenceId - * - * @return OffAmazonPaymentsServices_Model_OrderReference instance",getOrderTotal,test -OffAmazonPaymentsNotifications_Model_OrderReference,setOrderTotal,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId property is set",setOrderTotal,test -OffAmazonPaymentsNotifications_Model_OrderReference,withOrderTotal,"* Gets the value of the OrderTotal. - * - * @return string property value",withOrderTotal,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetOrderTotal,"* Sets the value of the OrderTotal. - * - * @param string $value new value - * - * @return void",isSetOrderTotal,test -OffAmazonPaymentsNotifications_Model_OrderReference,getSellerOrderAttributes,"* Sets the value of the OrderTotal - * and returns this instance - * - * @param string $value OrderTotal - * - * @return OffAmazonPaymentsServices_Model_OrderReference instance",getSellerOrderAttributes,test -OffAmazonPaymentsNotifications_Model_OrderReference,setSellerOrderAttributes,"* Checks if OrderTotal is set - * - * @return bool true if OrderTotal property is set",setSellerOrderAttributes,test -OffAmazonPaymentsNotifications_Model_OrderReference,withSellerOrderAttributes,"* Gets the value of the SellerOrderAttributes. - * - * @return string property value",withSellerOrderAttributes,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetSellerOrderAttributes,"* Sets the value of the SellerOrderAttributes. - * - * @param string $value new value - * - * @return void",isSetSellerOrderAttributes,test -OffAmazonPaymentsNotifications_Model_OrderReference,getOrderReferenceStatus,"* Sets the value of the SellerOrderAttributes - * and returns this instance - * - * @param string $value SellerOrderAttributes - * - * @return OffAmazonPaymentsServices_Model_OrderReference instance",getOrderReferenceStatus,test -OffAmazonPaymentsNotifications_Model_OrderReference,setOrderReferenceStatus,"* Checks if SellerOrderAttributes is set - * - * @return bool true if SellerOrderAttributes property is set",setOrderReferenceStatus,test -OffAmazonPaymentsNotifications_Model_OrderReference,withOrderReferenceStatus,"* Gets the value of the OrderReferenceStatus. - * - * @return OffAmazonPaymentsNotifications_Model_OrderReferenceStatus",withOrderReferenceStatus,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetOrderReferenceStatus,"* Sets the value of the OrderReferenceStatus. - * - * @param string $value new value - * - * @return void",isSetOrderReferenceStatus,test -OffAmazonPaymentsNotifications_Model_OrderReference,getCreationTimestamp,"* Sets the value of the OrderReferenceStatus - * and returns this instance - * - * @param string $value OrderReferenceStatus - * - * @return OffAmazonPaymentsServices_Model_OrderReference instance",getCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,setCreationTimestamp,"* Checks if OrderReferenceStatus is set - * - * @return bool true if OrderReferenceStatus property is set",setCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,withCreationTimestamp,"* Gets the value of the CreationTimestamp. - * - * @return string property value",withCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp. - * - * @param string $value new value - * - * @return void",isSetCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,getExpirationTimestamp,"* Sets the value of the CreationTimestamp - * and returns this instance - * - * @param string $value CreationTimestamp - * - * @return OffAmazonPaymentsServices_Model_OrderReference instance",getExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,setExpirationTimestamp,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp property is set",setExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,withExpirationTimestamp,"* Gets the value of the ExpirationTimestamp. - * - * @return string property value",withExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReference,isSetExpirationTimestamp,"* Sets the value of the ExpirationTimestamp. - * - * @param string $value new value - * - * @return void",isSetExpirationTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,getOrderReference,"* OffAmazonPaymentsNotifications_Model_OrderReferenceNotification - * - * Properties: - * ",getOrderReference,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,setOrderReference,"* Construct new OffAmazonPaymentsNotifications_Model_OrderReferenceNotification - * - * @param OffAmazonPaymentsNotifications_NotificationMetadata $notificationMetadata metadata for request - * @param mixed $data DOMElement or Associative Array - * to construct from. - * - * Valid properties: - * ",setOrderReference,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,withOrderReference,"* Construct OffAmazonPaymentsNotifications_Model_OrderReferenceNotification - * from XML string - * - * @param string $xml XML string to construct from - * - * @return OffAmazonPaymentsNotifications_Model_OrderReferenceNotification",withOrderReference,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,isSetOrderReference,"* Gets the value of the OrderReference. - * - * @return OffAmazonPaymentsNotifications_Model_OrderReference property value",isSetOrderReference,test -OffAmazonPaymentsNotifications_Model_OrderReferenceNotification,toXML,"* Sets the value of the OrderReference. - * - * @param OrderReference $value new value - * - * @return void",toXML,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,getState,"* OffAmazonPaymentsNotifications_Model_OrderReferenceStatus - * - * Properties: - * ",getState,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,setState,"* Construct new OffAmazonPaymentsNotifications_Model_OrderReferenceStatus - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setState,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,withState,"* Gets the value of the State property. - * - * @return string State",withState,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,isSetState,"* Sets the value of the State property. - * - * @param string State - * @return this instance",isSetState,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,getLastUpdateTimestamp,"* Sets the value of the State and returns this instance - * - * @param string $value State - * @return OffAmazonPaymentsNotifications_Model_OrderReferenceStatus instance",getLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,setLastUpdateTimestamp,"* Checks if State is set - * - * @return bool true if State is set",setLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,withLastUpdateTimestamp,"* Gets the value of the LastUpdateTimestamp property. - * - * @return string LastUpdateTimestamp",withLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,isSetLastUpdateTimestamp,"* Sets the value of the LastUpdateTimestamp property. - * - * @param string LastUpdateTimestamp - * @return this instance",isSetLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,getReasonCode,"* Sets the value of the LastUpdateTimestamp and returns this instance - * - * @param string $value LastUpdateTimestamp - * @return OffAmazonPaymentsNotifications_Model_OrderReferenceStatus instance",getReasonCode,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,setReasonCode,"* Checks if LastUpdateTimestamp is set - * - * @return bool true if LastUpdateTimestamp is set",setReasonCode,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,withReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",withReasonCode,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,isSetReasonCode,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return this instance",isSetReasonCode,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,getReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * @return OffAmazonPaymentsNotifications_Model_OrderReferenceStatus instance",getReasonDescription,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,setReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",setReasonDescription,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,withReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",withReasonDescription,test -OffAmazonPaymentsNotifications_Model_OrderReferenceStatus,isSetReasonDescription,"* Sets the value of the ReasonDescription property. - * - * @param string ReasonDescription - * @return this instance",isSetReasonDescription,test -OffAmazonPaymentsNotifications_Model_OrderTotal,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_OrderTotal,getCurrencyCode,"* OffAmazonPaymentsNotifications_Model_OrderTotal - * - * Properties: - * ",getCurrencyCode,test -OffAmazonPaymentsNotifications_Model_OrderTotal,setCurrencyCode,"* Construct new OffAmazonPaymentsNotifications_Model_OrderTotal - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setCurrencyCode,test -OffAmazonPaymentsNotifications_Model_OrderTotal,withCurrencyCode,"* Gets the value of the CurrencyCode property. - * - * @return string CurrencyCode",withCurrencyCode,test -OffAmazonPaymentsNotifications_Model_OrderTotal,isSetCurrencyCode,"* Sets the value of the CurrencyCode property. - * - * @param string $value CurrencyCode - * - * @return this instance",isSetCurrencyCode,test -OffAmazonPaymentsNotifications_Model_OrderTotal,getAmount,"* Sets the value of the CurrencyCode and returns this instance - * - * @param string $value CurrencyCode - * - * @return OffAmazonPaymentsNotifications_Model_OrderTotal instance",getAmount,test -OffAmazonPaymentsNotifications_Model_OrderTotal,setAmount,"* Checks if CurrencyCode is set - * - * @return bool true if CurrencyCode is set",setAmount,test -OffAmazonPaymentsNotifications_Model_OrderTotal,withAmount,"* Gets the value of the Amount property. - * - * @return string Amount",withAmount,test -OffAmazonPaymentsNotifications_Model_OrderTotal,isSetAmount,"* Sets the value of the Amount property. - * - * @param string $value Amount - * - * @return this instance",isSetAmount,test -OffAmazonPaymentsNotifications_Model_Price,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_Price,getAmount,"* OffAmazonPaymentsNotifications_Model_Price - * - * Properties: - * ",getAmount,test -OffAmazonPaymentsNotifications_Model_Price,setAmount,"* Construct new OffAmazonPaymentsNotifications_Model_Price - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmount,test -OffAmazonPaymentsNotifications_Model_Price,withAmount,"* Gets the value of the Amount property. - * - * @return string Amount",withAmount,test -OffAmazonPaymentsNotifications_Model_Price,isSetAmount,"* Sets the value of the Amount property. - * - * @param string $value Amount - * - * @return this instance",isSetAmount,test -OffAmazonPaymentsNotifications_Model_Price,getCurrencyCode,"* Sets the value of the Amount and returns this instance - * - * @param string $value Amount - * - * @return OffAmazonPaymentsNotifications_Model_Price instance",getCurrencyCode,test -OffAmazonPaymentsNotifications_Model_Price,setCurrencyCode,"* Checks if Amount is set - * - * @return bool true if Amount is set",setCurrencyCode,test -OffAmazonPaymentsNotifications_Model_Price,withCurrencyCode,"* Gets the value of the CurrencyCode property. - * - * @return string CurrencyCode",withCurrencyCode,test -OffAmazonPaymentsNotifications_Model_Price,isSetCurrencyCode,"* Sets the value of the CurrencyCode property. - * - * @param string $value CurrencyCode - * - * @return this instance",isSetCurrencyCode,test -OffAmazonPaymentsNotifications_Model_RefundDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getAmazonRefundId,"* OffAmazonPaymentsNotifications_Model_RefundDetails - * - * Properties: - * ",getAmazonRefundId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setAmazonRefundId,"* Construct new OffAmazonPaymentsNotifications_Model_RefundDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonRefundId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withAmazonRefundId,"* Gets the value of the AmazonRefundId property. - * - * @return string AmazonRefundId",withAmazonRefundId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetAmazonRefundId,"* Sets the value of the AmazonRefundId property. - * - * @param string $value AmazonRefundId - * - * @return this instance",isSetAmazonRefundId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getRefundReferenceId,"* Sets the value of the AmazonRefundId and returns this instance - * - * @param string $value AmazonRefundId - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getRefundReferenceId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setRefundReferenceId,"* Checks if AmazonRefundId is set - * - * @return bool true if AmazonRefundId is set",setRefundReferenceId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withRefundReferenceId,"* Gets the value of the RefundReferenceId property. - * - * @return string RefundReferenceId",withRefundReferenceId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetRefundReferenceId,"* Sets the value of the RefundReferenceId property. - * - * @param string $value RefundReferenceId - * - * @return this instance",isSetRefundReferenceId,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getRefundType,"* Sets the value of the RefundReferenceId and returns this instance - * - * @param string $value RefundReferenceId - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getRefundType,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setRefundType,"* Checks if RefundReferenceId is set - * - * @return bool true if RefundReferenceId is set",setRefundType,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withRefundType,"* Gets the value of the RefundType property. - * - * @return string RefundType",withRefundType,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetRefundType,"* Sets the value of the RefundType property. - * - * @param string $value RefundType - * - * @return this instance",isSetRefundType,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getRefundAmount,"* Sets the value of the RefundType and returns this instance - * - * @param string $value RefundType - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getRefundAmount,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setRefundAmount,"* Checks if RefundType is set - * - * @return bool true if RefundType is set",setRefundAmount,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withRefundAmount,"* Gets the value of the RefundAmount. - * - * @return Price RefundAmount",withRefundAmount,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetRefundAmount,"* Sets the value of the RefundAmount. - * - * @param Price $value RefundAmount - * - * @return void",isSetRefundAmount,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getFeeRefunded,"* Sets the value of the RefundAmount and returns this instance - * - * @param Price $value RefundAmount - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getFeeRefunded,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setFeeRefunded,"* Checks if RefundAmount is set - * - * @return bool true if RefundAmount property is set",setFeeRefunded,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withFeeRefunded,"* Gets the value of the FeeRefunded. - * - * @return Price FeeRefunded",withFeeRefunded,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetFeeRefunded,"* Sets the value of the FeeRefunded. - * - * @param Price $value FeeRefunded - * - * @return void",isSetFeeRefunded,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getCreationTimestamp,"* Sets the value of the FeeRefunded and returns this instance - * - * @param Price $value FeeRefunded - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setCreationTimestamp,"* Checks if FeeRefunded is set - * - * @return bool true if FeeRefunded property is set",setCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",withCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string $value CreationTimestamp - * - * @return this instance",isSetCreationTimestamp,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getRefundStatus,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getRefundStatus,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setRefundStatus,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",setRefundStatus,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withRefundStatus,"* Gets the value of the RefundStatus. - * - * @return OffAmazonPaymentsNotifications_Model_Status RefundStatus",withRefundStatus,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetRefundStatus,"* Sets the value of the RefundStatus. - * - * @param Status $value RefundStatus - * - * @return void",isSetRefundStatus,test -OffAmazonPaymentsNotifications_Model_RefundDetails,getSoftDescriptor,"* Sets the value of the RefundStatus and returns this instance - * - * @param Status $value RefundStatus - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails instance",getSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_RefundDetails,setSoftDescriptor,"* Checks if RefundStatus is set - * - * @return bool true if RefundStatus property is set",setSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_RefundDetails,withSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",withSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_RefundDetails,isSetSoftDescriptor,"* Sets the value of the SoftDescriptor property. - * - * @param string $value SoftDescriptor - * - * @return this instance",isSetSoftDescriptor,test -OffAmazonPaymentsNotifications_Model_RefundNotification,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_RefundNotification,getRefundDetails,"* OffAmazonPaymentsNotifications_Model_RefundNotification - * - * Properties: - * ",getRefundDetails,test -OffAmazonPaymentsNotifications_Model_RefundNotification,setRefundDetails,"* Construct new OffAmazonPaymentsNotifications_Model_RefundNotification - * - * @param OffAmazonPaymentsNotifications_NotificationMetadata $notificationMetadata metadata for request - * @param mixed $data DOMElement or Associative Array - * to construct from. - * - * Valid properties: - * ",setRefundDetails,test -OffAmazonPaymentsNotifications_Model_RefundNotification,withRefundDetails,"* Construct OffAmazonPaymentsNotifications_Model_RefundNotification - * from XML string - * - * @param string $xml XML string to construct from - * - * @return OffAmazonPaymentsNotifications_Model_RefundNotification",withRefundDetails,test -OffAmazonPaymentsNotifications_Model_RefundNotification,isSetRefundDetails,"* Gets the value of the RefundNotification. - * - * @return OffAmazonPaymentsNotifications_Model_RefundDetails property value",isSetRefundDetails,test -OffAmazonPaymentsNotifications_Model_RefundNotification,toXML,"* Sets the value of the RefundDetails. - * - * @param OrderReference $value new value - * - * @return void",toXML,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,getSellerBillingAgreementId,"* OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes - * - * Properties: - * ",getSellerBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,setSellerBillingAgreementId,"* Construct new OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,withSellerBillingAgreementId,"* Gets the value of the SellerBillingAgreementId property. - * - * @return string SellerBillingAgreementId",withSellerBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,isSetSellerBillingAgreementId,"* Sets the value of the SellerBillingAgreementId property. - * - * @param string SellerBillingAgreementId - * @return this instance",isSetSellerBillingAgreementId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,getSellerId,"* Sets the value of the SellerBillingAgreementId and returns this instance - * - * @param string $value SellerBillingAgreementId - * @return OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes instance",getSellerId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,setSellerId,"* Checks if SellerBillingAgreementId is set - * - * @return bool true if SellerBillingAgreementId is set",setSellerId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,getSellerId,"* OffAmazonPaymentsNotifications_Model_SellerOrderAttributes - * - * Properties: - * ",getSellerId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,setSellerId,"* Construct new OffAmazonPaymentsNotifications_Model_SellerOrderAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,withSellerId,"* Gets the value of the SellerId. - * - * @return string property value",withSellerId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,isSetSellerId,"* Sets the value of the SellerId. - * - * @param string $value new value - * - * @return void",isSetSellerId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,getSellerOrderId,"* Sets the value of the SellerId - * and returns this instance - * - * @param string $value SellerId - * - * @return OffAmazonPaymentsNotifications_Model_SellerOrderAttributes instance",getSellerOrderId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,setSellerOrderId,"* Checks if SellerId is set - * - * @return bool true if SellerId property is set",setSellerOrderId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,withSellerOrderId,"* Gets the value of the SellerOrderId. - * - * @return string property value",withSellerOrderId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,isSetSellerOrderId,"* Sets the value of the SellerOrderId. - * - * @param string $value new value - * - * @return void",isSetSellerOrderId,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,getOrderItemCategories,"* Sets the value of the SellerOrderId - * and returns this instance - * - * @param string $value SellerOrderId - * - * @return OffAmazonPaymentsNotifications_Model_SellerOrderAttributes instance",getOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,setOrderItemCategories,"* Checks if SellerOrderId is set - * - * @return bool true if SellerOrderId property is set",setOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,withOrderItemCategories,"* Gets the value of the OrderItemCategories. - * - * @return string property value",withOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_SellerOrderAttributes,isSetOrderItemCategories,"* Sets the value of the OrderItemCategories. - * - * @param string $value new value - * - * @return void",isSetOrderItemCategories,test -OffAmazonPaymentsNotifications_Model_SnsNotificationMetadata,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_SnsNotificationMetadata,getTimestamp,* SNS Message information,getTimestamp,test -OffAmazonPaymentsNotifications_Model_SnsNotificationMetadata,getTopicArn,"* Timestamp for when this notification was generated - * - * @var string",getTopicArn,test -OffAmazonPaymentsNotifications_Model_SnsNotificationMetadata,getMessageId,"* Topic that the notification was generated from - * - * @var string",getMessageId,test -OffAmazonPaymentsNotifications_Model_SnsNotificationMetadata,getNotificationMetadataType,"* Message id - * - * @var string",getNotificationMetadataType,test -OffAmazonPaymentsNotifications_Model_Status,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Model_Status,getState,"* OffAmazonPaymentsNotifications_Model_Status - * - * Properties: - * ",getState,test -OffAmazonPaymentsNotifications_Model_Status,setState,"* Construct new OffAmazonPaymentsNotifications_Model_Status - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setState,test -OffAmazonPaymentsNotifications_Model_Status,withState,"* Gets the value of the State property. - * - * @return PaymentStatus State",withState,test -OffAmazonPaymentsNotifications_Model_Status,isSetState,"* Sets the value of the State property. - * - * @param string $value State - * - * @return this instance",isSetState,test -OffAmazonPaymentsNotifications_Model_Status,getLastUpdateTimestamp,"* Sets the value of the State and returns this instance - * - * @param PaymentStatus $value State - * - * @return OffAmazonPaymentsNotifications_Model_Status instance",getLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_Status,setLastUpdateTimestamp,"* Checks if State is set - * - * @return bool true if State is set",setLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_Status,withLastUpdateTimestamp,"* Gets the value of the LastUpdateTimestamp property. - * - * @return string LastUpdateTimestamp",withLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_Status,isSetLastUpdateTimestamp,"* Sets the value of the LastUpdateTimestamp property. - * - * @param string $value LastUpdateTimestamp - * - * @return this instance",isSetLastUpdateTimestamp,test -OffAmazonPaymentsNotifications_Model_Status,getReasonCode,"* Sets the value of the LastUpdateTimestamp and returns this instance - * - * @param string $value LastUpdateTimestamp - * - * @return OffAmazonPaymentsNotifications_Model_Status instance",getReasonCode,test -OffAmazonPaymentsNotifications_Model_Status,setReasonCode,"* Checks if LastUpdateTimestamp is set - * - * @return bool true if LastUpdateTimestamp is set",setReasonCode,test -OffAmazonPaymentsNotifications_Model_Status,withReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",withReasonCode,test -OffAmazonPaymentsNotifications_Model_Status,isSetReasonCode,"* Sets the value of the ReasonCode property. - * - * @param string $value ReasonCode - * - * @return this instance",isSetReasonCode,test -OffAmazonPaymentsNotifications_Model_Status,getReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * - * @return OffAmazonPaymentsNotifications_Model_Status instance",getReasonDescription,test -OffAmazonPaymentsNotifications_Model_Status,setReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",setReasonDescription,test -OffAmazonPaymentsNotifications_Model_Status,withReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",withReasonDescription,test -OffAmazonPaymentsNotifications_Model_Status,isSetReasonDescription,"* Sets the value of the ReasonDescription property. - * - * @param string $value ReasonDescription - * - * @return this instance",isSetReasonDescription,test -AddressConsentSampleResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -AddressConsentSampleResult,run,"* This script shows the difference between the the getOrderReferenceDetails call with - * and without an LwA access token for a DRAFT Order Reference object - * - * Note that this sample is currently applicable only for US customers of - * Pay with Amazon - *",run,test -OffAmazonPaymentsNotifications_Samples_AuthorizationNotificationSample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Samples_AuthorizationNotificationSample,logNotificationContents,"* Class for handling an authorization notification and print the - * contents to the log file - *",logNotificationContents,test -AutomaticPaymentsSimpleCheckoutResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -AutomaticPaymentsSimpleCheckoutResult,run,"* This script simulates a simple checkout example for automatic payment - * and generates html for the page - *",run,test -OffAmazonPaymentsNotifications_Samples_BillingAgreementNotificationSample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -CancellationResult,__construct,"* ***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -CancellationResult,run,"* This script simulates a simple checkout example and generates - * html for the page - *",run,test -OffAmazonPaymentsNotifications_Samples_CaptureNotificationSample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Samples_IpnLogFile,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Samples_IpnLogFile,getFileName,"* Wrapper around a log file used to capture the ipn notifications - *",getFileName,test -OffAmazonPaymentsNotifications_Samples_IpnLogFile,writeLine,"* Name of the log file without directory path - * - * @var string",writeLine,test -OffAmazonPaymentsNotifications_Samples_IpnLogFile,closeFile,"* File handle - * - * @var int id",closeFile,test -for,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -for,logNotification,"* Abstract parent class for handling an notification and print the - * contents to the log file - *",logNotification,test -OffAmazonPaymentsNotifications_Samples_OrderReferenceSample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsNotifications_Samples_RefundNotificationSample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -RefundResult,__construct,"* ***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -RefundResult,run,"* This script simulates a simple checkout example and generates - * html for the page - *",run,test -SimpleCheckoutResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -SimpleCheckoutResult,run,"* This script simulates a simple checkout example and generates - * html for the page - *",run,test -SplitShipmentsCheckoutResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -SplitShipmentsCheckoutResult,run,"* This script simulates a split shipments checkout example and generates - * html for the page - *",run,test -for,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Client,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Client,getMerchantValues,* @see OffAmazonPaymentsService_Interface,getMerchantValues,test -OffAmazonPaymentsService_Client,capture,"* Implementation of the OffAmazonPaymentsService interface - * that implements client calls to the web service API - * - * OffAmazonPaymentsService_Client is an implementation of OffAmazonPaymentsService - *",capture,test -OffAmazonPaymentsService_Client,refund,@var array,refund,test -OffAmazonPaymentsService_Client,closeAuthorization,"* Construct new Client - * - * @param string $awsAccessKeyId AWS Access Key ID - * @param string $awsSecretAccessKey AWS Secret Access Key - * @param array $config configuration options. - * Valid configuration options are: - * ",closeAuthorization,test -OffAmazonPaymentsService_Client,getRefundDetails,"* Collapse multiple whitespace characters into a single ' ' character. - * @param $s - * @return string",getRefundDetails,test -OffAmazonPaymentsService_Client,getCaptureDetails,"* Collapse multiple whitespace characters into a single ' ' and backslash escape '\', - * and '/' characters from a string. - * @param $s - * @return string",getCaptureDetails,test -OffAmazonPaymentsService_Client,closeOrderReference,"* Collapse multiple whitespace characters into a single ' ' and backslash escape '\', - * and '(' characters from a string. - * - * @param $s - * @return string",closeOrderReference,test -OffAmazonPaymentsService_Client,confirmOrderReference,"* Collapse multiple whitespace characters into a single ' ' and backslash escape '\', - * and '=' characters from a string. - * - * @param $s - * @return unknown_type",confirmOrderReference,test -OffAmazonPaymentsService_Client,getOrderReferenceDetails,"* Collapse multiple whitespace characters into a single ' ' and backslash escape ';', '\', - * and ')' characters from a string. - * - * @param $s - * @return unknown_type",getOrderReferenceDetails,test -OffAmazonPaymentsService_Client,authorize,"* Capture - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CaptureRequest request - * or OffAmazonPaymentsService_Model_CaptureRequest object itself - * @see OffAmazonPaymentsService_Model_Capture - * @return OffAmazonPaymentsService_Model_CaptureResponse OffAmazonPaymentsService_Model_CaptureResponse - * - * @throws OffAmazonPaymentsService_Exception",authorize,test -OffAmazonPaymentsService_Client,setOrderReferenceDetails,"* Refund - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_RefundRequest request - * or OffAmazonPaymentsService_Model_RefundRequest object itself - * @see OffAmazonPaymentsService_Model_Refund - * @return OffAmazonPaymentsService_Model_RefundResponse OffAmazonPaymentsService_Model_RefundResponse - * - * @throws OffAmazonPaymentsService_Exception",setOrderReferenceDetails,test -OffAmazonPaymentsService_Client,getAuthorizationDetails,"* Close Authorization - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CloseAuthorizationRequest request - * or OffAmazonPaymentsService_Model_CloseAuthorizationRequest object itself - * @see OffAmazonPaymentsService_Model_CloseAuthorization - * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse OffAmazonPaymentsService_Model_CloseAuthorizationResponse - * - * @throws OffAmazonPaymentsService_Exception",getAuthorizationDetails,test -OffAmazonPaymentsService_Client,cancelOrderReference,"* Get Refund Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetRefundDetailsRequest request - * or OffAmazonPaymentsService_Model_GetRefundDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetRefundDetails - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse OffAmazonPaymentsService_Model_GetRefundDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",cancelOrderReference,test -OffAmazonPaymentsService_Client,createOrderReferenceForId,"* Get Capture Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetCaptureDetailsRequest request - * or OffAmazonPaymentsService_Model_GetCaptureDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetCaptureDetails - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse OffAmazonPaymentsService_Model_GetCaptureDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",createOrderReferenceForId,test -OffAmazonPaymentsService_Client,getBillingAgreementDetails,"* Close Order Reference - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CloseOrderReferenceRequest request - * or OffAmazonPaymentsService_Model_CloseOrderReferenceRequest object itself - * @see OffAmazonPaymentsService_Model_CloseOrderReference - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse OffAmazonPaymentsService_Model_CloseOrderReferenceResponse - * - * @throws OffAmazonPaymentsService_Exception",getBillingAgreementDetails,test -OffAmazonPaymentsService_Client,setBillingAgreementDetails,"* Confirm Order Reference - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest request - * or OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest object itself - * @see OffAmazonPaymentsService_Model_ConfirmOrderReference - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse - * - * @throws OffAmazonPaymentsService_Exception",setBillingAgreementDetails,test -OffAmazonPaymentsService_Client,confirmBillingAgreement,"* Get Order Reference Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest request - * or OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetOrderReferenceDetails - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",confirmBillingAgreement,test -OffAmazonPaymentsService_Client,validateBillingAgreement,"* Authorize - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_AuthorizeRequest request - * or OffAmazonPaymentsService_Model_AuthorizeRequest object itself - * @see OffAmazonPaymentsService_Model_Authorize - * @return OffAmazonPaymentsService_Model_AuthorizeResponse OffAmazonPaymentsService_Model_AuthorizeResponse - * - * @throws OffAmazonPaymentsService_Exception",validateBillingAgreement,test -OffAmazonPaymentsService_Client,authorizeOnBillingAgreement,"* Set Order Reference Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest request - * or OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_SetOrderReferenceDetails - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",authorizeOnBillingAgreement,test -OffAmazonPaymentsService_Client,closeBillingAgreement,"* Get Authorization Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest request - * or OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetAuthorizationDetails - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",closeBillingAgreement,test -OffAmazonPaymentsService_Exception,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Exception,getErrorCode,"* Off Amazon Payments Service Exception provides details of errors - * returned by Off Amazon Payments Service service - *",getErrorCode,test -OffAmazonPaymentsService_Exception,getErrorType,@var string,getErrorType,test -OffAmazonPaymentsService_Exception,getErrorMessage,@var int,getErrorMessage,test -OffAmazonPaymentsService_Exception,getStatusCode,@var string,getStatusCode,test -OffAmazonPaymentsService_Exception,getXML,@var string,getXML,test -OffAmazonPaymentsService_Exception,getRequestId,@var string,getRequestId,test -OffAmazonPaymentsService_Exception,getResponseHeaderMetadata,@var string,getResponseHeaderMetadata,test -,capture,"***************************************************************************** - * Copyright 2011 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",capture,test -,refund,"* Coral service for marketplace - * payment API operations for external - * merchants. - *",refund,test -,closeAuthorization,"* Capture - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CaptureRequest request - * or OffAmazonPaymentsService_Model_CaptureRequest object itself - * @see OffAmazonPaymentsService_Model_CaptureRequest - * @return OffAmazonPaymentsService_Model_CaptureResponse OffAmazonPaymentsService_Model_CaptureResponse - * - * @throws OffAmazonPaymentsService_Exception",closeAuthorization,test -,getRefundDetails,"* Refund - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_RefundRequest request - * or OffAmazonPaymentsService_Model_RefundRequest object itself - * @see OffAmazonPaymentsService_Model_RefundRequest - * @return OffAmazonPaymentsService_Model_RefundResponse OffAmazonPaymentsService_Model_RefundResponse - * - * @throws OffAmazonPaymentsService_Exception",getRefundDetails,test -,getCaptureDetails,"* Close Authorization - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CloseAuthorizationRequest request - * or OffAmazonPaymentsService_Model_CloseAuthorizationRequest object itself - * @see OffAmazonPaymentsService_Model_CloseAuthorizationRequest - * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse OffAmazonPaymentsService_Model_CloseAuthorizationResponse - * - * @throws OffAmazonPaymentsService_Exception",getCaptureDetails,test -,closeOrderReference,"* Get Refund Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetRefundDetailsRequest request - * or OffAmazonPaymentsService_Model_GetRefundDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetRefundDetailsRequest - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse OffAmazonPaymentsService_Model_GetRefundDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",closeOrderReference,test -,confirmOrderReference,"* Get Capture Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetCaptureDetailsRequest request - * or OffAmazonPaymentsService_Model_GetCaptureDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetCaptureDetailsRequest - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse OffAmazonPaymentsService_Model_GetCaptureDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",confirmOrderReference,test -,getOrderReferenceDetails,"* Close Order Reference - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CloseOrderReferenceRequest request - * or OffAmazonPaymentsService_Model_CloseOrderReferenceRequest object itself - * @see OffAmazonPaymentsService_Model_CloseOrderReferenceRequest - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse OffAmazonPaymentsService_Model_CloseOrderReferenceResponse - * - * @throws OffAmazonPaymentsService_Exception",getOrderReferenceDetails,test -,authorize,"* Confirm Order Reference - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest request - * or OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest object itself - * @see OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse - * - * @throws OffAmazonPaymentsService_Exception",authorize,test -,setOrderReferenceDetails,"* Get Order Reference Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest request - * or OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",setOrderReferenceDetails,test -,getAuthorizationDetails,"* Authorize - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_AuthorizeRequest request - * or OffAmazonPaymentsService_Model_AuthorizeRequest object itself - * @see OffAmazonPaymentsService_Model_AuthorizeRequest - * @return OffAmazonPaymentsService_Model_AuthorizeResponse OffAmazonPaymentsService_Model_AuthorizeResponse - * - * @throws OffAmazonPaymentsService_Exception",getAuthorizationDetails,test -,cancelOrderReference,"* Set Order Reference Details - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest request - * or OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",cancelOrderReference,test -,createOrderReferenceForId,"* Get Authorization Details - - * @see http://docs.amazonwebservices.com/${docPath}GetAuthorizationDetails.html - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest request - * or OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",createOrderReferenceForId,test -,getBillingAgreementDetails,"* Cancel Order Reference - - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CancelOrderReferenceRequest request - * or OffAmazonPaymentsService_Model_CancelOrderReferenceRequest object itself - * @see OffAmazonPaymentsService_Model_CancelOrderReferenceRequest - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceResponse OffAmazonPaymentsService_Model_CancelOrderReferenceResponse - * - * @throws OffAmazonPaymentsService_Exception",getBillingAgreementDetails,test -,setBillingAgreementDetails,"* Create Order Reference For Id - * - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest request - * or OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest object itself - * @see OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse - * - * @throws OffAmazonPaymentsService_Exception",setBillingAgreementDetails,test -,confirmBillingAgreement,"* Get Billing Agreement Details - * - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest request - * or OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",confirmBillingAgreement,test -,validateBillingAgreement,"* Set Billing Agreement Details - * - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest request - * or OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest object itself - * @see OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse - * - * @throws OffAmazonPaymentsService_Exception",validateBillingAgreement,test -,authorizeOnBillingAgreement,"* Confirm Billing Agreement - * - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest request - * or OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest object itself - * @see OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse - * - * @throws OffAmazonPaymentsService_Exception",authorizeOnBillingAgreement,test -,closeBillingAgreement,"* Validate Billing Agreement - * - * @param mixed $request array of parameters for OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest request - * or OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest object itself - * @see OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse - * - * @throws OffAmazonPaymentsService_Exception",closeBillingAgreement,test -OffAmazonPaymentsService_MerchantValues,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -for,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -for,__get,* OffAmazonPaymentsService_Model - base class for all model classes,__get,test -for,__set,@var array,__set,test -OffAmazonPaymentsService_RegionSpecificProperties,getWidgetUrlFor,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",getWidgetUrlFor,test -OffAmazonPaymentsService_RegionSpecificProperties,getServiceUrlFor,"* Encapsulation of properties that are tied to a region/environment pairing - * - * Provides mappings for: - * - widget url - * - mws service url - * - currency code",getServiceUrlFor,test -OffAmazonPaymentsService_RegionSpecificProperties,getCurrencyFor,"* Return the correct widget url for the javascript widget - * - * @param string $region - * @param string $environment - * @param string $merchantId - * @param string $overrideUrl - * - * @return string widgetUrl",getCurrencyFor,test -OffAmazonPaymentsService_Model_Address,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Address,getName,* @see OffAmazonPaymentsService_Model,getName,test -OffAmazonPaymentsService_Model_Address,setName,"* OffAmazonPaymentsService_Model_Address - * - * Properties: - * ",setName,test -OffAmazonPaymentsService_Model_Address,withName,"* Construct new OffAmazonPaymentsService_Model_Address - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withName,test -OffAmazonPaymentsService_Model_Address,isSetName,"* Gets the value of the Name property. - * - * @return string Name",isSetName,test -OffAmazonPaymentsService_Model_Address,getAddressLine1,"* Sets the value of the Name property. - * - * @param string Name - * @return this instance",getAddressLine1,test -OffAmazonPaymentsService_Model_Address,setAddressLine1,"* Sets the value of the Name and returns this instance - * - * @param string $value Name - * @return OffAmazonPaymentsService_Model_Address instance",setAddressLine1,test -OffAmazonPaymentsService_Model_Address,withAddressLine1,"* Checks if Name is set - * - * @return bool true if Name is set",withAddressLine1,test -OffAmazonPaymentsService_Model_Address,isSetAddressLine1,"* Gets the value of the AddressLine1 property. - * - * @return string AddressLine1",isSetAddressLine1,test -OffAmazonPaymentsService_Model_Address,getAddressLine2,"* Sets the value of the AddressLine1 property. - * - * @param string AddressLine1 - * @return this instance",getAddressLine2,test -OffAmazonPaymentsService_Model_Address,setAddressLine2,"* Sets the value of the AddressLine1 and returns this instance - * - * @param string $value AddressLine1 - * @return OffAmazonPaymentsService_Model_Address instance",setAddressLine2,test -OffAmazonPaymentsService_Model_Address,withAddressLine2,"* Checks if AddressLine1 is set - * - * @return bool true if AddressLine1 is set",withAddressLine2,test -OffAmazonPaymentsService_Model_Address,isSetAddressLine2,"* Gets the value of the AddressLine2 property. - * - * @return string AddressLine2",isSetAddressLine2,test -OffAmazonPaymentsService_Model_Address,getAddressLine3,"* Sets the value of the AddressLine2 property. - * - * @param string AddressLine2 - * @return this instance",getAddressLine3,test -OffAmazonPaymentsService_Model_Address,setAddressLine3,"* Sets the value of the AddressLine2 and returns this instance - * - * @param string $value AddressLine2 - * @return OffAmazonPaymentsService_Model_Address instance",setAddressLine3,test -OffAmazonPaymentsService_Model_Address,withAddressLine3,"* Checks if AddressLine2 is set - * - * @return bool true if AddressLine2 is set",withAddressLine3,test -OffAmazonPaymentsService_Model_Address,isSetAddressLine3,"* Gets the value of the AddressLine3 property. - * - * @return string AddressLine3",isSetAddressLine3,test -OffAmazonPaymentsService_Model_Address,getCity,"* Sets the value of the AddressLine3 property. - * - * @param string AddressLine3 - * @return this instance",getCity,test -OffAmazonPaymentsService_Model_Address,setCity,"* Sets the value of the AddressLine3 and returns this instance - * - * @param string $value AddressLine3 - * @return OffAmazonPaymentsService_Model_Address instance",setCity,test -OffAmazonPaymentsService_Model_Address,withCity,"* Checks if AddressLine3 is set - * - * @return bool true if AddressLine3 is set",withCity,test -OffAmazonPaymentsService_Model_Address,isSetCity,"* Gets the value of the City property. - * - * @return string City",isSetCity,test -OffAmazonPaymentsService_Model_Address,getCounty,"* Sets the value of the City property. - * - * @param string City - * @return this instance",getCounty,test -OffAmazonPaymentsService_Model_Address,setCounty,"* Sets the value of the City and returns this instance - * - * @param string $value City - * @return OffAmazonPaymentsService_Model_Address instance",setCounty,test -OffAmazonPaymentsService_Model_Address,withCounty,"* Checks if City is set - * - * @return bool true if City is set",withCounty,test -OffAmazonPaymentsService_Model_Address,isSetCounty,"* Gets the value of the County property. - * - * @return string County",isSetCounty,test -OffAmazonPaymentsService_Model_Address,getDistrict,"* Sets the value of the County property. - * - * @param string County - * @return this instance",getDistrict,test -OffAmazonPaymentsService_Model_Address,setDistrict,"* Sets the value of the County and returns this instance - * - * @param string $value County - * @return OffAmazonPaymentsService_Model_Address instance",setDistrict,test -OffAmazonPaymentsService_Model_Address,withDistrict,"* Checks if County is set - * - * @return bool true if County is set",withDistrict,test -OffAmazonPaymentsService_Model_Address,isSetDistrict,"* Gets the value of the District property. - * - * @return string District",isSetDistrict,test -OffAmazonPaymentsService_Model_Address,getStateOrRegion,"* Sets the value of the District property. - * - * @param string District - * @return this instance",getStateOrRegion,test -OffAmazonPaymentsService_Model_Address,setStateOrRegion,"* Sets the value of the District and returns this instance - * - * @param string $value District - * @return OffAmazonPaymentsService_Model_Address instance",setStateOrRegion,test -OffAmazonPaymentsService_Model_Address,withStateOrRegion,"* Checks if District is set - * - * @return bool true if District is set",withStateOrRegion,test -OffAmazonPaymentsService_Model_Address,isSetStateOrRegion,"* Gets the value of the StateOrRegion property. - * - * @return string StateOrRegion",isSetStateOrRegion,test -OffAmazonPaymentsService_Model_Address,getPostalCode,"* Sets the value of the StateOrRegion property. - * - * @param string StateOrRegion - * @return this instance",getPostalCode,test -OffAmazonPaymentsService_Model_Address,setPostalCode,"* Sets the value of the StateOrRegion and returns this instance - * - * @param string $value StateOrRegion - * @return OffAmazonPaymentsService_Model_Address instance",setPostalCode,test -OffAmazonPaymentsService_Model_Address,withPostalCode,"* Checks if StateOrRegion is set - * - * @return bool true if StateOrRegion is set",withPostalCode,test -OffAmazonPaymentsService_Model_Address,isSetPostalCode,"* Gets the value of the PostalCode property. - * - * @return string PostalCode",isSetPostalCode,test -OffAmazonPaymentsService_Model_Address,getCountryCode,"* Sets the value of the PostalCode property. - * - * @param string PostalCode - * @return this instance",getCountryCode,test -OffAmazonPaymentsService_Model_Address,setCountryCode,"* Sets the value of the PostalCode and returns this instance - * - * @param string $value PostalCode - * @return OffAmazonPaymentsService_Model_Address instance",setCountryCode,test -OffAmazonPaymentsService_Model_Address,withCountryCode,"* Checks if PostalCode is set - * - * @return bool true if PostalCode is set",withCountryCode,test -OffAmazonPaymentsService_Model_Address,isSetCountryCode,"* Gets the value of the CountryCode property. - * - * @return string CountryCode",isSetCountryCode,test -OffAmazonPaymentsService_Model_Address,getPhone,"* Sets the value of the CountryCode property. - * - * @param string CountryCode - * @return this instance",getPhone,test -OffAmazonPaymentsService_Model_Address,setPhone,"* Sets the value of the CountryCode and returns this instance - * - * @param string $value CountryCode - * @return OffAmazonPaymentsService_Model_Address instance",setPhone,test -OffAmazonPaymentsService_Model_Address,withPhone,"* Checks if CountryCode is set - * - * @return bool true if CountryCode is set",withPhone,test -OffAmazonPaymentsService_Model_Address,isSetPhone,"* Gets the value of the Phone property. - * - * @return string Phone",isSetPhone,test -OffAmazonPaymentsService_Model_AuthorizationDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAmazonAuthorizationId,* @see OffAmazonPaymentsService_Model,getAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAmazonAuthorizationId,"* OffAmazonPaymentsService_Model_AuthorizationDetails - * - * Properties: - * ",setAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAmazonAuthorizationId,"* Construct new OffAmazonPaymentsService_Model_AuthorizationDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAmazonAuthorizationId,"* Gets the value of the AmazonAuthorizationId property. - * - * @return string AmazonAuthorizationId",isSetAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAuthorizationReferenceId,"* Sets the value of the AmazonAuthorizationId property. - * - * @param string AmazonAuthorizationId - * @return this instance",getAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAuthorizationReferenceId,"* Sets the value of the AmazonAuthorizationId and returns this instance - * - * @param string $value AmazonAuthorizationId - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAuthorizationReferenceId,"* Checks if AmazonAuthorizationId is set - * - * @return bool true if AmazonAuthorizationId is set",withAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAuthorizationReferenceId,"* Gets the value of the AuthorizationReferenceId property. - * - * @return string AuthorizationReferenceId",isSetAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAuthorizationBillingAddress,"* Sets the value of the AuthorizationReferenceId property. - * - * @param string AuthorizationReferenceId - * @return this instance",getAuthorizationBillingAddress,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAuthorizationBillingAddress,"* Sets the value of the AuthorizationReferenceId and returns this instance - * - * @param string $value AuthorizationReferenceId - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setAuthorizationBillingAddress,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAuthorizationBillingAddress,"* Checks if AuthorizationReferenceId is set - * - * @return bool true if AuthorizationReferenceId is set",withAuthorizationBillingAddress,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAuthorizationBillingAddress,"* Gets the value of the AuthorizationBillingAddress property. - * - * @return string AuthorizationBillingAddress",isSetAuthorizationBillingAddress,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getSellerAuthorizationNote,"* Sets the value of the AuthorizationBillingAddress property. - * - * @param string AuthorizationBillingAddress - * @return this instance",getSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setSellerAuthorizationNote,"* Sets the value of the AuthorizationBillingAddress and returns this instance - * - * @param string $value AuthorizationBillingAddress - * @return OffAmazonPaymentsService_Model_Address instance",setSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withSellerAuthorizationNote,"* Checks if AuthorizationBillingAddress is set - * - * @return bool true if AuthorizationBillingAddress is set",withSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetSellerAuthorizationNote,"* Gets the value of the SellerAuthorizationNote property. - * - * @return string SellerAuthorizationNote",isSetSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAuthorizationAmount,"* Sets the value of the SellerAuthorizationNote property. - * - * @param string SellerAuthorizationNote - * @return this instance",getAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAuthorizationAmount,"* Sets the value of the SellerAuthorizationNote and returns this instance - * - * @param string $value SellerAuthorizationNote - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAuthorizationAmount,"* Checks if SellerAuthorizationNote is set - * - * @return bool true if SellerAuthorizationNote is set",withAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAuthorizationAmount,"* Gets the value of the AuthorizationAmount. - * - * @return OffAmazonPaymentsService_Model_Price AuthorizationAmount",isSetAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getCapturedAmount,"* Sets the value of the AuthorizationAmount. - * - * @param Price AuthorizationAmount - * @return void",getCapturedAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setCapturedAmount,"* Sets the value of the AuthorizationAmount and returns this instance - * - * @param Price $value AuthorizationAmount - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setCapturedAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withCapturedAmount,"* Checks if AuthorizationAmount is set - * - * @return bool true if AuthorizationAmount property is set",withCapturedAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetCapturedAmount,"* Gets the value of the CapturedAmount. - * - * @return Price CapturedAmount",isSetCapturedAmount,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAuthorizationFee,"* Sets the value of the CapturedAmount. - * - * @param Price CapturedAmount - * @return void",getAuthorizationFee,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAuthorizationFee,"* Sets the value of the CapturedAmount and returns this instance - * - * @param Price $value CapturedAmount - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setAuthorizationFee,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAuthorizationFee,"* Checks if CapturedAmount is set - * - * @return bool true if CapturedAmount property is set",withAuthorizationFee,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAuthorizationFee,"* Gets the value of the AuthorizationFee. - * - * @return Price AuthorizationFee",isSetAuthorizationFee,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getIdList,"* Sets the value of the AuthorizationFee. - * - * @param Price AuthorizationFee - * @return void",getIdList,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setIdList,"* Sets the value of the AuthorizationFee and returns this instance - * - * @param Price $value AuthorizationFee - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setIdList,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withIdList,"* Checks if AuthorizationFee is set - * - * @return bool true if AuthorizationFee property is set",withIdList,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetIdList,"* Gets the value of the IdList. - * - * @return OffAmazonPaymentsService_Model_IdList IdList",isSetIdList,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getCreationTimestamp,"* Sets the value of the IdList. - * - * @param IdList IdList - * @return void",getCreationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setCreationTimestamp,"* Sets the value of the IdList and returns this instance - * - * @param IdList $value IdList - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setCreationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withCreationTimestamp,"* Checks if IdList is set - * - * @return bool true if IdList property is set",withCreationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",isSetCreationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getExpirationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return this instance",getExpirationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setExpirationTimestamp,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setExpirationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withExpirationTimestamp,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",withExpirationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetExpirationTimestamp,"* Gets the value of the ExpirationTimestamp property. - * - * @return string ExpirationTimestamp",isSetExpirationTimestamp,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getAuthorizationStatus,"* Sets the value of the ExpirationTimestamp property. - * - * @param string ExpirationTimestamp - * @return this instance",getAuthorizationStatus,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setAuthorizationStatus,"* Sets the value of the ExpirationTimestamp and returns this instance - * - * @param string $value ExpirationTimestamp - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setAuthorizationStatus,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withAuthorizationStatus,"* Checks if ExpirationTimestamp is set - * - * @return bool true if ExpirationTimestamp is set",withAuthorizationStatus,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetAuthorizationStatus,"* Gets the value of the AuthorizationStatus. - * - * @return OffAmazonPaymentsService_Model_Status AuthorizationStatus",isSetAuthorizationStatus,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getOrderItemCategories,"* Sets the value of the AuthorizationStatus. - * - * @param Status AuthorizationStatus - * @return void",getOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setOrderItemCategories,"* Sets the value of the AuthorizationStatus and returns this instance - * - * @param Status $value AuthorizationStatus - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withOrderItemCategories,"* Checks if AuthorizationStatus is set - * - * @return bool true if AuthorizationStatus property is set",withOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetOrderItemCategories,"* Gets the value of the OrderItemCategories. - * - * @return OrderItemCategories OrderItemCategories",isSetOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getCaptureNow,"* Sets the value of the OrderItemCategories. - * - * @param OrderItemCategories OrderItemCategories - * @return void",getCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setCaptureNow,"* Sets the value of the OrderItemCategories and returns this instance - * - * @param OrderItemCategories $value OrderItemCategories - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withCaptureNow,"* Checks if OrderItemCategories is set - * - * @return bool true if OrderItemCategories property is set",withCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetCaptureNow,"* Gets the value of the CaptureNow property. - * - * @return bool CaptureNow",isSetCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizationDetails,getSoftDescriptor,"* Sets the value of the CaptureNow property. - * - * @param bool CaptureNow - * @return this instance",getSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizationDetails,setSoftDescriptor,"* Sets the value of the CaptureNow and returns this instance - * - * @param bool $value CaptureNow - * @return OffAmazonPaymentsService_Model_AuthorizationDetails instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizationDetails,withSoftDescriptor,"* Checks if CaptureNow is set - * - * @return bool true if CaptureNow is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizationDetails,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getSellerId,"* OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest - * - * Properties: - * ",getSellerId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setSellerId,"* Construct new OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getAmazonBillingAgreementId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setAmazonBillingAgreementId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getAuthorizationReferenceId,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setAuthorizationReferenceId,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withAuthorizationReferenceId,"* Gets the value of the AuthorizationReferenceId property. - * - * @return string AuthorizationReferenceId",withAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetAuthorizationReferenceId,"* Sets the value of the AuthorizationReferenceId property. - * - * @param string AuthorizationReferenceId - * @return this instance",isSetAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getAuthorizationAmount,"* Sets the value of the AuthorizationReferenceId and returns this instance - * - * @param string $value AuthorizationReferenceId - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setAuthorizationAmount,"* Checks if AuthorizationReferenceId is set - * - * @return bool true if AuthorizationReferenceId is set",setAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withAuthorizationAmount,"* Gets the value of the AuthorizationAmount. - * - * @return Price AuthorizationAmount",withAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetAuthorizationAmount,"* Sets the value of the AuthorizationAmount. - * - * @param Price AuthorizationAmount - * @return void",isSetAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getSellerAuthorizationNote,"* Sets the value of the AuthorizationAmount and returns this instance - * - * @param Price $value AuthorizationAmount - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setSellerAuthorizationNote,"* Checks if AuthorizationAmount is set - * - * @return bool true if AuthorizationAmount property is set",setSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withSellerAuthorizationNote,"* Gets the value of the SellerAuthorizationNote property. - * - * @return string SellerAuthorizationNote",withSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetSellerAuthorizationNote,"* Sets the value of the SellerAuthorizationNote property. - * - * @param string SellerAuthorizationNote - * @return this instance",isSetSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getTransactionTimeout,"* Sets the value of the SellerAuthorizationNote and returns this instance - * - * @param string $value SellerAuthorizationNote - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setTransactionTimeout,"* Checks if SellerAuthorizationNote is set - * - * @return bool true if SellerAuthorizationNote is set",setTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withTransactionTimeout,"* Gets the value of the TransactionTimeout property. - * - * @return int TransactionTimeout",withTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetTransactionTimeout,"* Sets the value of the TransactionTimeout property. - * - * @param int TransactionTimeout - * @return this instance",isSetTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getCaptureNow,"* Sets the value of the TransactionTimeout and returns this instance - * - * @param int $value TransactionTimeout - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setCaptureNow,"* Checks if TransactionTimeout is set - * - * @return bool true if TransactionTimeout is set",setCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withCaptureNow,"* Gets the value of the CaptureNow property. - * - * @return bool CaptureNow",withCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetCaptureNow,"* Sets the value of the CaptureNow property. - * - * @param bool CaptureNow - * @return this instance",isSetCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getSoftDescriptor,"* Sets the value of the CaptureNow and returns this instance - * - * @param bool $value CaptureNow - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setSoftDescriptor,"* Checks if CaptureNow is set - * - * @return bool true if CaptureNow is set",setSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",withSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetSoftDescriptor,"* Sets the value of the SoftDescriptor property. - * - * @param string SoftDescriptor - * @return this instance",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getSellerNote,"* Sets the value of the SoftDescriptor and returns this instance - * - * @param string $value SoftDescriptor - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getSellerNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setSellerNote,"* Checks if SoftDescriptor is set - * - * @return bool true if SoftDescriptor is set",setSellerNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withSellerNote,"* Gets the value of the SellerNote property. - * - * @return string SellerNote",withSellerNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetSellerNote,"* Sets the value of the SellerNote property. - * - * @param string SellerNote - * @return this instance",isSetSellerNote,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getPlatformId,"* Sets the value of the SellerNote and returns this instance - * - * @param string $value SellerNote - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getPlatformId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setPlatformId,"* Checks if SellerNote is set - * - * @return bool true if SellerNote is set",setPlatformId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withPlatformId,"* Gets the value of the PlatformId property. - * - * @return string PlatformId",withPlatformId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetPlatformId,"* Sets the value of the PlatformId property. - * - * @param string PlatformId - * @return this instance",isSetPlatformId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getSellerOrderAttributes,"* Sets the value of the PlatformId and returns this instance - * - * @param string $value PlatformId - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getSellerOrderAttributes,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setSellerOrderAttributes,"* Checks if PlatformId is set - * - * @return bool true if PlatformId is set",setSellerOrderAttributes,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withSellerOrderAttributes,"* Gets the value of the SellerOrderAttributes. - * - * @return SellerOrderAttributes SellerOrderAttributes",withSellerOrderAttributes,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetSellerOrderAttributes,"* Sets the value of the SellerOrderAttributes. - * - * @param SellerOrderAttributes SellerOrderAttributes - * @return void",isSetSellerOrderAttributes,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,getInheritShippingAddress,"* Sets the value of the SellerOrderAttributes and returns this instance - * - * @param SellerOrderAttributes $value SellerOrderAttributes - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest instance",getInheritShippingAddress,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,setInheritShippingAddress,"* Checks if SellerOrderAttributes is set - * - * @return bool true if SellerOrderAttributes property is set",setInheritShippingAddress,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,withInheritShippingAddress,"* Gets the value of the InheritShippingAddress property. - * - * @return bool InheritShippingAddress",withInheritShippingAddress,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest,isSetInheritShippingAddress,"* Sets the value of the InheritShippingAddress property. - * - * @param bool InheritShippingAddress - * @return this instance",isSetInheritShippingAddress,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,getAuthorizeOnBillingAgreementResult,"* OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse - * - * Properties: - * ",getAuthorizeOnBillingAgreementResult,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,setAuthorizeOnBillingAgreementResult,"* Construct new OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAuthorizeOnBillingAgreementResult,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,withAuthorizeOnBillingAgreementResult,"* Construct OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse",withAuthorizeOnBillingAgreementResult,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,isSetAuthorizeOnBillingAgreementResult,"* Gets the value of the AuthorizeOnBillingAgreementResult. - * - * @return AuthorizeOnBillingAgreementResult AuthorizeOnBillingAgreementResult",isSetAuthorizeOnBillingAgreementResult,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,getResponseMetadata,"* Sets the value of the AuthorizeOnBillingAgreementResult. - * - * @param AuthorizeOnBillingAgreementResult AuthorizeOnBillingAgreementResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,setResponseMetadata,"* Sets the value of the AuthorizeOnBillingAgreementResult and returns this instance - * - * @param AuthorizeOnBillingAgreementResult $value AuthorizeOnBillingAgreementResult - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,withResponseMetadata,"* Checks if AuthorizeOnBillingAgreementResult is set - * - * @return bool true if AuthorizeOnBillingAgreementResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,getAuthorizationDetails,"* OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult - * - * Properties: - * ",getAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,setAuthorizationDetails,"* Construct new OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,withAuthorizationDetails,"* Gets the value of the AuthorizationDetails. - * - * @return AuthorizationDetails AuthorizationDetails",withAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,isSetAuthorizationDetails,"* Sets the value of the AuthorizationDetails. - * - * @param AuthorizationDetails AuthorizationDetails - * @return void",isSetAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,getAmazonOrderReferenceId,"* Sets the value of the AuthorizationDetails and returns this instance - * - * @param AuthorizationDetails $value AuthorizationDetails - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult instance",getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,setAmazonOrderReferenceId,"* Checks if AuthorizationDetails is set - * - * @return bool true if AuthorizationDetails property is set",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,withAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult,isSetAmazonOrderReferenceId,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setSellerId,"* OffAmazonPaymentsService_Model_AuthorizeRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_AuthorizeRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getAmazonOrderReferenceId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setAmazonOrderReferenceId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withAmazonOrderReferenceId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getAuthorizationReferenceId,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setAuthorizationReferenceId,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withAuthorizationReferenceId,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetAuthorizationReferenceId,"* Gets the value of the AuthorizationReferenceId property. - * - * @return string AuthorizationReferenceId",isSetAuthorizationReferenceId,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getAuthorizationAmount,"* Sets the value of the AuthorizationReferenceId property. - * - * @param string AuthorizationReferenceId - * @return this instance",getAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setAuthorizationAmount,"* Sets the value of the AuthorizationReferenceId and returns this instance - * - * @param string $value AuthorizationReferenceId - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withAuthorizationAmount,"* Checks if AuthorizationReferenceId is set - * - * @return bool true if AuthorizationReferenceId is set",withAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetAuthorizationAmount,"* Gets the value of the AuthorizationAmount. - * - * @return \OffAmazonPaymentsService_Model_Price AuthorizationAmount",isSetAuthorizationAmount,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getSellerAuthorizationNote,"* Sets the value of the AuthorizationAmount. - * - * @param \OffAmazonPaymentsService_Model_Price AuthorizationAmount - * @return void",getSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setSellerAuthorizationNote,"* Sets the value of the AuthorizationAmount and returns this instance - * - * @param \OffAmazonPaymentsService_Model_Price $value AuthorizationAmount - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withSellerAuthorizationNote,"* Checks if AuthorizationAmount is set - * - * @return bool true if AuthorizationAmount property is set",withSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetSellerAuthorizationNote,"* Gets the value of the SellerAuthorizationNote property. - * - * @return string SellerAuthorizationNote",isSetSellerAuthorizationNote,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getOrderItemCategories,"* Sets the value of the SellerAuthorizationNote property. - * - * @param string SellerAuthorizationNote - * @return this instance",getOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setOrderItemCategories,"* Sets the value of the SellerAuthorizationNote and returns this instance - * - * @param string $value SellerAuthorizationNote - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withOrderItemCategories,"* Checks if SellerAuthorizationNote is set - * - * @return bool true if SellerAuthorizationNote is set",withOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetOrderItemCategories,"* Gets the value of the OrderItemCategories. - * - * @return OrderItemCategories OrderItemCategories",isSetOrderItemCategories,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getTransactionTimeout,"* Sets the value of the OrderItemCategories. - * - * @param OrderItemCategories OrderItemCategories - * @return void",getTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setTransactionTimeout,"* Sets the value of the OrderItemCategories and returns this instance - * - * @param OrderItemCategories $value OrderItemCategories - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withTransactionTimeout,"* Checks if OrderItemCategories is set - * - * @return bool true if OrderItemCategories property is set",withTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetTransactionTimeout,"* Gets the value of the TransactionTimeout property. - * - * @return int TransactionTimeout",isSetTransactionTimeout,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getCaptureNow,"* Sets the value of the TransactionTimeout property. - * - * @param int TransactionTimeout - * @return this instance",getCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setCaptureNow,"* Sets the value of the TransactionTimeout and returns this instance - * - * @param int $value TransactionTimeout - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withCaptureNow,"* Checks if TransactionTimeout is set - * - * @return bool true if TransactionTimeout is set",withCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetCaptureNow,"* Gets the value of the CaptureNow property. - * - * @return bool CaptureNow",isSetCaptureNow,test -OffAmazonPaymentsService_Model_AuthorizeRequest,getSoftDescriptor,"* Sets the value of the CaptureNow property. - * - * @param bool CaptureNow - * @return this instance",getSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeRequest,setSoftDescriptor,"* Sets the value of the CaptureNow and returns this instance - * - * @param bool $value CaptureNow - * @return OffAmazonPaymentsService_Model_AuthorizeRequest instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeRequest,withSoftDescriptor,"* Checks if CaptureNow is set - * - * @return bool true if CaptureNow is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeRequest,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_AuthorizeResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeResponse,getAuthorizeResult,* @see OffAmazonPaymentsService_Model,getAuthorizeResult,test -OffAmazonPaymentsService_Model_AuthorizeResponse,setAuthorizeResult,"* OffAmazonPaymentsService_Model_AuthorizeResponse - * - * Properties: - * ",setAuthorizeResult,test -OffAmazonPaymentsService_Model_AuthorizeResponse,withAuthorizeResult,"* Construct new OffAmazonPaymentsService_Model_AuthorizeResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAuthorizeResult,test -OffAmazonPaymentsService_Model_AuthorizeResponse,isSetAuthorizeResult,"* Construct OffAmazonPaymentsService_Model_AuthorizeResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_AuthorizeResponse",isSetAuthorizeResult,test -OffAmazonPaymentsService_Model_AuthorizeResponse,getResponseMetadata,"* Gets the value of the AuthorizeResult. - * - * @return OffAmazonPaymentsService_Model_AuthorizeResult AuthorizeResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResponse,setResponseMetadata,"* Sets the value of the AuthorizeResult. - * - * @param AuthorizeResult AuthorizeResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResponse,withResponseMetadata,"* Sets the value of the AuthorizeResult and returns this instance - * - * @param AuthorizeResult $value AuthorizeResult - * @return OffAmazonPaymentsService_Model_AuthorizeResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResponse,isSetResponseMetadata,"* Checks if AuthorizeResult is set - * - * @return bool true if AuthorizeResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_AuthorizeResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_AuthorizeResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_AuthorizeResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_AuthorizeResult,getAuthorizationDetails,* @see OffAmazonPaymentsService_Model,getAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeResult,setAuthorizationDetails,"* OffAmazonPaymentsService_Model_AuthorizeResult - * - * Properties: - * ",setAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeResult,withAuthorizationDetails,"* Construct new OffAmazonPaymentsService_Model_AuthorizeResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAuthorizationDetails,test -OffAmazonPaymentsService_Model_AuthorizeResult,isSetAuthorizationDetails,"* Gets the value of the AuthorizationDetails. - * - * @return OffAmazonPaymentsService_Model_AuthorizationDetails AuthorizationDetails",isSetAuthorizationDetails,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,getPlatformId,"* OffAmazonPaymentsService_Model_BillingAgreementAttributes - * - * Properties: - * ",getPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,setPlatformId,"* Construct new OffAmazonPaymentsService_Model_BillingAgreementAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,withPlatformId,"* Gets the value of the PlatformId property. - * - * @return string PlatformId",withPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,isSetPlatformId,"* Sets the value of the PlatformId property. - * - * @param string PlatformId - * @return this instance",isSetPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,getSellerNote,"* Sets the value of the PlatformId and returns this instance - * - * @param string $value PlatformId - * @return OffAmazonPaymentsService_Model_BillingAgreementAttributes instance",getSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,setSellerNote,"* Checks if PlatformId is set - * - * @return bool true if PlatformId is set",setSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,withSellerNote,"* Gets the value of the SellerNote property. - * - * @return string SellerNote",withSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,isSetSellerNote,"* Sets the value of the SellerNote property. - * - * @param string SellerNote - * @return this instance",isSetSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,getSellerBillingAgreementAttributes,"* Sets the value of the SellerNote and returns this instance - * - * @param string $value SellerNote - * @return OffAmazonPaymentsService_Model_BillingAgreementAttributes instance",getSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,setSellerBillingAgreementAttributes,"* Checks if SellerNote is set - * - * @return bool true if SellerNote is set",setSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,withSellerBillingAgreementAttributes,"* Gets the value of the SellerBillingAgreementAttributes. - * - * @return SellerBillingAgreementAttributes SellerBillingAgreementAttributes",withSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementAttributes,isSetSellerBillingAgreementAttributes,"* Sets the value of the SellerBillingAgreementAttributes. - * - * @param SellerBillingAgreementAttributes SellerBillingAgreementAttributes - * @return void",isSetSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getAmazonBillingAgreementId,"* OffAmazonPaymentsService_Model_BillingAgreementDetails - * - * Properties: - * ",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setAmazonBillingAgreementId,"* Construct new OffAmazonPaymentsService_Model_BillingAgreementDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getBillingAgreementLimits,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getBillingAgreementLimits,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setBillingAgreementLimits,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setBillingAgreementLimits,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withBillingAgreementLimits,"* Gets the value of the BillingAgreementLimits. - * - * @return BillingAgreementLimits BillingAgreementLimits",withBillingAgreementLimits,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetBillingAgreementLimits,"* Sets the value of the BillingAgreementLimits. - * - * @param BillingAgreementLimits BillingAgreementLimits - * @return void",isSetBillingAgreementLimits,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getBuyer,"* Sets the value of the BillingAgreementLimits and returns this instance - * - * @param BillingAgreementLimits $value BillingAgreementLimits - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getBuyer,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setBuyer,"* Checks if BillingAgreementLimits is set - * - * @return bool true if BillingAgreementLimits property is set",setBuyer,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withBuyer,"* Gets the value of the Buyer. - * - * @return Buyer Buyer",withBuyer,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetBuyer,"* Sets the value of the Buyer. - * - * @param Buyer Buyer - * @return void",isSetBuyer,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getSellerNote,"* Sets the value of the Buyer and returns this instance - * - * @param Buyer $value Buyer - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setSellerNote,"* Checks if Buyer is set - * - * @return bool true if Buyer property is set",setSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withSellerNote,"* Gets the value of the SellerNote property. - * - * @return string SellerNote",withSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetSellerNote,"* Sets the value of the SellerNote property. - * - * @param string SellerNote - * @return this instance",isSetSellerNote,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getPlatformId,"* Sets the value of the SellerNote and returns this instance - * - * @param string $value SellerNote - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setPlatformId,"* Checks if SellerNote is set - * - * @return bool true if SellerNote is set",setPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withPlatformId,"* Gets the value of the PlatformId property. - * - * @return string PlatformId",withPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetPlatformId,"* Sets the value of the PlatformId property. - * - * @param string PlatformId - * @return this instance",isSetPlatformId,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getDestination,"* Sets the value of the PlatformId and returns this instance - * - * @param string $value PlatformId - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getDestination,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setDestination,"* Checks if PlatformId is set - * - * @return bool true if PlatformId is set",setDestination,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withDestination,"* Gets the value of the Destination. - * - * @return Destination Destination",withDestination,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetDestination,"* Sets the value of the Destination. - * - * @param Destination Destination - * @return void",isSetDestination,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getReleaseEnvironment,"* Sets the value of the Destination and returns this instance - * - * @param Destination $value Destination - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getReleaseEnvironment,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setReleaseEnvironment,"* Checks if Destination is set - * - * @return bool true if Destination property is set",setReleaseEnvironment,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withReleaseEnvironment,"* Gets the value of the ReleaseEnvironment property. - * - * @return string ReleaseEnvironment",withReleaseEnvironment,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetReleaseEnvironment,"* Sets the value of the ReleaseEnvironment property. - * - * @param string ReleaseEnvironment - * @return this instance",isSetReleaseEnvironment,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getSellerBillingAgreementAttributes,"* Sets the value of the ReleaseEnvironment and returns this instance - * - * @param string $value ReleaseEnvironment - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setSellerBillingAgreementAttributes,"* Checks if ReleaseEnvironment is set - * - * @return bool true if ReleaseEnvironment is set",setSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withSellerBillingAgreementAttributes,"* Gets the value of the SellerBillingAgreementAttributes. - * - * @return SellerBillingAgreementAttributes SellerBillingAgreementAttributes",withSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetSellerBillingAgreementAttributes,"* Sets the value of the SellerBillingAgreementAttributes. - * - * @param SellerBillingAgreementAttributes SellerBillingAgreementAttributes - * @return void",isSetSellerBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getBillingAgreementStatus,"* Sets the value of the SellerBillingAgreementAttributes and returns this instance - * - * @param SellerBillingAgreementAttributes $value SellerBillingAgreementAttributes - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getBillingAgreementStatus,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setBillingAgreementStatus,"* Checks if SellerBillingAgreementAttributes is set - * - * @return bool true if SellerBillingAgreementAttributes property is set",setBillingAgreementStatus,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withBillingAgreementStatus,"* Gets the value of the BillingAgreementStatus. - * - * @return BillingAgreementStatus BillingAgreementStatus",withBillingAgreementStatus,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetBillingAgreementStatus,"* Sets the value of the BillingAgreementStatus. - * - * @param BillingAgreementStatus BillingAgreementStatus - * @return void",isSetBillingAgreementStatus,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getConstraints,"* Sets the value of the BillingAgreementStatus and returns this instance - * - * @param BillingAgreementStatus $value BillingAgreementStatus - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getConstraints,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setConstraints,"* Checks if BillingAgreementStatus is set - * - * @return bool true if BillingAgreementStatus property is set",setConstraints,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withConstraints,"* Gets the value of the Constraints. - * - * @return Constraints Constraints",withConstraints,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetConstraints,"* Sets the value of the Constraints. - * - * @param Constraints Constraints - * @return void",isSetConstraints,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getCreationTimestamp,"* Sets the value of the Constraints and returns this instance - * - * @param Constraints $value Constraints - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getCreationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setCreationTimestamp,"* Checks if Constraints is set - * - * @return bool true if Constraints property is set",setCreationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",withCreationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetCreationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return this instance",isSetCreationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getExpirationTimestamp,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getExpirationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setExpirationTimestamp,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",setExpirationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withExpirationTimestamp,"* Gets the value of the ExpirationTimestamp property. - * - * @return string ExpirationTimestamp",withExpirationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetExpirationTimestamp,"* Sets the value of the ExpirationTimestamp property. - * - * @param string ExpirationTimestamp - * @return this instance",isSetExpirationTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,getBillingAgreementConsent,"* Sets the value of the ExpirationTimestamp and returns this instance - * - * @param string $value ExpirationTimestamp - * @return OffAmazonPaymentsService_Model_BillingAgreementDetails instance",getBillingAgreementConsent,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,setBillingAgreementConsent,"* Checks if ExpirationTimestamp is set - * - * @return bool true if ExpirationTimestamp is set",setBillingAgreementConsent,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,withBillingAgreementConsent,"* Gets the value of the BillingAgreementConsent property. - * - * @return bool BillingAgreementConsent",withBillingAgreementConsent,test -OffAmazonPaymentsService_Model_BillingAgreementDetails,isSetBillingAgreementConsent,"* Sets the value of the BillingAgreementConsent property. - * - * @param bool BillingAgreementConsent - * @return this instance",isSetBillingAgreementConsent,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,getAmountLimitPerTimePeriod,"* OffAmazonPaymentsService_Model_BillingAgreementLimits - * - * Properties: - * ",getAmountLimitPerTimePeriod,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,setAmountLimitPerTimePeriod,"* Construct new OffAmazonPaymentsService_Model_BillingAgreementLimits - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmountLimitPerTimePeriod,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,withAmountLimitPerTimePeriod,"* Gets the value of the AmountLimitPerTimePeriod. - * - * @return Price AmountLimitPerTimePeriod",withAmountLimitPerTimePeriod,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,isSetAmountLimitPerTimePeriod,"* Sets the value of the AmountLimitPerTimePeriod. - * - * @param Price AmountLimitPerTimePeriod - * @return void",isSetAmountLimitPerTimePeriod,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,getTimePeriodStartDate,"* Sets the value of the AmountLimitPerTimePeriod and returns this instance - * - * @param Price $value AmountLimitPerTimePeriod - * @return OffAmazonPaymentsService_Model_BillingAgreementLimits instance",getTimePeriodStartDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,setTimePeriodStartDate,"* Checks if AmountLimitPerTimePeriod is set - * - * @return bool true if AmountLimitPerTimePeriod property is set",setTimePeriodStartDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,withTimePeriodStartDate,"* Gets the value of the TimePeriodStartDate property. - * - * @return string TimePeriodStartDate",withTimePeriodStartDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,isSetTimePeriodStartDate,"* Sets the value of the TimePeriodStartDate property. - * - * @param string TimePeriodStartDate - * @return this instance",isSetTimePeriodStartDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,getTimePeriodEndDate,"* Sets the value of the TimePeriodStartDate and returns this instance - * - * @param string $value TimePeriodStartDate - * @return OffAmazonPaymentsService_Model_BillingAgreementLimits instance",getTimePeriodEndDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,setTimePeriodEndDate,"* Checks if TimePeriodStartDate is set - * - * @return bool true if TimePeriodStartDate is set",setTimePeriodEndDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,withTimePeriodEndDate,"* Gets the value of the TimePeriodEndDate property. - * - * @return string TimePeriodEndDate",withTimePeriodEndDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,isSetTimePeriodEndDate,"* Sets the value of the TimePeriodEndDate property. - * - * @param string TimePeriodEndDate - * @return this instance",isSetTimePeriodEndDate,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,getCurrentRemainingBalance,"* Sets the value of the TimePeriodEndDate and returns this instance - * - * @param string $value TimePeriodEndDate - * @return OffAmazonPaymentsService_Model_BillingAgreementLimits instance",getCurrentRemainingBalance,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,setCurrentRemainingBalance,"* Checks if TimePeriodEndDate is set - * - * @return bool true if TimePeriodEndDate is set",setCurrentRemainingBalance,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,withCurrentRemainingBalance,"* Gets the value of the CurrentRemainingBalance. - * - * @return Price CurrentRemainingBalance",withCurrentRemainingBalance,test -OffAmazonPaymentsService_Model_BillingAgreementLimits,isSetCurrentRemainingBalance,"* Sets the value of the CurrentRemainingBalance. - * - * @param Price CurrentRemainingBalance - * @return void",isSetCurrentRemainingBalance,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,getState,"* OffAmazonPaymentsService_Model_BillingAgreementStatus - * - * Properties: - * ",getState,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,setState,"* Construct new OffAmazonPaymentsService_Model_BillingAgreementStatus - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setState,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,withState,"* Gets the value of the State property. - * - * @return string State",withState,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,isSetState,"* Sets the value of the State property. - * - * @param string State - * @return this instance",isSetState,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,getLastUpdatedTimestamp,"* Sets the value of the State and returns this instance - * - * @param string $value State - * @return OffAmazonPaymentsService_Model_BillingAgreementStatus instance",getLastUpdatedTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,setLastUpdatedTimestamp,"* Checks if State is set - * - * @return bool true if State is set",setLastUpdatedTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,withLastUpdatedTimestamp,"* Gets the value of the LastUpdatedTimestamp property. - * - * @return string LastUpdatedTimestamp",withLastUpdatedTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,isSetLastUpdatedTimestamp,"* Sets the value of the LastUpdatedTimestamp property. - * - * @param string LastUpdatedTimestamp - * @return this instance",isSetLastUpdatedTimestamp,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,getReasonCode,"* Sets the value of the LastUpdatedTimestamp and returns this instance - * - * @param string $value LastUpdatedTimestamp - * @return OffAmazonPaymentsService_Model_BillingAgreementStatus instance",getReasonCode,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,setReasonCode,"* Checks if LastUpdatedTimestamp is set - * - * @return bool true if LastUpdatedTimestamp is set",setReasonCode,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,withReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",withReasonCode,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,isSetReasonCode,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return this instance",isSetReasonCode,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,getReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * @return OffAmazonPaymentsService_Model_BillingAgreementStatus instance",getReasonDescription,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,setReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",setReasonDescription,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,withReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",withReasonDescription,test -OffAmazonPaymentsService_Model_BillingAgreementStatus,isSetReasonDescription,"* Sets the value of the ReasonDescription property. - * - * @param string ReasonDescription - * @return this instance",isSetReasonDescription,test -OffAmazonPaymentsService_Model_Buyer,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Buyer,getName,* @see OffAmazonPaymentsService_Model,getName,test -OffAmazonPaymentsService_Model_Buyer,setName,"* OffAmazonPaymentsService_Model_Buyer - * - * Properties: - * ",setName,test -OffAmazonPaymentsService_Model_Buyer,withName,"* Construct new OffAmazonPaymentsService_Model_Buyer - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withName,test -OffAmazonPaymentsService_Model_Buyer,isSetName,"* Gets the value of the Name property. - * - * @return string Name",isSetName,test -OffAmazonPaymentsService_Model_Buyer,getEmail,"* Sets the value of the Name property. - * - * @param string Name - * @return this instance",getEmail,test -OffAmazonPaymentsService_Model_Buyer,setEmail,"* Sets the value of the Name and returns this instance - * - * @param string $value Name - * @return OffAmazonPaymentsService_Model_Buyer instance",setEmail,test -OffAmazonPaymentsService_Model_Buyer,withEmail,"* Checks if Name is set - * - * @return bool true if Name is set",withEmail,test -OffAmazonPaymentsService_Model_Buyer,isSetEmail,"* Gets the value of the Email property. - * - * @return string Email",isSetEmail,test -OffAmazonPaymentsService_Model_Buyer,getPhone,"* Sets the value of the Email property. - * - * @param string Email - * @return this instance",getPhone,test -OffAmazonPaymentsService_Model_Buyer,setPhone,"* Sets the value of the Email and returns this instance - * - * @param string $value Email - * @return OffAmazonPaymentsService_Model_Buyer instance",setPhone,test -OffAmazonPaymentsService_Model_Buyer,withPhone,"* Checks if Email is set - * - * @return bool true if Email is set",withPhone,test -OffAmazonPaymentsService_Model_Buyer,isSetPhone,"* Gets the value of the Phone property. - * - * @return string Phone",isSetPhone,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,setSellerId,"* OffAmazonPaymentsService_Model_CancelOrderReferenceRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_CancelOrderReferenceRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,getAmazonOrderReferenceId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,setAmazonOrderReferenceId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceRequest instance",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,withAmazonOrderReferenceId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,getCancelationReason,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getCancelationReason,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,setCancelationReason,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceRequest instance",setCancelationReason,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,withCancelationReason,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withCancelationReason,test -OffAmazonPaymentsService_Model_CancelOrderReferenceRequest,isSetCancelationReason,"* Gets the value of the CancelationReason property. - * - * @return string CancelationReason",isSetCancelationReason,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,getCancelOrderReferenceResult,* @see OffAmazonPaymentsService_Model,getCancelOrderReferenceResult,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,setCancelOrderReferenceResult,"* OffAmazonPaymentsService_Model_CancelOrderReferenceResponse - * - * Properties: - * ",setCancelOrderReferenceResult,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,withCancelOrderReferenceResult,"* Construct new OffAmazonPaymentsService_Model_CancelOrderReferenceResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCancelOrderReferenceResult,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,isSetCancelOrderReferenceResult,"* Construct OffAmazonPaymentsService_Model_CancelOrderReferenceResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceResponse",isSetCancelOrderReferenceResult,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,getResponseMetadata,"* Gets the value of the CancelOrderReferenceResult. - * - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceResult CancelOrderReferenceResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,setResponseMetadata,"* Sets the value of the CancelOrderReferenceResult. - * - * @param CancelOrderReferenceResult CancelOrderReferenceResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,withResponseMetadata,"* Sets the value of the CancelOrderReferenceResult and returns this instance - * - * @param CancelOrderReferenceResult $value CancelOrderReferenceResult - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,isSetResponseMetadata,"* Checks if CancelOrderReferenceResult is set - * - * @return bool true if CancelOrderReferenceResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CancelOrderReferenceResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CancelOrderReferenceResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CaptureDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CaptureDetails,getAmazonCaptureId,* @see OffAmazonPaymentsService_Model,getAmazonCaptureId,test -OffAmazonPaymentsService_Model_CaptureDetails,setAmazonCaptureId,"* OffAmazonPaymentsService_Model_CaptureDetails - * - * Properties: - * ",setAmazonCaptureId,test -OffAmazonPaymentsService_Model_CaptureDetails,withAmazonCaptureId,"* Construct new OffAmazonPaymentsService_Model_CaptureDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonCaptureId,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetAmazonCaptureId,"* Gets the value of the AmazonCaptureId property. - * - * @return string AmazonCaptureId",isSetAmazonCaptureId,test -OffAmazonPaymentsService_Model_CaptureDetails,getCaptureReferenceId,"* Sets the value of the AmazonCaptureId property. - * - * @param string AmazonCaptureId - * @return this instance",getCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureDetails,setCaptureReferenceId,"* Sets the value of the AmazonCaptureId and returns this instance - * - * @param string $value AmazonCaptureId - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureDetails,withCaptureReferenceId,"* Checks if AmazonCaptureId is set - * - * @return bool true if AmazonCaptureId is set",withCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetCaptureReferenceId,"* Gets the value of the CaptureReferenceId property. - * - * @return string CaptureReferenceId",isSetCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureDetails,getSellerCaptureNote,"* Sets the value of the CaptureReferenceId property. - * - * @param string CaptureReferenceId - * @return this instance",getSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureDetails,setSellerCaptureNote,"* Sets the value of the CaptureReferenceId and returns this instance - * - * @param string $value CaptureReferenceId - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureDetails,withSellerCaptureNote,"* Checks if CaptureReferenceId is set - * - * @return bool true if CaptureReferenceId is set",withSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetSellerCaptureNote,"* Gets the value of the SellerCaptureNote property. - * - * @return string SellerCaptureNote",isSetSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureDetails,getCaptureAmount,"* Sets the value of the SellerCaptureNote property. - * - * @param string SellerCaptureNote - * @return this instance",getCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,setCaptureAmount,"* Sets the value of the SellerCaptureNote and returns this instance - * - * @param string $value SellerCaptureNote - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,withCaptureAmount,"* Checks if SellerCaptureNote is set - * - * @return bool true if SellerCaptureNote is set",withCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetCaptureAmount,"* Gets the value of the CaptureAmount. - * - * @return OffAmazonPaymentsService_Model_Price CaptureAmount",isSetCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,getRefundedAmount,"* Sets the value of the CaptureAmount. - * - * @param Price CaptureAmount - * @return void",getRefundedAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,setRefundedAmount,"* Sets the value of the CaptureAmount and returns this instance - * - * @param Price $value CaptureAmount - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setRefundedAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,withRefundedAmount,"* Checks if CaptureAmount is set - * - * @return bool true if CaptureAmount property is set",withRefundedAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetRefundedAmount,"* Gets the value of the RefundedAmount. - * - * @return OffAmazonPaymentsService_Model_Price RefundedAmount",isSetRefundedAmount,test -OffAmazonPaymentsService_Model_CaptureDetails,getCaptureFee,"* Sets the value of the RefundedAmount. - * - * @param Price RefundedAmount - * @return void",getCaptureFee,test -OffAmazonPaymentsService_Model_CaptureDetails,setCaptureFee,"* Sets the value of the RefundedAmount and returns this instance - * - * @param Price $value RefundedAmount - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setCaptureFee,test -OffAmazonPaymentsService_Model_CaptureDetails,withCaptureFee,"* Checks if RefundedAmount is set - * - * @return bool true if RefundedAmount property is set",withCaptureFee,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetCaptureFee,"* Gets the value of the CaptureFee. - * - * @return Price CaptureFee",isSetCaptureFee,test -OffAmazonPaymentsService_Model_CaptureDetails,getIdList,"* Sets the value of the CaptureFee. - * - * @param Price CaptureFee - * @return void",getIdList,test -OffAmazonPaymentsService_Model_CaptureDetails,setIdList,"* Sets the value of the CaptureFee and returns this instance - * - * @param Price $value CaptureFee - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setIdList,test -OffAmazonPaymentsService_Model_CaptureDetails,withIdList,"* Checks if CaptureFee is set - * - * @return bool true if CaptureFee property is set",withIdList,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetIdList,"* Gets the value of the IdList. - * - * @return IdList IdList",isSetIdList,test -OffAmazonPaymentsService_Model_CaptureDetails,getCreationTimestamp,"* Sets the value of the IdList. - * - * @param IdList IdList - * @return void",getCreationTimestamp,test -OffAmazonPaymentsService_Model_CaptureDetails,setCreationTimestamp,"* Sets the value of the IdList and returns this instance - * - * @param IdList $value IdList - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setCreationTimestamp,test -OffAmazonPaymentsService_Model_CaptureDetails,withCreationTimestamp,"* Checks if IdList is set - * - * @return bool true if IdList property is set",withCreationTimestamp,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",isSetCreationTimestamp,test -OffAmazonPaymentsService_Model_CaptureDetails,getCaptureStatus,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return this instance",getCaptureStatus,test -OffAmazonPaymentsService_Model_CaptureDetails,setCaptureStatus,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setCaptureStatus,test -OffAmazonPaymentsService_Model_CaptureDetails,withCaptureStatus,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",withCaptureStatus,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetCaptureStatus,"* Gets the value of the CaptureStatus. - * - * @return OffAmazonPaymentsService_Model_Status CaptureStatus",isSetCaptureStatus,test -OffAmazonPaymentsService_Model_CaptureDetails,getSoftDescriptor,"* Sets the value of the CaptureStatus. - * - * @param Status CaptureStatus - * @return void",getSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureDetails,setSoftDescriptor,"* Sets the value of the CaptureStatus and returns this instance - * - * @param Status $value CaptureStatus - * @return OffAmazonPaymentsService_Model_CaptureDetails instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureDetails,withSoftDescriptor,"* Checks if CaptureStatus is set - * - * @return bool true if CaptureStatus property is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureDetails,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CaptureRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_CaptureRequest,setSellerId,"* OffAmazonPaymentsService_Model_CaptureRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_CaptureRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_CaptureRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_CaptureRequest,getAmazonAuthorizationId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CaptureRequest,setAmazonAuthorizationId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CaptureRequest instance",setAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CaptureRequest,withAmazonAuthorizationId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetAmazonAuthorizationId,"* Gets the value of the AmazonAuthorizationId property. - * - * @return string AmazonAuthorizationId",isSetAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CaptureRequest,getCaptureReferenceId,"* Sets the value of the AmazonAuthorizationId property. - * - * @param string AmazonAuthorizationId - * @return this instance",getCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureRequest,setCaptureReferenceId,"* Sets the value of the AmazonAuthorizationId and returns this instance - * - * @param string $value AmazonAuthorizationId - * @return OffAmazonPaymentsService_Model_CaptureRequest instance",setCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureRequest,withCaptureReferenceId,"* Checks if AmazonAuthorizationId is set - * - * @return bool true if AmazonAuthorizationId is set",withCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetCaptureReferenceId,"* Gets the value of the CaptureReferenceId property. - * - * @return string CaptureReferenceId",isSetCaptureReferenceId,test -OffAmazonPaymentsService_Model_CaptureRequest,getCaptureAmount,"* Sets the value of the CaptureReferenceId property. - * - * @param string CaptureReferenceId - * @return this instance",getCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureRequest,setCaptureAmount,"* Sets the value of the CaptureReferenceId and returns this instance - * - * @param string $value CaptureReferenceId - * @return OffAmazonPaymentsService_Model_CaptureRequest instance",setCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureRequest,withCaptureAmount,"* Checks if CaptureReferenceId is set - * - * @return bool true if CaptureReferenceId is set",withCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetCaptureAmount,"* Gets the value of the CaptureAmount. - * - * @return OffAmazonPaymentsService_Model_Price CaptureAmount",isSetCaptureAmount,test -OffAmazonPaymentsService_Model_CaptureRequest,getSellerCaptureNote,"* Sets the value of the CaptureAmount. - * - * @param Price CaptureAmount - * @return void",getSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureRequest,setSellerCaptureNote,"* Sets the value of the CaptureAmount and returns this instance - * - * @param Price $value CaptureAmount - * @return OffAmazonPaymentsService_Model_CaptureRequest instance",setSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureRequest,withSellerCaptureNote,"* Checks if CaptureAmount is set - * - * @return bool true if CaptureAmount property is set",withSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetSellerCaptureNote,"* Gets the value of the SellerCaptureNote property. - * - * @return string SellerCaptureNote",isSetSellerCaptureNote,test -OffAmazonPaymentsService_Model_CaptureRequest,getSoftDescriptor,"* Sets the value of the SellerCaptureNote property. - * - * @param string SellerCaptureNote - * @return this instance",getSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureRequest,setSoftDescriptor,"* Sets the value of the SellerCaptureNote and returns this instance - * - * @param string $value SellerCaptureNote - * @return OffAmazonPaymentsService_Model_CaptureRequest instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureRequest,withSoftDescriptor,"* Checks if SellerCaptureNote is set - * - * @return bool true if SellerCaptureNote is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureRequest,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_CaptureResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CaptureResponse,getCaptureResult,* @see OffAmazonPaymentsService_Model,getCaptureResult,test -OffAmazonPaymentsService_Model_CaptureResponse,setCaptureResult,"* OffAmazonPaymentsService_Model_CaptureResponse - * - * Properties: - * ",setCaptureResult,test -OffAmazonPaymentsService_Model_CaptureResponse,withCaptureResult,"* Construct new OffAmazonPaymentsService_Model_CaptureResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCaptureResult,test -OffAmazonPaymentsService_Model_CaptureResponse,isSetCaptureResult,"* Construct OffAmazonPaymentsService_Model_CaptureResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CaptureResponse",isSetCaptureResult,test -OffAmazonPaymentsService_Model_CaptureResponse,getResponseMetadata,"* Gets the value of the CaptureResult. - * - * @return OffAmazonPaymentsService_Model_CaptureResult CaptureResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_CaptureResponse,setResponseMetadata,"* Sets the value of the CaptureResult. - * - * @param CaptureResult CaptureResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_CaptureResponse,withResponseMetadata,"* Sets the value of the CaptureResult and returns this instance - * - * @param CaptureResult $value CaptureResult - * @return OffAmazonPaymentsService_Model_CaptureResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_CaptureResponse,isSetResponseMetadata,"* Checks if CaptureResult is set - * - * @return bool true if CaptureResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CaptureResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_CaptureResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CaptureResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CaptureResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CaptureResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CaptureResult,getCaptureDetails,* @see OffAmazonPaymentsService_Model,getCaptureDetails,test -OffAmazonPaymentsService_Model_CaptureResult,setCaptureDetails,"* OffAmazonPaymentsService_Model_CaptureResult - * - * Properties: - * ",setCaptureDetails,test -OffAmazonPaymentsService_Model_CaptureResult,withCaptureDetails,"* Construct new OffAmazonPaymentsService_Model_CaptureResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCaptureDetails,test -OffAmazonPaymentsService_Model_CaptureResult,isSetCaptureDetails,"* Gets the value of the CaptureDetails. - * - * @return OffAmazonPaymentsService_Model_CaptureDetails CaptureDetails",isSetCaptureDetails,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,setSellerId,"* OffAmazonPaymentsService_Model_CloseAuthorizationRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_CloseAuthorizationRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,getAmazonAuthorizationId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,setAmazonAuthorizationId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CloseAuthorizationRequest instance",setAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,withAmazonAuthorizationId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,isSetAmazonAuthorizationId,"* Gets the value of the AmazonAuthorizationId property. - * - * @return string AmazonAuthorizationId",isSetAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,getClosureReason,"* Sets the value of the AmazonAuthorizationId property. - * - * @param string AmazonAuthorizationId - * @return this instance",getClosureReason,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,setClosureReason,"* Sets the value of the AmazonAuthorizationId and returns this instance - * - * @param string $value AmazonAuthorizationId - * @return OffAmazonPaymentsService_Model_CloseAuthorizationRequest instance",setClosureReason,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,withClosureReason,"* Checks if AmazonAuthorizationId is set - * - * @return bool true if AmazonAuthorizationId is set",withClosureReason,test -OffAmazonPaymentsService_Model_CloseAuthorizationRequest,isSetClosureReason,"* Gets the value of the ClosureReason property. - * - * @return string ClosureReason",isSetClosureReason,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,getCloseAuthorizationResult,* @see OffAmazonPaymentsService_Model,getCloseAuthorizationResult,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,setCloseAuthorizationResult,"* OffAmazonPaymentsService_Model_CloseAuthorizationResponse - * - * Properties: - * ",setCloseAuthorizationResult,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,withCloseAuthorizationResult,"* Construct new OffAmazonPaymentsService_Model_CloseAuthorizationResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCloseAuthorizationResult,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,isSetCloseAuthorizationResult,"* Construct OffAmazonPaymentsService_Model_CloseAuthorizationResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse",isSetCloseAuthorizationResult,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,getResponseMetadata,"* Gets the value of the CloseAuthorizationResult. - * - * @return CloseAuthorizationResult CloseAuthorizationResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,setResponseMetadata,"* Sets the value of the CloseAuthorizationResult. - * - * @param CloseAuthorizationResult CloseAuthorizationResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,withResponseMetadata,"* Sets the value of the CloseAuthorizationResult and returns this instance - * - * @param CloseAuthorizationResult $value CloseAuthorizationResult - * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,isSetResponseMetadata,"* Checks if CloseAuthorizationResult is set - * - * @return bool true if CloseAuthorizationResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseAuthorizationResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,getAmazonBillingAgreementId,"* OffAmazonPaymentsService_Model_CloseBillingAgreementRequest - * - * Properties: - * ",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,setAmazonBillingAgreementId,"* Construct new OffAmazonPaymentsService_Model_CloseBillingAgreementRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,getSellerId,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementRequest instance",getSellerId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,setSellerId,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setSellerId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,getClosureReason,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementRequest instance",getClosureReason,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,setClosureReason,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setClosureReason,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,withClosureReason,"* Gets the value of the ClosureReason property. - * - * @return string ClosureReason",withClosureReason,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,isSetClosureReason,"* Sets the value of the ClosureReason property. - * - * @param string ClosureReason - * @return this instance",isSetClosureReason,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,getReasonCode,"* Sets the value of the ClosureReason and returns this instance - * - * @param string $value ClosureReason - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementRequest instance",getReasonCode,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,setReasonCode,"* Checks if ClosureReason is set - * - * @return bool true if ClosureReason is set",setReasonCode,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,withReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",withReasonCode,test -OffAmazonPaymentsService_Model_CloseBillingAgreementRequest,isSetReasonCode,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return this instance",isSetReasonCode,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,getCloseBillingAgreementResult,"* OffAmazonPaymentsService_Model_CloseBillingAgreementResponse - * - * Properties: - * ",getCloseBillingAgreementResult,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,setCloseBillingAgreementResult,"* Construct new OffAmazonPaymentsService_Model_CloseBillingAgreementResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setCloseBillingAgreementResult,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,withCloseBillingAgreementResult,"* Construct OffAmazonPaymentsService_Model_CloseBillingAgreementResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementResponse",withCloseBillingAgreementResult,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,isSetCloseBillingAgreementResult,"* Gets the value of the CloseBillingAgreementResult. - * - * @return CloseBillingAgreementResult CloseBillingAgreementResult",isSetCloseBillingAgreementResult,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,getResponseMetadata,"* Sets the value of the CloseBillingAgreementResult. - * - * @param CloseBillingAgreementResult CloseBillingAgreementResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,setResponseMetadata,"* Sets the value of the CloseBillingAgreementResult and returns this instance - * - * @param CloseBillingAgreementResult $value CloseBillingAgreementResult - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,withResponseMetadata,"* Checks if CloseBillingAgreementResult is set - * - * @return bool true if CloseBillingAgreementResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CloseBillingAgreementResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseBillingAgreementResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,setSellerId,"* OffAmazonPaymentsService_Model_CloseOrderReferenceRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_CloseOrderReferenceRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,getAmazonOrderReferenceId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,setAmazonOrderReferenceId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceRequest instance",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,withAmazonOrderReferenceId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,getClosureReason,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getClosureReason,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,setClosureReason,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceRequest instance",setClosureReason,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,withClosureReason,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withClosureReason,test -OffAmazonPaymentsService_Model_CloseOrderReferenceRequest,isSetClosureReason,"* Gets the value of the ClosureReason property. - * - * @return string ClosureReason",isSetClosureReason,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,getCloseOrderReferenceResult,* @see OffAmazonPaymentsService_Model,getCloseOrderReferenceResult,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,setCloseOrderReferenceResult,"* OffAmazonPaymentsService_Model_CloseOrderReferenceResponse - * - * Properties: - * ",setCloseOrderReferenceResult,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,withCloseOrderReferenceResult,"* Construct new OffAmazonPaymentsService_Model_CloseOrderReferenceResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCloseOrderReferenceResult,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,isSetCloseOrderReferenceResult,"* Construct OffAmazonPaymentsService_Model_CloseOrderReferenceResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse",isSetCloseOrderReferenceResult,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,getResponseMetadata,"* Gets the value of the CloseOrderReferenceResult. - * - * @return CloseOrderReferenceResult CloseOrderReferenceResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,setResponseMetadata,"* Sets the value of the CloseOrderReferenceResult. - * - * @param CloseOrderReferenceResult CloseOrderReferenceResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,withResponseMetadata,"* Sets the value of the CloseOrderReferenceResult and returns this instance - * - * @param CloseOrderReferenceResult $value CloseOrderReferenceResult - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,isSetResponseMetadata,"* Checks if CloseOrderReferenceResult is set - * - * @return bool true if CloseOrderReferenceResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CloseOrderReferenceResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,getSellerId,"* OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest - * - * Properties: - * ",getSellerId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,setSellerId,"* Construct new OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,getAmazonBillingAgreementId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest instance",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,setAmazonBillingAgreementId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,getConfirmBillingAgreementResult,"* OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse - * - * Properties: - * ",getConfirmBillingAgreementResult,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,setConfirmBillingAgreementResult,"* Construct new OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setConfirmBillingAgreementResult,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,withConfirmBillingAgreementResult,"* Construct OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse",withConfirmBillingAgreementResult,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,isSetConfirmBillingAgreementResult,"* Gets the value of the ConfirmBillingAgreementResult. - * - * @return ConfirmBillingAgreementResult ConfirmBillingAgreementResult",isSetConfirmBillingAgreementResult,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,getResponseMetadata,"* Sets the value of the ConfirmBillingAgreementResult. - * - * @param ConfirmBillingAgreementResult ConfirmBillingAgreementResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,setResponseMetadata,"* Sets the value of the ConfirmBillingAgreementResult and returns this instance - * - * @param ConfirmBillingAgreementResult $value ConfirmBillingAgreementResult - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,withResponseMetadata,"* Checks if ConfirmBillingAgreementResult is set - * - * @return bool true if ConfirmBillingAgreementResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ConfirmBillingAgreementResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,getAmazonOrderReferenceId,* @see OffAmazonPaymentsService_Model,getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,setAmazonOrderReferenceId,"* OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest - * - * Properties: - * ",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,withAmazonOrderReferenceId,"* Construct new OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,getSellerId,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getSellerId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,setSellerId,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest instance",setSellerId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,withSellerId,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withSellerId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,getResponseMetadata,* @see OffAmazonPaymentsService_Model,getResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,setResponseMetadata,"* OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse - * - * Properties: - * ",setResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,withResponseMetadata,"* Construct new OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,isSetResponseMetadata,"* Construct OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_Constraint,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Constraint,getConstraintID,* @see OffAmazonPaymentsService_Model,getConstraintID,test -OffAmazonPaymentsService_Model_Constraint,setConstraintID,"* OffAmazonPaymentsService_Model_Constraint - * - * Properties: - * ",setConstraintID,test -OffAmazonPaymentsService_Model_Constraint,withConstraintID,"* Construct new OffAmazonPaymentsService_Model_Constraint - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withConstraintID,test -OffAmazonPaymentsService_Model_Constraint,isSetConstraintID,"* Gets the value of the ConstraintID property. - * - * @return string ConstraintID",isSetConstraintID,test -OffAmazonPaymentsService_Model_Constraint,getDescription,"* Sets the value of the ConstraintID property. - * - * @param string ConstraintID - * @return this instance",getDescription,test -OffAmazonPaymentsService_Model_Constraint,setDescription,"* Sets the value of the ConstraintID and returns this instance - * - * @param string $value ConstraintID - * @return OffAmazonPaymentsService_Model_Constraint instance",setDescription,test -OffAmazonPaymentsService_Model_Constraint,withDescription,"* Checks if ConstraintID is set - * - * @return bool true if ConstraintID is set",withDescription,test -OffAmazonPaymentsService_Model_Constraint,isSetDescription,"* Gets the value of the Description property. - * - * @return string Description",isSetDescription,test -OffAmazonPaymentsService_Model_Constraints,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Constraints,getConstraint,* @see OffAmazonPaymentsService_Model,getConstraint,test -OffAmazonPaymentsService_Model_Constraints,setConstraint,"* OffAmazonPaymentsService_Model_Constraints - * - * Properties: - * ",setConstraint,test -OffAmazonPaymentsService_Model_Constraints,withConstraint,"* Construct new OffAmazonPaymentsService_Model_Constraints - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withConstraint,test -OffAmazonPaymentsService_Model_Constraints,isSetConstraint,"* Gets the value of the Constraint. - * - * @return array of Constraint Constraint",isSetConstraint,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getId,"* OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest - * - * Properties: - * ",getId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setId,"* Construct new OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withId,"* Gets the value of the Id property. - * - * @return string Id",withId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetId,"* Sets the value of the Id property. - * - * @param string Id - * @return this instance",isSetId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getSellerId,"* Sets the value of the Id and returns this instance - * - * @param string $value Id - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest instance",getSellerId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setSellerId,"* Checks if Id is set - * - * @return bool true if Id is set",setSellerId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getIdType,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest instance",getIdType,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setIdType,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setIdType,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withIdType,"* Gets the value of the IdType property. - * - * @return string IdType",withIdType,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetIdType,"* Sets the value of the IdType property. - * - * @param string IdType - * @return this instance",isSetIdType,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getInheritShippingAddress,"* Sets the value of the IdType and returns this instance - * - * @param string $value IdType - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest instance",getInheritShippingAddress,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setInheritShippingAddress,"* Checks if IdType is set - * - * @return bool true if IdType is set",setInheritShippingAddress,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withInheritShippingAddress,"* Gets the value of the InheritShippingAddress property. - * - * @return bool InheritShippingAddress",withInheritShippingAddress,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetInheritShippingAddress,"* Sets the value of the InheritShippingAddress property. - * - * @param bool InheritShippingAddress - * @return this instance",isSetInheritShippingAddress,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getConfirmNow,"* Sets the value of the InheritShippingAddress and returns this instance - * - * @param bool $value InheritShippingAddress - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest instance",getConfirmNow,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setConfirmNow,"* Checks if InheritShippingAddress is set - * - * @return bool true if InheritShippingAddress is set",setConfirmNow,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withConfirmNow,"* Gets the value of the ConfirmNow property. - * - * @return bool ConfirmNow",withConfirmNow,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetConfirmNow,"* Sets the value of the ConfirmNow property. - * - * @param bool ConfirmNow - * @return this instance",isSetConfirmNow,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,getOrderReferenceAttributes,"* Sets the value of the ConfirmNow and returns this instance - * - * @param bool $value ConfirmNow - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest instance",getOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,setOrderReferenceAttributes,"* Checks if ConfirmNow is set - * - * @return bool true if ConfirmNow is set",setOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,withOrderReferenceAttributes,"* Gets the value of the OrderReferenceAttributes. - * - * @return OrderReferenceAttributes OrderReferenceAttributes",withOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest,isSetOrderReferenceAttributes,"* Sets the value of the OrderReferenceAttributes. - * - * @param OrderReferenceAttributes OrderReferenceAttributes - * @return void",isSetOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,getCreateOrderReferenceForIdResult,"* OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse - * - * Properties: - * ",getCreateOrderReferenceForIdResult,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,setCreateOrderReferenceForIdResult,"* Construct new OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setCreateOrderReferenceForIdResult,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,withCreateOrderReferenceForIdResult,"* Construct OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse",withCreateOrderReferenceForIdResult,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,isSetCreateOrderReferenceForIdResult,"* Gets the value of the CreateOrderReferenceForIdResult. - * - * @return CreateOrderReferenceForIdResult CreateOrderReferenceForIdResult",isSetCreateOrderReferenceForIdResult,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,getResponseMetadata,"* Sets the value of the CreateOrderReferenceForIdResult. - * - * @param CreateOrderReferenceForIdResult CreateOrderReferenceForIdResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,setResponseMetadata,"* Sets the value of the CreateOrderReferenceForIdResult and returns this instance - * - * @param CreateOrderReferenceForIdResult $value CreateOrderReferenceForIdResult - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,withResponseMetadata,"* Checks if CreateOrderReferenceForIdResult is set - * - * @return bool true if CreateOrderReferenceForIdResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult,getOrderReferenceDetails,"* OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult - * - * Properties: - * ",getOrderReferenceDetails,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult,setOrderReferenceDetails,"* Construct new OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setOrderReferenceDetails,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult,withOrderReferenceDetails,"* Gets the value of the OrderReferenceDetails. - * - * @return OrderReferenceDetails OrderReferenceDetails",withOrderReferenceDetails,test -OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult,isSetOrderReferenceDetails,"* Sets the value of the OrderReferenceDetails. - * - * @param OrderReferenceDetails OrderReferenceDetails - * @return void",isSetOrderReferenceDetails,test -OffAmazonPaymentsService_Model_Destination,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Destination,getDestinationType,* @see OffAmazonPaymentsService_Model,getDestinationType,test -OffAmazonPaymentsService_Model_Destination,setDestinationType,"* OffAmazonPaymentsService_Model_Destination - * - * Properties: - * ",setDestinationType,test -OffAmazonPaymentsService_Model_Destination,withDestinationType,"* Construct new OffAmazonPaymentsService_Model_Destination - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withDestinationType,test -OffAmazonPaymentsService_Model_Destination,isSetDestinationType,"* Gets the value of the DestinationType property. - * - * @return string DestinationType",isSetDestinationType,test -OffAmazonPaymentsService_Model_Destination,getPhysicalDestination,"* Sets the value of the DestinationType property. - * - * @param string DestinationType - * @return this instance",getPhysicalDestination,test -OffAmazonPaymentsService_Model_Destination,setPhysicalDestination,"* Sets the value of the DestinationType and returns this instance - * - * @param string $value DestinationType - * @return OffAmazonPaymentsService_Model_Destination instance",setPhysicalDestination,test -OffAmazonPaymentsService_Model_Destination,withPhysicalDestination,"* Checks if DestinationType is set - * - * @return bool true if DestinationType is set",withPhysicalDestination,test -OffAmazonPaymentsService_Model_Destination,isSetPhysicalDestination,"* Gets the value of the PhysicalDestination. - * - * @return OffAmazonPaymentsService_Model_Address PhysicalDestination",isSetPhysicalDestination,test -OffAmazonPaymentsService_Model_Error,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Error,getType,* @see OffAmazonPaymentsService_Model,getType,test -OffAmazonPaymentsService_Model_Error,setType,"* OffAmazonPaymentsService_Model_Error - * - * Properties: - * ",setType,test -OffAmazonPaymentsService_Model_Error,withType,"* Construct new OffAmazonPaymentsService_Model_Error - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withType,test -OffAmazonPaymentsService_Model_Error,isSetType,"* Gets the value of the Type property. - * - * @return string Type",isSetType,test -OffAmazonPaymentsService_Model_Error,getCode,"* Sets the value of the Type property. - * - * @param string Type - * @return this instance",getCode,test -OffAmazonPaymentsService_Model_Error,setCode,"* Sets the value of the Type and returns this instance - * - * @param string $value Type - * @return OffAmazonPaymentsService_Model_Error instance",setCode,test -OffAmazonPaymentsService_Model_Error,withCode,"* Checks if Type is set - * - * @return bool true if Type is set",withCode,test -OffAmazonPaymentsService_Model_Error,isSetCode,"* Gets the value of the Code property. - * - * @return string Code",isSetCode,test -OffAmazonPaymentsService_Model_Error,getMessage,"* Sets the value of the Code property. - * - * @param string Code - * @return this instance",getMessage,test -OffAmazonPaymentsService_Model_Error,setMessage,"* Sets the value of the Code and returns this instance - * - * @param string $value Code - * @return OffAmazonPaymentsService_Model_Error instance",setMessage,test -OffAmazonPaymentsService_Model_Error,withMessage,"* Checks if Code is set - * - * @return bool true if Code is set",withMessage,test -OffAmazonPaymentsService_Model_Error,isSetMessage,"* Gets the value of the Message property. - * - * @return string Message",isSetMessage,test -OffAmazonPaymentsService_Model_Error,getDetail,"* Sets the value of the Message property. - * - * @param string Message - * @return this instance",getDetail,test -OffAmazonPaymentsService_Model_Error,setDetail,"* Sets the value of the Message and returns this instance - * - * @param string $value Message - * @return OffAmazonPaymentsService_Model_Error instance",setDetail,test -OffAmazonPaymentsService_Model_Error,withDetail,"* Checks if Message is set - * - * @return bool true if Message is set",withDetail,test -OffAmazonPaymentsService_Model_Error,isSetDetail,"* Gets the value of the Detail. - * - * @return Error.Detail Detail",isSetDetail,test -OffAmazonPaymentsService_Model_ErrorResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ErrorResponse,getError,* @see OffAmazonPaymentsService_Model,getError,test -OffAmazonPaymentsService_Model_ErrorResponse,setError,"* OffAmazonPaymentsService_Model_ErrorResponse - * - * Properties: - * ",setError,test -OffAmazonPaymentsService_Model_ErrorResponse,withError,"* Construct new OffAmazonPaymentsService_Model_ErrorResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withError,test -OffAmazonPaymentsService_Model_ErrorResponse,isSetError,"* Construct OffAmazonPaymentsService_Model_ErrorResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_ErrorResponse",isSetError,test -OffAmazonPaymentsService_Model_ErrorResponse,getRequestId,"* Gets the value of the Error. - * - * @return array of Error Error",getRequestId,test -OffAmazonPaymentsService_Model_ErrorResponse,setRequestId,"* Sets the value of the Error. - * - * @param mixed Error or an array of Error Error - * @return this instance",setRequestId,test -OffAmazonPaymentsService_Model_ErrorResponse,withRequestId,"* Sets single or multiple values of Error list via variable number of arguments. - * For example, to set the list with two elements, simply pass two values as arguments to this function - * withError($error1, $error2) - * - * @param Error $errorArgs one or more Error - * @return OffAmazonPaymentsService_Model_ErrorResponse instance",withRequestId,test -OffAmazonPaymentsService_Model_ErrorResponse,isSetRequestId,"* Checks if Error list is non-empty - * - * @return bool true if Error list is non-empty",isSetRequestId,test -OffAmazonPaymentsService_Model_ErrorResponse,toXML,"* Gets the value of the RequestId property. - * - * @return string RequestId",toXML,test -OffAmazonPaymentsService_Model_ErrorResponse,getResponseHeaderMetadata,"* Sets the value of the RequestId property. - * - * @param string RequestId - * @return this instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ErrorResponse,setResponseHeaderMetadata,"* Sets the value of the RequestId and returns this instance - * - * @param string $value RequestId - * @return OffAmazonPaymentsService_Model_ErrorResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,setSellerId,"* OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,getAmazonAuthorizationId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,setAmazonAuthorizationId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest instance",setAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,withAmazonAuthorizationId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsRequest,isSetAmazonAuthorizationId,"* Gets the value of the AmazonAuthorizationId property. - * - * @return string AmazonAuthorizationId",isSetAmazonAuthorizationId,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,getGetAuthorizationDetailsResult,* @see OffAmazonPaymentsService_Model,getGetAuthorizationDetailsResult,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,setGetAuthorizationDetailsResult,"* OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * - * Properties: - * ",setGetAuthorizationDetailsResult,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,withGetAuthorizationDetailsResult,"* Construct new OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withGetAuthorizationDetailsResult,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,isSetGetAuthorizationDetailsResult,"* Construct OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse",isSetGetAuthorizationDetailsResult,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,getResponseMetadata,"* Gets the value of the GetAuthorizationDetailsResult. - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult GetAuthorizationDetailsResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,setResponseMetadata,"* Sets the value of the GetAuthorizationDetailsResult. - * - * @param GetAuthorizationDetailsResult GetAuthorizationDetailsResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,withResponseMetadata,"* Sets the value of the GetAuthorizationDetailsResult and returns this instance - * - * @param GetAuthorizationDetailsResult $value GetAuthorizationDetailsResult - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,isSetResponseMetadata,"* Checks if GetAuthorizationDetailsResult is set - * - * @return bool true if GetAuthorizationDetailsResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult,getAuthorizationDetails,* @see OffAmazonPaymentsService_Model,getAuthorizationDetails,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult,setAuthorizationDetails,"* OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult - * - * Properties: - * ",setAuthorizationDetails,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult,withAuthorizationDetails,"* Construct new OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAuthorizationDetails,test -OffAmazonPaymentsService_Model_GetAuthorizationDetailsResult,isSetAuthorizationDetails,"* Gets the value of the AuthorizationDetails. - * - * @return OffAmazonPaymentsService_Model_AuthorizationDetails AuthorizationDetails",isSetAuthorizationDetails,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,getAmazonBillingAgreementId,"* OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest - * - * Properties: - * ",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,setAmazonBillingAgreementId,"* Construct new OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,getSellerId,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest instance",getSellerId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,setSellerId,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setSellerId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,getAddressConsentToken,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest instance",getAddressConsentToken,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,setAddressConsentToken,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setAddressConsentToken,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,withAddressConsentToken,"* Gets the value of the AddressConsentToken property. - * - * @return string AddressConsentToken",withAddressConsentToken,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest,isSetAddressConsentToken,"* Sets the value of the AddressConsentToken property. - * - * @param string AddressConsentToken - * @return this instance",isSetAddressConsentToken,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,getGetBillingAgreementDetailsResult,"* OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse - * - * Properties: - * ",getGetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,setGetBillingAgreementDetailsResult,"* Construct new OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setGetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,withGetBillingAgreementDetailsResult,"* Construct OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse",withGetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,isSetGetBillingAgreementDetailsResult,"* Gets the value of the GetBillingAgreementDetailsResult. - * - * @return GetBillingAgreementDetailsResult GetBillingAgreementDetailsResult",isSetGetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,getResponseMetadata,"* Sets the value of the GetBillingAgreementDetailsResult. - * - * @param GetBillingAgreementDetailsResult GetBillingAgreementDetailsResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,setResponseMetadata,"* Sets the value of the GetBillingAgreementDetailsResult and returns this instance - * - * @param GetBillingAgreementDetailsResult $value GetBillingAgreementDetailsResult - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,withResponseMetadata,"* Checks if GetBillingAgreementDetailsResult is set - * - * @return bool true if GetBillingAgreementDetailsResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult,getBillingAgreementDetails,"* OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult - * - * Properties: - * ",getBillingAgreementDetails,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult,setBillingAgreementDetails,"* Construct new OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setBillingAgreementDetails,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult,withBillingAgreementDetails,"* Gets the value of the BillingAgreementDetails. - * - * @return BillingAgreementDetails BillingAgreementDetails",withBillingAgreementDetails,test -OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult,isSetBillingAgreementDetails,"* Sets the value of the BillingAgreementDetails. - * - * @param BillingAgreementDetails BillingAgreementDetails - * @return void",isSetBillingAgreementDetails,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,setSellerId,"* OffAmazonPaymentsService_Model_GetCaptureDetailsRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_GetCaptureDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,getAmazonCaptureId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonCaptureId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,setAmazonCaptureId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsRequest instance",setAmazonCaptureId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,withAmazonCaptureId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonCaptureId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsRequest,isSetAmazonCaptureId,"* Gets the value of the AmazonCaptureId property. - * - * @return string AmazonCaptureId",isSetAmazonCaptureId,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,getGetCaptureDetailsResult,* @see OffAmazonPaymentsService_Model,getGetCaptureDetailsResult,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,setGetCaptureDetailsResult,"* OffAmazonPaymentsService_Model_GetCaptureDetailsResponse - * - * Properties: - * ",setGetCaptureDetailsResult,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,withGetCaptureDetailsResult,"* Construct new OffAmazonPaymentsService_Model_GetCaptureDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withGetCaptureDetailsResult,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,isSetGetCaptureDetailsResult,"* Construct OffAmazonPaymentsService_Model_GetCaptureDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse",isSetGetCaptureDetailsResult,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,getResponseMetadata,"* Gets the value of the GetCaptureDetailsResult. - * - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResult GetCaptureDetailsResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,setResponseMetadata,"* Sets the value of the GetCaptureDetailsResult. - * - * @param GetCaptureDetailsResult GetCaptureDetailsResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,withResponseMetadata,"* Sets the value of the GetCaptureDetailsResult and returns this instance - * - * @param GetCaptureDetailsResult $value GetCaptureDetailsResult - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,isSetResponseMetadata,"* Checks if GetCaptureDetailsResult is set - * - * @return bool true if GetCaptureDetailsResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResult,getCaptureDetails,* @see OffAmazonPaymentsService_Model,getCaptureDetails,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResult,setCaptureDetails,"* OffAmazonPaymentsService_Model_GetCaptureDetailsResult - * - * Properties: - * ",setCaptureDetails,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResult,withCaptureDetails,"* Construct new OffAmazonPaymentsService_Model_GetCaptureDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCaptureDetails,test -OffAmazonPaymentsService_Model_GetCaptureDetailsResult,isSetCaptureDetails,"* Gets the value of the CaptureDetails. - * - * @return CaptureDetails CaptureDetails",isSetCaptureDetails,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,getAmazonOrderReferenceId,* @see OffAmazonPaymentsService_Model,getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,setAmazonOrderReferenceId,"* OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest - * - * Properties: - * ",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,withAmazonOrderReferenceId,"* Construct new OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,getSellerId,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getSellerId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,setSellerId,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest instance",setSellerId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,withSellerId,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withSellerId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,getAddressConsentToken,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAddressConsentToken,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,setAddressConsentToken,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest instance",setAddressConsentToken,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,withAddressConsentToken,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAddressConsentToken,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsRequest,isSetAddressConsentToken,"* Gets the value of the AddressConsentToken property. - * - * @return string AddressConsentToken",isSetAddressConsentToken,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,getGetOrderReferenceDetailsResult,* @see OffAmazonPaymentsService_Model,getGetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,setGetOrderReferenceDetailsResult,"* OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse - * - * Properties: - * ",setGetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,withGetOrderReferenceDetailsResult,"* Construct new OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withGetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,isSetGetOrderReferenceDetailsResult,"* Construct OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse",isSetGetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,getResponseMetadata,"* Gets the value of the GetOrderReferenceDetailsResult. - * - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult GetOrderReferenceDetailsResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,setResponseMetadata,"* Sets the value of the GetOrderReferenceDetailsResult. - * - * @param GetOrderReferenceDetailsResult GetOrderReferenceDetailsResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,withResponseMetadata,"* Sets the value of the GetOrderReferenceDetailsResult and returns this instance - * - * @param GetOrderReferenceDetailsResult $value GetOrderReferenceDetailsResult - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,isSetResponseMetadata,"* Checks if GetOrderReferenceDetailsResult is set - * - * @return bool true if GetOrderReferenceDetailsResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult,getOrderReferenceDetails,* @see OffAmazonPaymentsService_Model,getOrderReferenceDetails,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult,setOrderReferenceDetails,"* OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult - * - * Properties: - * ",setOrderReferenceDetails,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult,withOrderReferenceDetails,"* Construct new OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withOrderReferenceDetails,test -OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResult,isSetOrderReferenceDetails,"* Gets the value of the OrderReferenceDetails. - * - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails OrderReferenceDetails",isSetOrderReferenceDetails,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,setSellerId,"* OffAmazonPaymentsService_Model_GetRefundDetailsRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_GetRefundDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,getAmazonRefundId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonRefundId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,setAmazonRefundId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_GetRefundDetailsRequest instance",setAmazonRefundId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,withAmazonRefundId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonRefundId,test -OffAmazonPaymentsService_Model_GetRefundDetailsRequest,isSetAmazonRefundId,"* Gets the value of the AmazonRefundId property. - * - * @return string AmazonRefundId",isSetAmazonRefundId,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,getGetRefundDetailsResult,* @see OffAmazonPaymentsService_Model,getGetRefundDetailsResult,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,setGetRefundDetailsResult,"* OffAmazonPaymentsService_Model_GetRefundDetailsResponse - * - * Properties: - * ",setGetRefundDetailsResult,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,withGetRefundDetailsResult,"* Construct new OffAmazonPaymentsService_Model_GetRefundDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withGetRefundDetailsResult,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,isSetGetRefundDetailsResult,"* Construct OffAmazonPaymentsService_Model_GetRefundDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse",isSetGetRefundDetailsResult,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,getResponseMetadata,"* Gets the value of the GetRefundDetailsResult. - * - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResult GetRefundDetailsResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,setResponseMetadata,"* Sets the value of the GetRefundDetailsResult. - * - * @param GetRefundDetailsResult GetRefundDetailsResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,withResponseMetadata,"* Sets the value of the GetRefundDetailsResult and returns this instance - * - * @param GetRefundDetailsResult $value GetRefundDetailsResult - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,isSetResponseMetadata,"* Checks if GetRefundDetailsResult is set - * - * @return bool true if GetRefundDetailsResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_GetRefundDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_GetRefundDetailsResult,getRefundDetails,* @see OffAmazonPaymentsService_Model,getRefundDetails,test -OffAmazonPaymentsService_Model_GetRefundDetailsResult,setRefundDetails,"* OffAmazonPaymentsService_Model_GetRefundDetailsResult - * - * Properties: - * ",setRefundDetails,test -OffAmazonPaymentsService_Model_GetRefundDetailsResult,withRefundDetails,"* Construct new OffAmazonPaymentsService_Model_GetRefundDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withRefundDetails,test -OffAmazonPaymentsService_Model_GetRefundDetailsResult,isSetRefundDetails,"* Gets the value of the RefundDetails. - * - * @return RefundDetails RefundDetails",isSetRefundDetails,test -OffAmazonPaymentsService_Model_IdList,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_IdList,getmember,* @see OffAmazonPaymentsService_Model,getmember,test -OffAmazonPaymentsService_Model_IdList,setmember,"* OffAmazonPaymentsService_Model_IdList - * - * Properties: - * ",setmember,test -OffAmazonPaymentsService_Model_IdList,withmember,"* Construct new OffAmazonPaymentsService_Model_IdList - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withmember,test -OffAmazonPaymentsService_Model_IdList,isSetmember,"* Gets the value of the member . - * - * @return array of string member",isSetmember,test -OffAmazonPaymentsService_Model_OrderItemCategories,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_OrderItemCategories,getOrderItemCategory,* @see OffAmazonPaymentsService_Model,getOrderItemCategory,test -OffAmazonPaymentsService_Model_OrderItemCategories,setOrderItemCategory,"* OffAmazonPaymentsService_Model_OrderItemCategories - * - * Properties: - * ",setOrderItemCategory,test -OffAmazonPaymentsService_Model_OrderItemCategories,withOrderItemCategory,"* Construct new OffAmazonPaymentsService_Model_OrderItemCategories - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withOrderItemCategory,test -OffAmazonPaymentsService_Model_OrderItemCategories,isSetOrderItemCategory,"* Gets the value of the OrderItemCategory . - * - * @return array of string OrderItemCategory",isSetOrderItemCategory,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,getOrderTotal,* @see OffAmazonPaymentsService_Model,getOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,setOrderTotal,"* OffAmazonPaymentsService_Model_OrderReferenceAttributes - * - * Properties: - * ",setOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,withOrderTotal,"* Construct new OffAmazonPaymentsService_Model_OrderReferenceAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,isSetOrderTotal,"* Gets the value of the OrderTotal. - * - * @return OffAmazonPaymentsService_Model_OrderTotal OrderTotal",isSetOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,getPlatformId,"* Sets the value of the OrderTotal. - * - * @param OrderTotal OrderTotal - * @return void",getPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,setPlatformId,"* Sets the value of the OrderTotal and returns this instance - * - * @param OrderTotal $value OrderTotal - * @return OffAmazonPaymentsService_Model_OrderReferenceAttributes instance",setPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,withPlatformId,"* Checks if OrderTotal is set - * - * @return bool true if OrderTotal property is set",withPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,isSetPlatformId,"* Gets the value of the PlatformId property. - * - * @return string PlatformId",isSetPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,getSellerNote,"* Sets the value of the PlatformId property. - * - * @param string PlatformId - * @return this instance",getSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,setSellerNote,"* Sets the value of the PlatformId and returns this instance - * - * @param string $value PlatformId - * @return OffAmazonPaymentsService_Model_OrderReferenceAttributes instance",setSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,withSellerNote,"* Checks if PlatformId is set - * - * @return bool true if PlatformId is set",withSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,isSetSellerNote,"* Gets the value of the SellerNote property. - * - * @return string SellerNote",isSetSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,getSellerOrderAttributes,"* Sets the value of the SellerNote property. - * - * @param string SellerNote - * @return this instance",getSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,setSellerOrderAttributes,"* Sets the value of the SellerNote and returns this instance - * - * @param string $value SellerNote - * @return OffAmazonPaymentsService_Model_OrderReferenceAttributes instance",setSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,withSellerOrderAttributes,"* Checks if SellerNote is set - * - * @return bool true if SellerNote is set",withSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceAttributes,isSetSellerOrderAttributes,"* Gets the value of the SellerOrderAttributes. - * - * @return OffAmazonPaymentsService_Model_SellerOrderAttributes SellerOrderAttributes",isSetSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getAmazonOrderReferenceId,* @see OffAmazonPaymentsService_Model,getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setAmazonOrderReferenceId,"* OffAmazonPaymentsService_Model_OrderReferenceDetails - * - * Properties: - * ",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withAmazonOrderReferenceId,"* Construct new OffAmazonPaymentsService_Model_OrderReferenceDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getBuyer,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getBuyer,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setBuyer,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setBuyer,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withBuyer,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withBuyer,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetBuyer,"* Gets the value of the Buyer. - * - * @return OffAmazonPaymentsService_Model_Buyer Buyer",isSetBuyer,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getOrderTotal,"* Sets the value of the Buyer. - * - * @param Buyer Buyer - * @return void",getOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setOrderTotal,"* Sets the value of the Buyer and returns this instance - * - * @param Buyer $value Buyer - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withOrderTotal,"* Checks if Buyer is set - * - * @return bool true if Buyer property is set",withOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetOrderTotal,"* Gets the value of the OrderTotal. - * - * @return OrderTotal OrderTotal",isSetOrderTotal,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getSellerNote,"* Sets the value of the OrderTotal. - * - * @param OrderTotal OrderTotal - * @return void",getSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setSellerNote,"* Sets the value of the OrderTotal and returns this instance - * - * @param OrderTotal $value OrderTotal - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withSellerNote,"* Checks if OrderTotal is set - * - * @return bool true if OrderTotal property is set",withSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetSellerNote,"* Gets the value of the SellerNote property. - * - * @return string SellerNote",isSetSellerNote,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getPlatformId,"* Sets the value of the SellerNote property. - * - * @param string SellerNote - * @return this instance",getPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setPlatformId,"* Sets the value of the SellerNote and returns this instance - * - * @param string $value SellerNote - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withPlatformId,"* Checks if SellerNote is set - * - * @return bool true if SellerNote is set",withPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetPlatformId,"* Gets the value of the PlatformId property. - * - * @return string PlatformId",isSetPlatformId,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getDestination,"* Sets the value of the PlatformId property. - * - * @param string PlatformId - * @return this instance",getDestination,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setDestination,"* Sets the value of the PlatformId and returns this instance - * - * @param string $value PlatformId - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setDestination,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withDestination,"* Checks if PlatformId is set - * - * @return bool true if PlatformId is set",withDestination,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetDestination,"* Gets the value of the Destination. - * - * @return OffAmazonPaymentsService_Model_Destination Destination",isSetDestination,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getReleaseEnvironment,"* Sets the value of the Destination. - * - * @param Destination Destination - * @return void",getReleaseEnvironment,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setReleaseEnvironment,"* Sets the value of the Destination and returns this instance - * - * @param Destination $value Destination - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setReleaseEnvironment,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withReleaseEnvironment,"* Checks if Destination is set - * - * @return bool true if Destination property is set",withReleaseEnvironment,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetReleaseEnvironment,"* Gets the value of the ReleaseEnvironment property. - * - * @return string ReleaseEnvironment",isSetReleaseEnvironment,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getSellerOrderAttributes,"* Sets the value of the ReleaseEnvironment property. - * - * @param string ReleaseEnvironment - * @return this instance",getSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setSellerOrderAttributes,"* Sets the value of the ReleaseEnvironment and returns this instance - * - * @param string $value ReleaseEnvironment - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withSellerOrderAttributes,"* Checks if ReleaseEnvironment is set - * - * @return bool true if ReleaseEnvironment is set",withSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetSellerOrderAttributes,"* Gets the value of the SellerOrderAttributes. - * - * @return SellerOrderAttributes SellerOrderAttributes",isSetSellerOrderAttributes,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getOrderReferenceStatus,"* Sets the value of the SellerOrderAttributes. - * - * @param SellerOrderAttributes SellerOrderAttributes - * @return void",getOrderReferenceStatus,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setOrderReferenceStatus,"* Sets the value of the SellerOrderAttributes and returns this instance - * - * @param SellerOrderAttributes $value SellerOrderAttributes - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setOrderReferenceStatus,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withOrderReferenceStatus,"* Checks if SellerOrderAttributes is set - * - * @return bool true if SellerOrderAttributes property is set",withOrderReferenceStatus,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetOrderReferenceStatus,"* Gets the value of the OrderReferenceStatus. - * - * @return OrderReferenceStatus OrderReferenceStatus",isSetOrderReferenceStatus,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getConstraints,"* Sets the value of the OrderReferenceStatus. - * - * @param OrderReferenceStatus OrderReferenceStatus - * @return void",getConstraints,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setConstraints,"* Sets the value of the OrderReferenceStatus and returns this instance - * - * @param OrderReferenceStatus $value OrderReferenceStatus - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setConstraints,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withConstraints,"* Checks if OrderReferenceStatus is set - * - * @return bool true if OrderReferenceStatus property is set",withConstraints,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetConstraints,"* Gets the value of the Constraints. - * - * @return OffAmazonPaymentsService_Model_Constraints Constraints",isSetConstraints,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getCreationTimestamp,"* Sets the value of the Constraints. - * - * @param Constraints Constraints - * @return void",getCreationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setCreationTimestamp,"* Sets the value of the Constraints and returns this instance - * - * @param Constraints $value Constraints - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setCreationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withCreationTimestamp,"* Checks if Constraints is set - * - * @return bool true if Constraints property is set",withCreationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",isSetCreationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,getExpirationTimestamp,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return this instance",getExpirationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,setExpirationTimestamp,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsService_Model_OrderReferenceDetails instance",setExpirationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,withExpirationTimestamp,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",withExpirationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceDetails,isSetExpirationTimestamp,"* Gets the value of the ExpirationTimestamp property. - * - * @return string ExpirationTimestamp",isSetExpirationTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,getState,* @see OffAmazonPaymentsService_Model,getState,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,setState,"* OffAmazonPaymentsService_Model_OrderReferenceStatus - * - * Properties: - * ",setState,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,withState,"* Construct new OffAmazonPaymentsService_Model_OrderReferenceStatus - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withState,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,isSetState,"* Gets the value of the State property. - * - * @return string State",isSetState,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,getLastUpdateTimestamp,"* Sets the value of the State property. - * - * @param string State - * @return this instance",getLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,setLastUpdateTimestamp,"* Sets the value of the State and returns this instance - * - * @param string $value State - * @return OffAmazonPaymentsService_Model_OrderReferenceStatus instance",setLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,withLastUpdateTimestamp,"* Checks if State is set - * - * @return bool true if State is set",withLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,isSetLastUpdateTimestamp,"* Gets the value of the LastUpdateTimestamp property. - * - * @return string LastUpdateTimestamp",isSetLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,getReasonCode,"* Sets the value of the LastUpdateTimestamp property. - * - * @param string LastUpdateTimestamp - * @return this instance",getReasonCode,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,setReasonCode,"* Sets the value of the LastUpdateTimestamp and returns this instance - * - * @param string $value LastUpdateTimestamp - * @return OffAmazonPaymentsService_Model_OrderReferenceStatus instance",setReasonCode,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,withReasonCode,"* Checks if LastUpdateTimestamp is set - * - * @return bool true if LastUpdateTimestamp is set",withReasonCode,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,isSetReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",isSetReasonCode,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,getReasonDescription,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return this instance",getReasonDescription,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,setReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * @return OffAmazonPaymentsService_Model_OrderReferenceStatus instance",setReasonDescription,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,withReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",withReasonDescription,test -OffAmazonPaymentsService_Model_OrderReferenceStatus,isSetReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",isSetReasonDescription,test -OffAmazonPaymentsService_Model_OrderTotal,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_OrderTotal,getCurrencyCode,* @see OffAmazonPaymentsService_Model,getCurrencyCode,test -OffAmazonPaymentsService_Model_OrderTotal,setCurrencyCode,"* OffAmazonPaymentsService_Model_OrderTotal - * - * Properties: - * ",setCurrencyCode,test -OffAmazonPaymentsService_Model_OrderTotal,withCurrencyCode,"* Construct new OffAmazonPaymentsService_Model_OrderTotal - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withCurrencyCode,test -OffAmazonPaymentsService_Model_OrderTotal,isSetCurrencyCode,"* Gets the value of the CurrencyCode property. - * - * @return string CurrencyCode",isSetCurrencyCode,test -OffAmazonPaymentsService_Model_OrderTotal,getAmount,"* Sets the value of the CurrencyCode property. - * - * @param string CurrencyCode - * @return this instance",getAmount,test -OffAmazonPaymentsService_Model_OrderTotal,setAmount,"* Sets the value of the CurrencyCode and returns this instance - * - * @param string $value CurrencyCode - * @return OffAmazonPaymentsService_Model_OrderTotal instance",setAmount,test -OffAmazonPaymentsService_Model_OrderTotal,withAmount,"* Checks if CurrencyCode is set - * - * @return bool true if CurrencyCode is set",withAmount,test -OffAmazonPaymentsService_Model_OrderTotal,isSetAmount,"* Gets the value of the Amount property. - * - * @return string Amount",isSetAmount,test -OffAmazonPaymentsService_Model_Price,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Price,getAmount,* @see OffAmazonPaymentsService_Model,getAmount,test -OffAmazonPaymentsService_Model_Price,setAmount,"* OffAmazonPaymentsService_Model_Price - * - * Properties: - * ",setAmount,test -OffAmazonPaymentsService_Model_Price,withAmount,"* Construct new OffAmazonPaymentsService_Model_Price - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmount,test -OffAmazonPaymentsService_Model_Price,isSetAmount,"* Gets the value of the Amount property. - * - * @return float Amount",isSetAmount,test -OffAmazonPaymentsService_Model_Price,getCurrencyCode,"* Sets the value of the Amount property. - * - * @param string Amount - * @return this instance",getCurrencyCode,test -OffAmazonPaymentsService_Model_Price,setCurrencyCode,"* Sets the value of the Amount and returns this instance - * - * @param string $value Amount - * @return OffAmazonPaymentsService_Model_Price instance",setCurrencyCode,test -OffAmazonPaymentsService_Model_Price,withCurrencyCode,"* Checks if Amount is set - * - * @return bool true if Amount is set",withCurrencyCode,test -OffAmazonPaymentsService_Model_Price,isSetCurrencyCode,"* Gets the value of the CurrencyCode property. - * - * @return string CurrencyCode",isSetCurrencyCode,test -OffAmazonPaymentsService_Model_RefundDetails,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_RefundDetails,getAmazonRefundId,* @see OffAmazonPaymentsService_Model,getAmazonRefundId,test -OffAmazonPaymentsService_Model_RefundDetails,setAmazonRefundId,"* OffAmazonPaymentsService_Model_RefundDetails - * - * Properties: - * ",setAmazonRefundId,test -OffAmazonPaymentsService_Model_RefundDetails,withAmazonRefundId,"* Construct new OffAmazonPaymentsService_Model_RefundDetails - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withAmazonRefundId,test -OffAmazonPaymentsService_Model_RefundDetails,isSetAmazonRefundId,"* Gets the value of the AmazonRefundId property. - * - * @return string AmazonRefundId",isSetAmazonRefundId,test -OffAmazonPaymentsService_Model_RefundDetails,getRefundReferenceId,"* Sets the value of the AmazonRefundId property. - * - * @param string AmazonRefundId - * @return this instance",getRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundDetails,setRefundReferenceId,"* Sets the value of the AmazonRefundId and returns this instance - * - * @param string $value AmazonRefundId - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundDetails,withRefundReferenceId,"* Checks if AmazonRefundId is set - * - * @return bool true if AmazonRefundId is set",withRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundDetails,isSetRefundReferenceId,"* Gets the value of the RefundReferenceId property. - * - * @return string RefundReferenceId",isSetRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundDetails,getSellerRefundNote,"* Sets the value of the RefundReferenceId property. - * - * @param string RefundReferenceId - * @return this instance",getSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundDetails,setSellerRefundNote,"* Sets the value of the RefundReferenceId and returns this instance - * - * @param string $value RefundReferenceId - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundDetails,withSellerRefundNote,"* Checks if RefundReferenceId is set - * - * @return bool true if RefundReferenceId is set",withSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundDetails,isSetSellerRefundNote,"* Gets the value of the SellerRefundNote property. - * - * @return string SellerRefundNote",isSetSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundDetails,getRefundType,"* Sets the value of the SellerRefundNote property. - * - * @param string SellerRefundNote - * @return this instance",getRefundType,test -OffAmazonPaymentsService_Model_RefundDetails,setRefundType,"* Sets the value of the SellerRefundNote and returns this instance - * - * @param string $value SellerRefundNote - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setRefundType,test -OffAmazonPaymentsService_Model_RefundDetails,withRefundType,"* Checks if SellerRefundNote is set - * - * @return bool true if SellerRefundNote is set",withRefundType,test -OffAmazonPaymentsService_Model_RefundDetails,isSetRefundType,"* Gets the value of the RefundType property. - * - * @return string RefundType",isSetRefundType,test -OffAmazonPaymentsService_Model_RefundDetails,getRefundAmount,"* Sets the value of the RefundType property. - * - * @param string RefundType - * @return this instance",getRefundAmount,test -OffAmazonPaymentsService_Model_RefundDetails,setRefundAmount,"* Sets the value of the RefundType and returns this instance - * - * @param string $value RefundType - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setRefundAmount,test -OffAmazonPaymentsService_Model_RefundDetails,withRefundAmount,"* Checks if RefundType is set - * - * @return bool true if RefundType is set",withRefundAmount,test -OffAmazonPaymentsService_Model_RefundDetails,isSetRefundAmount,"* Gets the value of the RefundAmount. - * - * @return OffAmazonPaymentsService_Model_Price RefundAmount",isSetRefundAmount,test -OffAmazonPaymentsService_Model_RefundDetails,getFeeRefunded,"* Sets the value of the RefundAmount. - * - * @param Price RefundAmount - * @return void",getFeeRefunded,test -OffAmazonPaymentsService_Model_RefundDetails,setFeeRefunded,"* Sets the value of the RefundAmount and returns this instance - * - * @param Price $value RefundAmount - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setFeeRefunded,test -OffAmazonPaymentsService_Model_RefundDetails,withFeeRefunded,"* Checks if RefundAmount is set - * - * @return bool true if RefundAmount property is set",withFeeRefunded,test -OffAmazonPaymentsService_Model_RefundDetails,isSetFeeRefunded,"* Gets the value of the FeeRefunded. - * - * @return Price FeeRefunded",isSetFeeRefunded,test -OffAmazonPaymentsService_Model_RefundDetails,getCreationTimestamp,"* Sets the value of the FeeRefunded. - * - * @param Price FeeRefunded - * @return void",getCreationTimestamp,test -OffAmazonPaymentsService_Model_RefundDetails,setCreationTimestamp,"* Sets the value of the FeeRefunded and returns this instance - * - * @param Price $value FeeRefunded - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setCreationTimestamp,test -OffAmazonPaymentsService_Model_RefundDetails,withCreationTimestamp,"* Checks if FeeRefunded is set - * - * @return bool true if FeeRefunded property is set",withCreationTimestamp,test -OffAmazonPaymentsService_Model_RefundDetails,isSetCreationTimestamp,"* Gets the value of the CreationTimestamp property. - * - * @return string CreationTimestamp",isSetCreationTimestamp,test -OffAmazonPaymentsService_Model_RefundDetails,getRefundStatus,"* Sets the value of the CreationTimestamp property. - * - * @param string CreationTimestamp - * @return this instance",getRefundStatus,test -OffAmazonPaymentsService_Model_RefundDetails,setRefundStatus,"* Sets the value of the CreationTimestamp and returns this instance - * - * @param string $value CreationTimestamp - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setRefundStatus,test -OffAmazonPaymentsService_Model_RefundDetails,withRefundStatus,"* Checks if CreationTimestamp is set - * - * @return bool true if CreationTimestamp is set",withRefundStatus,test -OffAmazonPaymentsService_Model_RefundDetails,isSetRefundStatus,"* Gets the value of the RefundStatus. - * - * @return OffAmazonPaymentsService_Model_Status RefundStatus",isSetRefundStatus,test -OffAmazonPaymentsService_Model_RefundDetails,getSoftDescriptor,"* Sets the value of the RefundStatus. - * - * @param Status RefundStatus - * @return void",getSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundDetails,setSoftDescriptor,"* Sets the value of the RefundStatus and returns this instance - * - * @param Status $value RefundStatus - * @return OffAmazonPaymentsService_Model_RefundDetails instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundDetails,withSoftDescriptor,"* Checks if RefundStatus is set - * - * @return bool true if RefundStatus property is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundDetails,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_RefundRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_RefundRequest,setSellerId,"* OffAmazonPaymentsService_Model_RefundRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_RefundRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_RefundRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_RefundRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_RefundRequest,getAmazonCaptureId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonCaptureId,test -OffAmazonPaymentsService_Model_RefundRequest,setAmazonCaptureId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_RefundRequest instance",setAmazonCaptureId,test -OffAmazonPaymentsService_Model_RefundRequest,withAmazonCaptureId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonCaptureId,test -OffAmazonPaymentsService_Model_RefundRequest,isSetAmazonCaptureId,"* Gets the value of the AmazonCaptureId property. - * - * @return string AmazonCaptureId",isSetAmazonCaptureId,test -OffAmazonPaymentsService_Model_RefundRequest,getRefundReferenceId,"* Sets the value of the AmazonCaptureId property. - * - * @param string AmazonCaptureId - * @return this instance",getRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundRequest,setRefundReferenceId,"* Sets the value of the AmazonCaptureId and returns this instance - * - * @param string $value AmazonCaptureId - * @return OffAmazonPaymentsService_Model_RefundRequest instance",setRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundRequest,withRefundReferenceId,"* Checks if AmazonCaptureId is set - * - * @return bool true if AmazonCaptureId is set",withRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundRequest,isSetRefundReferenceId,"* Gets the value of the RefundReferenceId property. - * - * @return string RefundReferenceId",isSetRefundReferenceId,test -OffAmazonPaymentsService_Model_RefundRequest,getRefundAmount,"* Sets the value of the RefundReferenceId property. - * - * @param string RefundReferenceId - * @return this instance",getRefundAmount,test -OffAmazonPaymentsService_Model_RefundRequest,setRefundAmount,"* Sets the value of the RefundReferenceId and returns this instance - * - * @param string $value RefundReferenceId - * @return OffAmazonPaymentsService_Model_RefundRequest instance",setRefundAmount,test -OffAmazonPaymentsService_Model_RefundRequest,withRefundAmount,"* Checks if RefundReferenceId is set - * - * @return bool true if RefundReferenceId is set",withRefundAmount,test -OffAmazonPaymentsService_Model_RefundRequest,isSetRefundAmount,"* Gets the value of the RefundAmount. - * - * @return OffAmazonPaymentsService_Model_Price RefundAmount",isSetRefundAmount,test -OffAmazonPaymentsService_Model_RefundRequest,getSellerRefundNote,"* Sets the value of the RefundAmount. - * - * @param OffAmazonPaymentsService_Model_Price RefundAmount - * @return void",getSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundRequest,setSellerRefundNote,"* Sets the value of the RefundAmount and returns this instance - * - * @param Price $value RefundAmount - * @return OffAmazonPaymentsService_Model_RefundRequest instance",setSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundRequest,withSellerRefundNote,"* Checks if RefundAmount is set - * - * @return bool true if RefundAmount property is set",withSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundRequest,isSetSellerRefundNote,"* Gets the value of the SellerRefundNote property. - * - * @return string SellerRefundNote",isSetSellerRefundNote,test -OffAmazonPaymentsService_Model_RefundRequest,getSoftDescriptor,"* Sets the value of the SellerRefundNote property. - * - * @param string SellerRefundNote - * @return this instance",getSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundRequest,setSoftDescriptor,"* Sets the value of the SellerRefundNote and returns this instance - * - * @param string $value SellerRefundNote - * @return OffAmazonPaymentsService_Model_RefundRequest instance",setSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundRequest,withSoftDescriptor,"* Checks if SellerRefundNote is set - * - * @return bool true if SellerRefundNote is set",withSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundRequest,isSetSoftDescriptor,"* Gets the value of the SoftDescriptor property. - * - * @return string SoftDescriptor",isSetSoftDescriptor,test -OffAmazonPaymentsService_Model_RefundResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_RefundResponse,getRefundResult,* @see OffAmazonPaymentsService_Model,getRefundResult,test -OffAmazonPaymentsService_Model_RefundResponse,setRefundResult,"* OffAmazonPaymentsService_Model_RefundResponse - * - * Properties: - * ",setRefundResult,test -OffAmazonPaymentsService_Model_RefundResponse,withRefundResult,"* Construct new OffAmazonPaymentsService_Model_RefundResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withRefundResult,test -OffAmazonPaymentsService_Model_RefundResponse,isSetRefundResult,"* Construct OffAmazonPaymentsService_Model_RefundResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_RefundResponse",isSetRefundResult,test -OffAmazonPaymentsService_Model_RefundResponse,getResponseMetadata,"* Gets the value of the RefundResult. - * - * @return OffAmazonPaymentsService_Model_RefundResult RefundResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_RefundResponse,setResponseMetadata,"* Sets the value of the RefundResult. - * - * @param RefundResult RefundResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_RefundResponse,withResponseMetadata,"* Sets the value of the RefundResult and returns this instance - * - * @param RefundResult $value RefundResult - * @return OffAmazonPaymentsService_Model_RefundResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_RefundResponse,isSetResponseMetadata,"* Checks if RefundResult is set - * - * @return bool true if RefundResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_RefundResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_RefundResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_RefundResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_RefundResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_RefundResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_RefundResult,getRefundDetails,* @see OffAmazonPaymentsService_Model,getRefundDetails,test -OffAmazonPaymentsService_Model_RefundResult,setRefundDetails,"* OffAmazonPaymentsService_Model_RefundResult - * - * Properties: - * ",setRefundDetails,test -OffAmazonPaymentsService_Model_RefundResult,withRefundDetails,"* Construct new OffAmazonPaymentsService_Model_RefundResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withRefundDetails,test -OffAmazonPaymentsService_Model_RefundResult,isSetRefundDetails,"* Gets the value of the RefundDetails. - * - * @return OffAmazonPaymentsService_Model_RefundDetails RefundDetails",isSetRefundDetails,test -OffAmazonPaymentsService_Model_ResponseHeaderMetadata,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ResponseMetadata,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ResponseMetadata,getRequestId,* @see OffAmazonPaymentsService_Model,getRequestId,test -OffAmazonPaymentsService_Model_ResponseMetadata,setRequestId,"* OffAmazonPaymentsService_Model_ResponseMetadata - * - * Properties: - * ",setRequestId,test -OffAmazonPaymentsService_Model_ResponseMetadata,withRequestId,"* Construct new OffAmazonPaymentsService_Model_ResponseMetadata - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withRequestId,test -OffAmazonPaymentsService_Model_ResponseMetadata,isSetRequestId,"* Gets the value of the RequestId property. - * - * @return string RequestId",isSetRequestId,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,getSellerBillingAgreementId,"* OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes - * - * Properties: - * ",getSellerBillingAgreementId,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,setSellerBillingAgreementId,"* Construct new OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerBillingAgreementId,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,withSellerBillingAgreementId,"* Gets the value of the SellerBillingAgreementId property. - * - * @return string SellerBillingAgreementId",withSellerBillingAgreementId,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,isSetSellerBillingAgreementId,"* Sets the value of the SellerBillingAgreementId property. - * - * @param string SellerBillingAgreementId - * @return this instance",isSetSellerBillingAgreementId,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,getStoreName,"* Sets the value of the SellerBillingAgreementId and returns this instance - * - * @param string $value SellerBillingAgreementId - * @return OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes instance",getStoreName,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,setStoreName,"* Checks if SellerBillingAgreementId is set - * - * @return bool true if SellerBillingAgreementId is set",setStoreName,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,withStoreName,"* Gets the value of the StoreName property. - * - * @return string StoreName",withStoreName,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,isSetStoreName,"* Sets the value of the StoreName property. - * - * @param string StoreName - * @return this instance",isSetStoreName,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,getCustomInformation,"* Sets the value of the StoreName and returns this instance - * - * @param string $value StoreName - * @return OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes instance",getCustomInformation,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,setCustomInformation,"* Checks if StoreName is set - * - * @return bool true if StoreName is set",setCustomInformation,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,withCustomInformation,"* Gets the value of the CustomInformation property. - * - * @return string CustomInformation",withCustomInformation,test -OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes,isSetCustomInformation,"* Sets the value of the CustomInformation property. - * - * @param string CustomInformation - * @return this instance",isSetCustomInformation,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,getSellerOrderId,* @see OffAmazonPaymentsService_Model,getSellerOrderId,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,setSellerOrderId,"* OffAmazonPaymentsService_Model_SellerOrderAttributes - * - * Properties: - * ",setSellerOrderId,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,withSellerOrderId,"* Construct new OffAmazonPaymentsService_Model_SellerOrderAttributes - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerOrderId,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,isSetSellerOrderId,"* Gets the value of the SellerOrderId property. - * - * @return string SellerOrderId",isSetSellerOrderId,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,getStoreName,"* Sets the value of the SellerOrderId property. - * - * @param string SellerOrderId - * @return this instance",getStoreName,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,setStoreName,"* Sets the value of the SellerOrderId and returns this instance - * - * @param string $value SellerOrderId - * @return OffAmazonPaymentsService_Model_SellerOrderAttributes instance",setStoreName,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,withStoreName,"* Checks if SellerOrderId is set - * - * @return bool true if SellerOrderId is set",withStoreName,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,isSetStoreName,"* Gets the value of the StoreName property. - * - * @return string StoreName",isSetStoreName,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,getOrderItemCategories,"* Sets the value of the StoreName property. - * - * @param string StoreName - * @return this instance",getOrderItemCategories,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,setOrderItemCategories,"* Sets the value of the StoreName and returns this instance - * - * @param string $value StoreName - * @return OffAmazonPaymentsService_Model_SellerOrderAttributes instance",setOrderItemCategories,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,withOrderItemCategories,"* Checks if StoreName is set - * - * @return bool true if StoreName is set",withOrderItemCategories,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,isSetOrderItemCategories,"* Gets the value of the OrderItemCategories. - * - * @return OrderItemCategories OrderItemCategories",isSetOrderItemCategories,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,getCustomInformation,"* Sets the value of the OrderItemCategories. - * - * @param OrderItemCategories OrderItemCategories - * @return void",getCustomInformation,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,setCustomInformation,"* Sets the value of the OrderItemCategories and returns this instance - * - * @param OrderItemCategories $value OrderItemCategories - * @return OffAmazonPaymentsService_Model_SellerOrderAttributes instance",setCustomInformation,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,withCustomInformation,"* Checks if OrderItemCategories is set - * - * @return bool true if OrderItemCategories property is set",withCustomInformation,test -OffAmazonPaymentsService_Model_SellerOrderAttributes,isSetCustomInformation,"* Gets the value of the CustomInformation property. - * - * @return string CustomInformation",isSetCustomInformation,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,getSellerId,"* OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest - * - * Properties: - * ",getSellerId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,setSellerId,"* Construct new OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,getAmazonBillingAgreementId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest instance",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,setAmazonBillingAgreementId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,getBillingAgreementAttributes,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest instance",getBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,setBillingAgreementAttributes,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,withBillingAgreementAttributes,"* Gets the value of the BillingAgreementAttributes. - * - * @return BillingAgreementAttributes BillingAgreementAttributes",withBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest,isSetBillingAgreementAttributes,"* Sets the value of the BillingAgreementAttributes. - * - * @param BillingAgreementAttributes BillingAgreementAttributes - * @return void",isSetBillingAgreementAttributes,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,getSetBillingAgreementDetailsResult,"* OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse - * - * Properties: - * ",getSetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,setSetBillingAgreementDetailsResult,"* Construct new OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setSetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,withSetBillingAgreementDetailsResult,"* Construct OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse",withSetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,isSetSetBillingAgreementDetailsResult,"* Gets the value of the SetBillingAgreementDetailsResult. - * - * @return SetBillingAgreementDetailsResult SetBillingAgreementDetailsResult",isSetSetBillingAgreementDetailsResult,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,getResponseMetadata,"* Sets the value of the SetBillingAgreementDetailsResult. - * - * @param SetBillingAgreementDetailsResult SetBillingAgreementDetailsResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,setResponseMetadata,"* Sets the value of the SetBillingAgreementDetailsResult and returns this instance - * - * @param SetBillingAgreementDetailsResult $value SetBillingAgreementDetailsResult - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,withResponseMetadata,"* Checks if SetBillingAgreementDetailsResult is set - * - * @return bool true if SetBillingAgreementDetailsResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult,getBillingAgreementDetails,"* OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult - * - * Properties: - * ",getBillingAgreementDetails,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult,setBillingAgreementDetails,"* Construct new OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setBillingAgreementDetails,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult,withBillingAgreementDetails,"* Gets the value of the BillingAgreementDetails. - * - * @return BillingAgreementDetails BillingAgreementDetails",withBillingAgreementDetails,test -OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult,isSetBillingAgreementDetails,"* Sets the value of the BillingAgreementDetails. - * - * @param BillingAgreementDetails BillingAgreementDetails - * @return void",isSetBillingAgreementDetails,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,getSellerId,* @see OffAmazonPaymentsService_Model,getSellerId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,setSellerId,"* OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest - * - * Properties: - * ",setSellerId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,withSellerId,"* Construct new OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSellerId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,isSetSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",isSetSellerId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,getAmazonOrderReferenceId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",getAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,setAmazonOrderReferenceId,"* Sets the value of the SellerId and returns this instance - * - * @param string $value SellerId - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest instance",setAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,withAmazonOrderReferenceId,"* Checks if SellerId is set - * - * @return bool true if SellerId is set",withAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,isSetAmazonOrderReferenceId,"* Gets the value of the AmazonOrderReferenceId property. - * - * @return string AmazonOrderReferenceId",isSetAmazonOrderReferenceId,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,getOrderReferenceAttributes,"* Sets the value of the AmazonOrderReferenceId property. - * - * @param string AmazonOrderReferenceId - * @return this instance",getOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,setOrderReferenceAttributes,"* Sets the value of the AmazonOrderReferenceId and returns this instance - * - * @param string $value AmazonOrderReferenceId - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest instance",setOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,withOrderReferenceAttributes,"* Checks if AmazonOrderReferenceId is set - * - * @return bool true if AmazonOrderReferenceId is set",withOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest,isSetOrderReferenceAttributes,"* Gets the value of the OrderReferenceAttributes. - * - * @return OffAmazonPaymentsService_Model_OrderReferenceAttributes OrderReferenceAttributes",isSetOrderReferenceAttributes,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,getSetOrderReferenceDetailsResult,* @see OffAmazonPaymentsService_Model,getSetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,setSetOrderReferenceDetailsResult,"* OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse - * - * Properties: - * ",setSetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,withSetOrderReferenceDetailsResult,"* Construct new OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withSetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,isSetSetOrderReferenceDetailsResult,"* Construct OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse",isSetSetOrderReferenceDetailsResult,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,getResponseMetadata,"* Gets the value of the SetOrderReferenceDetailsResult. - * - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult SetOrderReferenceDetailsResult",getResponseMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,setResponseMetadata,"* Sets the value of the SetOrderReferenceDetailsResult. - * - * @param SetOrderReferenceDetailsResult SetOrderReferenceDetailsResult - * @return void",setResponseMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,withResponseMetadata,"* Sets the value of the SetOrderReferenceDetailsResult and returns this instance - * - * @param SetOrderReferenceDetailsResult $value SetOrderReferenceDetailsResult - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse instance",withResponseMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,isSetResponseMetadata,"* Checks if SetOrderReferenceDetailsResult is set - * - * @return bool true if SetOrderReferenceDetailsResult property is set",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,toXML,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",toXML,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse,setResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse instance",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult,getOrderReferenceDetails,* @see OffAmazonPaymentsService_Model,getOrderReferenceDetails,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult,setOrderReferenceDetails,"* OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult - * - * Properties: - * ",setOrderReferenceDetails,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult,withOrderReferenceDetails,"* Construct new OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withOrderReferenceDetails,test -OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResult,isSetOrderReferenceDetails,"* Gets the value of the OrderReferenceDetails. - * - * @return OrderReferenceDetails OrderReferenceDetails",isSetOrderReferenceDetails,test -OffAmazonPaymentsService_Model_Status,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_Status,getState,* @see OffAmazonPaymentsService_Model,getState,test -OffAmazonPaymentsService_Model_Status,setState,"* OffAmazonPaymentsService_Model_Status - * - * Properties: - * ",setState,test -OffAmazonPaymentsService_Model_Status,withState,"* Construct new OffAmazonPaymentsService_Model_Status - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",withState,test -OffAmazonPaymentsService_Model_Status,isSetState,"* Gets the value of the State property. - * - * @return string State",isSetState,test -OffAmazonPaymentsService_Model_Status,getLastUpdateTimestamp,"* Sets the value of the State property. - * - * @param string State - * @return this instance",getLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_Status,setLastUpdateTimestamp,"* Sets the value of the State and returns this instance - * - * @param string $value State - * @return OffAmazonPaymentsService_Model_Status instance",setLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_Status,withLastUpdateTimestamp,"* Checks if State is set - * - * @return bool true if State is set",withLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_Status,isSetLastUpdateTimestamp,"* Gets the value of the LastUpdateTimestamp property. - * - * @return string LastUpdateTimestamp",isSetLastUpdateTimestamp,test -OffAmazonPaymentsService_Model_Status,getReasonCode,"* Sets the value of the LastUpdateTimestamp property. - * - * @param string LastUpdateTimestamp - * @return this instance",getReasonCode,test -OffAmazonPaymentsService_Model_Status,setReasonCode,"* Sets the value of the LastUpdateTimestamp and returns this instance - * - * @param string $value LastUpdateTimestamp - * @return OffAmazonPaymentsService_Model_Status instance",setReasonCode,test -OffAmazonPaymentsService_Model_Status,withReasonCode,"* Checks if LastUpdateTimestamp is set - * - * @return bool true if LastUpdateTimestamp is set",withReasonCode,test -OffAmazonPaymentsService_Model_Status,isSetReasonCode,"* Gets the value of the ReasonCode property. - * - * @return string ReasonCode",isSetReasonCode,test -OffAmazonPaymentsService_Model_Status,getReasonDescription,"* Sets the value of the ReasonCode property. - * - * @param string ReasonCode - * @return this instance",getReasonDescription,test -OffAmazonPaymentsService_Model_Status,setReasonDescription,"* Sets the value of the ReasonCode and returns this instance - * - * @param string $value ReasonCode - * @return OffAmazonPaymentsService_Model_Status instance",setReasonDescription,test -OffAmazonPaymentsService_Model_Status,withReasonDescription,"* Checks if ReasonCode is set - * - * @return bool true if ReasonCode is set",withReasonDescription,test -OffAmazonPaymentsService_Model_Status,isSetReasonDescription,"* Gets the value of the ReasonDescription property. - * - * @return string ReasonDescription",isSetReasonDescription,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,getAmazonBillingAgreementId,"* OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest - * - * Properties: - * ",getAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,setAmazonBillingAgreementId,"* Construct new OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,withAmazonBillingAgreementId,"* Gets the value of the AmazonBillingAgreementId property. - * - * @return string AmazonBillingAgreementId",withAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,isSetAmazonBillingAgreementId,"* Sets the value of the AmazonBillingAgreementId property. - * - * @param string AmazonBillingAgreementId - * @return this instance",isSetAmazonBillingAgreementId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,getSellerId,"* Sets the value of the AmazonBillingAgreementId and returns this instance - * - * @param string $value AmazonBillingAgreementId - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest instance",getSellerId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,setSellerId,"* Checks if AmazonBillingAgreementId is set - * - * @return bool true if AmazonBillingAgreementId is set",setSellerId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,withSellerId,"* Gets the value of the SellerId property. - * - * @return string SellerId",withSellerId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest,isSetSellerId,"* Sets the value of the SellerId property. - * - * @param string SellerId - * @return this instance",isSetSellerId,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,getValidateBillingAgreementResult,"* OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse - * - * Properties: - * ",getValidateBillingAgreementResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,setValidateBillingAgreementResult,"* Construct new OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setValidateBillingAgreementResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,withValidateBillingAgreementResult,"* Construct OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse from XML string - * - * @param string $xml XML string to construct from - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse",withValidateBillingAgreementResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,isSetValidateBillingAgreementResult,"* Gets the value of the ValidateBillingAgreementResult. - * - * @return ValidateBillingAgreementResult ValidateBillingAgreementResult",isSetValidateBillingAgreementResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,getResponseMetadata,"* Sets the value of the ValidateBillingAgreementResult. - * - * @param ValidateBillingAgreementResult ValidateBillingAgreementResult - * @return void",getResponseMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,setResponseMetadata,"* Sets the value of the ValidateBillingAgreementResult and returns this instance - * - * @param ValidateBillingAgreementResult $value ValidateBillingAgreementResult - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse instance",setResponseMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,withResponseMetadata,"* Checks if ValidateBillingAgreementResult is set - * - * @return bool true if ValidateBillingAgreementResult property is set",withResponseMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,isSetResponseMetadata,"* Gets the value of the ResponseMetadata. - * - * @return ResponseMetadata ResponseMetadata",isSetResponseMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,toXML,"* Sets the value of the ResponseMetadata. - * - * @param ResponseMetadata ResponseMetadata - * @return void",toXML,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,getResponseHeaderMetadata,"* Sets the value of the ResponseMetadata and returns this instance - * - * @param ResponseMetadata $value ResponseMetadata - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse instance",getResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse,setResponseHeaderMetadata,"* Checks if ResponseMetadata is set - * - * @return bool true if ResponseMetadata property is set",setResponseHeaderMetadata,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,getValidationResult,"* OffAmazonPaymentsService_Model_ValidateBillingAgreementResult - * - * Properties: - * ",getValidationResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,setValidationResult,"* Construct new OffAmazonPaymentsService_Model_ValidateBillingAgreementResult - * - * @param mixed $data DOMElement or Associative Array to construct from. - * - * Valid properties: - * ",setValidationResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,withValidationResult,"* Gets the value of the ValidationResult property. - * - * @return string ValidationResult",withValidationResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,isSetValidationResult,"* Sets the value of the ValidationResult property. - * - * @param string ValidationResult - * @return this instance",isSetValidationResult,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,getFailureReasonCode,"* Sets the value of the ValidationResult and returns this instance - * - * @param string $value ValidationResult - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResult instance",getFailureReasonCode,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,setFailureReasonCode,"* Checks if ValidationResult is set - * - * @return bool true if ValidationResult is set",setFailureReasonCode,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,withFailureReasonCode,"* Gets the value of the FailureReasonCode property. - * - * @return string FailureReasonCode",withFailureReasonCode,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,isSetFailureReasonCode,"* Sets the value of the FailureReasonCode property. - * - * @param string FailureReasonCode - * @return this instance",isSetFailureReasonCode,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,getBillingAgreementStatus,"* Sets the value of the FailureReasonCode and returns this instance - * - * @param string $value FailureReasonCode - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResult instance",getBillingAgreementStatus,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,setBillingAgreementStatus,"* Checks if FailureReasonCode is set - * - * @return bool true if FailureReasonCode is set",setBillingAgreementStatus,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,withBillingAgreementStatus,"* Gets the value of the BillingAgreementStatus. - * - * @return BillingAgreementStatus BillingAgreementStatus",withBillingAgreementStatus,test -OffAmazonPaymentsService_Model_ValidateBillingAgreementResult,isSetBillingAgreementStatus,"* Sets the value of the BillingAgreementStatus. - * - * @param BillingAgreementStatus BillingAgreementStatus - * @return void",isSetBillingAgreementStatus,test -AddressConsentSample,__construct,"* AddressConsentSample shows how to use an - * access token in order to return additional information about the buyer - * attached to a payment contract. - * - * This example is for US based customers only. - * - * Note that the token requires needs to be decoded before it can be passed - * into the service call - * - * The sample is run by passing in a draft order reference and the access token - * assocaited with this order reference object..",__construct,test -AddressConsentSample,validateOrderReferenceIsInACorrectState,"* Create a new instance of the Address consent sample - * - * @param OffAmazonPaymentsService_Client $service instance of the service - * client - * @param string $amazonOrderReferenceId an order reference object in - * draft state to use in - * the example - * - * @return new PayWithAmazonAddressConsentSample",validateOrderReferenceIsInACorrectState,test -AddressConsentSample,getOrderReferenceDetails,"* Validate that the order reference is in the draft state - * - * @param OffAmazonPayments_Model_GetOrderReferenceDetailsResponse in an unverified state - * - * @return void - * @throws ErrorException if the state does not match the expected state",getOrderReferenceDetails,test -AutomaticPaymentsSimpleCheckoutExample,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -AutomaticPaymentsSimpleCheckoutExample,getBillingAgreementDetails,"* AutomaticPaymentsSimpleCheckoutExample includes the logic required to capture - * an order and perform all actions to capture the order amount fromthe buyer.",getBillingAgreementDetails,test -AutomaticPaymentsSimpleCheckoutExample,calculatePaymentAmountBasedOnBuyerDetails,"* Create a new instance of the automatic payment simple checkout example - * case - * - * @param OffAmazonPaymentsService_Client $service - * instance of the service client - * @param string $amazonBillingAgreementId - * an billing agreement object in draft state - * - * @return new AutomaticPaymentsSimpleCheckoutExample",calculatePaymentAmountBasedOnBuyerDetails,test -AutomaticPaymentsSimpleCheckoutExample,addSellerInformationToBillingAgreement,"* Use the billing agreement object to query the automatic payment - * information, including the current physical delivery address as selected - * by the buyer - * - * @return OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse - * service response",addSellerInformationToBillingAgreement,test -AutomaticPaymentsSimpleCheckoutExample,confirmBillingAgreement,"* Calculate the amount to charge the buyer for each payment, based on the - * buyer destination address - * - * Note that until the billing agreement is confirmed, the name & address - * fields will not be returned to the client. - * - * @param OffAmazonPaymentsService_Model_BillingAgreementDetails $BillingAgreementDetails - * response - * @param string $orderAmountPreTaxAndShipping - * order amount - * @param int $shippingType - * shipping type - * - * @return float total amount for the order, with shipping and tax included",confirmBillingAgreement,test -AutomaticPaymentsSimpleCheckoutExample,validateBillingAgreement,"* Set seller specific information to the billing agreement details. - * - * @return OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse - * service response",validateBillingAgreement,test -AutomaticPaymentsSimpleCheckoutExample,authorizePaymentAmount,"* Confirm the billing agreement information, allowing for authorizations - * and captures to be created - * - * @return OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse - * service response",authorizePaymentAmount,test -AutomaticPaymentsSimpleCheckoutExample,authorizePaymentAmountWithCaptureNow,"* Check that the billing agreement is in valid status and the selected payment - * method is also valid. - * - * @return OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse - * service response",authorizePaymentAmountWithCaptureNow,test -AutomaticPaymentsSimpleCheckoutExample,waitUntilAuthorizationProcessingIsCompleted,"* Perform the authorize call on the billing agreement - * - * @param float $authorizationAmount - * amount to authorize from the buyer - * - * @param string $authorizationReferenceId - * seller provided authorization reference id - * - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse - * service response",waitUntilAuthorizationProcessingIsCompleted,test -AutomaticPaymentsSimpleCheckoutExample,getAuthorizationDetails,"* Authorize on the billing agreement with auto capture - * - * @param float $authorizationAmount - * amount to authorize from the buyer - * - * @param string $authorizationReferenceId - * seller provided authorization reference id - * - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse - * service response",getAuthorizationDetails,test -AutomaticPaymentsSimpleCheckoutExample,captureOrderAmount,"* Create AuthorizeOnBillingAgreement request - * - * @param float $authorizationAmount - * @param string $authorizationReferenceId - * @param bool $CaptureNow - * - * @return OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest",captureOrderAmount,test -AutomaticPaymentsSimpleCheckoutExample,getCaptureDetails,"* Poll the API for the status of the Authorization Request, and continue - * once the status has been updated. - * WARNING: This is not the way to integrate for production systems, - * instead merchants should use IPN to receive a callback once the - * processing has been completed. - * Note that Amazon reserves the right to throttle requests that - * ignore this advice and poll for a response - * - * @param string $amazonAuthorizationReferenceId - * authorization transaction to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * service response",getCaptureDetails,test -AutomaticPaymentsSimpleCheckoutExample,closeBillingAgreement,"* Perform the getAuthroizationDetails request for the order - * - * @param string $amazonAuthorizationReferenceId - * authorization transaction - * to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * service response",closeBillingAgreement,test -drives,__construct,"***************************************************************************** - * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License. - * *****************************************************************************",__construct,test -drives,runSample,"* AutomaticPaymentsSimpleCheckoutExampleCLI class captures input from stdin and - * prints to stdout, and drives the automatic payment simple checkout example",runSample,test -CancellationExample,__construct,"* Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License.",__construct,test -CancellationExample,setupOrderReference,"* CancellationExample includes the logic - * requiere to cancel an order with open - * authorizations - *",setupOrderReference,test -CancellationExample,confirmOrderReference,"* Create a new instance of the simple checkout example - * case - * - * @param OffAmazonPaymentsService_Client $service instance of the - * service client - * @param string $amazonOrderReferenceId an order reference - * object in draft - * state to use in the example - * @param string $orderTotalAmount amount to authorize - * from the buyer - * - * @return new CancellationExample",confirmOrderReference,test -CancellationExample,performAuthorization,"* Add information to the payment contract so that it can be confirmed - * in a later step - * Simulates a merchant adding the order details to the payment contract - * - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse - * response",performAuthorization,test -CancellationExample,waitUntilAuthorizationProcessingIsCompleted,"* Confirm the order reference information, allowing for - * authorizations and captures to be created - * - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse response",waitUntilAuthorizationProcessingIsCompleted,test -CancellationExample,getAuthorizationDetails,"* Perform the authorize call for the order - * - * Cancel order reference can now be called at any point between a - * ConfirmOrderReference call and a cancelOrderReference call - * In this example we will call it following a single authorization for - * half of the order total - * - * @return OffAmazonPaymentsService_Model_AuthorizeResponse service response",getAuthorizationDetails,test -CancellationExample,cancelOrderReference,"* Poll the API for the status of the Authorization Request, and continue - * once the status has been updated - * WARNING: This is not the way to integrate for production systems, - * instead merchants should use IPN to receive a callback once the - * processing has been completed. - * Note that Amazon reserves the right to throttle requests that - * ignore this advice and poll for a response - * - * @param string $amazonAuthorizationId authorization transaction to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * response",cancelOrderReference,test -CancellationExample,getOrderReferenceDetails,"* Perform the getAuthroizationDetails request for the order - * - * @param string $amazonAuthorizationReferenceId authorization transaction - * to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse - * response",getOrderReferenceDetails,test -drives,__construct,"***************************************************************************** -* Copyright 2011 Amazon.com, Inc. or its affiliates. All Rights Reserved. -* Licensed under the Apache License, Version 2.0 (the ""License""); -* -* You may not use this file except in compliance with the License. -* You may obtain a copy of the License at: -* http://aws.amazon.com/apache2.0 -* This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR -* CONDITIONS OF ANY KIND, either express or implied. See the License -* for the -* specific language governing permissions and limitations under the -* License. -*****************************************************************************",__construct,test -drives,runSample,"***************************************************************************** -* Cancellation command line example -* -* This class drives the cancellation example from a command line iterface -* See CancellationExample.php for more information -*****************************************************************************",runSample,test -RefundExample,__construct,"* Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the ""License""); - * - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * http://aws.amazon.com/apache2.0 - * This file is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR - * CONDITIONS OF ANY KIND, either express or implied. See the License - * for the - * specific language governing permissions and limitations under the - * License.",__construct,test -RefundExample,getOrderReferenceDetails,"* RefundExample includes the logic - * required to refund a capture, - * which transfers the funds from - * the merchant back to the buyer - *",getOrderReferenceDetails,test -RefundExample,getCaptureDetailsRequest,"* Create a new instance of the refund example case - * - * @param OffAmazonPaymentsService_Client $service instance of the service - * client - * @param string $amazonOrderReferenceId an order reference object in - * open or closed state to use in - * the example - * @param string $amazonCaptureId a completed capture that was - * performed on the order reference id - * @param string $refundIdSuffix suffixForTheRefundIdentifier - * - * @return new RefundExample",getCaptureDetailsRequest,test -RefundExample,refundToBuyer,"* Get the order reference details to find to the state - * of the order reference - * - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse response",refundToBuyer,test -RefundExample,waitUntilRefundProcessingIsCompleted,"* Get the capture details to find out the - * maximum amount that can be refunded - * - * @return OffAmazonPaymentsService_Model_GetCaptureDetailsResponse response",waitUntilRefundProcessingIsCompleted,test -RefundExample,getRefundDetails,"* Perform the refund to transfer the amount from seller - * to buyer - * - * @param string $refundAmount amount to refund to the buyer - * @param string $refundCurrency currency of the refund - * - * @return void",getRefundDetails,test -RefundExample,getCaptureDetails,"* Poll the API for the status of the Refund Request, and continue - * once the status has been updated - * WARNING: This is not the way to integrate for production systems, - * instead merchants should use IOPN to receive a callback once the - * processing has been completed. - * Note that Amazon reserves the right to throttle requests that - * ignore this advice and poll for a response - * - * @param string $amazonRefundId refund id to query status of - * - * @return OffAmazonPaymentsService_Model_GetRefundDetailsResponse response",getCaptureDetails,test -captures,__construct,"* RefundExampleCLI class captures input from stdin and prints to stdout, - * and drives the refund example - *",__construct,test -captures,runSample,"* Create a new instance of the cli example and validate command line arguments - * - * @param array $argv arguments to the application passed from the command line",runSample,test -SimpleCheckoutExample,__construct,"* SimpleCheckoutExample includes the logic - * required to capture an order and perform - * all actions to capture the order amount from - * the buyer - *",__construct,test -SimpleCheckoutExample,getOrderReferenceDetails,"* Create a new instance of the simple checkout example - * case - * - * @param OffAmazonPaymentsService_Client $service instance of the service - * client - * @param string $amazonOrderReferenceId an order reference object in - * draft state to use in - * the example - * - * @return new SimpleCheckoutExample",getOrderReferenceDetails,test -SimpleCheckoutExample,calculateOrderTotalBasedOnBuyerDetails,"* Use the order reference object to query the order information, including - * the current physical delivery address as selected by the buyer - * - * @return OffAmazonPaymentsService_Model_GetOrderReferenceDetailsResponse service response",calculateOrderTotalBasedOnBuyerDetails,test -SimpleCheckoutExample,addOrderTotalAndSellerInformationToOrder,"* Calculate the total amount to charge the buyer for this order, - * based on the buyer destination address - * - * Note that until the order is confirmed, the name & address fields will - * not be returned to the client - * - * @param OffAmazonPaymentsService_Model_OrderReferenceDetails $orderReferenceDetails response - * @param string $orderAmountPreTaxAndShipping order amount - * @param int $shippingType shipping type - * - * @return float total amount for the order, with shipping and tax included",addOrderTotalAndSellerInformationToOrder,test -SimpleCheckoutExample,confirmOrderReference,"* Add order information by making the call to setOrderReferenceDetails with - * the total order amount, as well as notes describing the order information - * - * @param float $orderTotal total value of the order, incl shipping and tax - * - * @return OffAmazonPaymentsService_Model_SetOrderReferenceDetailsResponse service response",confirmOrderReference,test -SimpleCheckoutExample,authorizeOrderAmount,"* Confirm the order reference information, allowing for - * authorizations and captures to be created - * - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse service response",authorizeOrderAmount,test -SimpleCheckoutExample,waitUntilAuthorizationProcessingIsCompleted,"* Perform the authorize call for the order - * - * @param float $authorizationAmount amount to authorize from the buyer - * - * @return OffAmazonPaymentsService_Model_AuthorizeResponse service response",waitUntilAuthorizationProcessingIsCompleted,test -SimpleCheckoutExample,getAuthorizationDetails,"* Poll the API for the status of the Authorization Request, and continue - * once the status has been updated - * WARNING: This is not the way to integrate for production systems, - * instead merchants should use IPN to receive a callback once the - * processing has been completed. - * Note that Amazon reserves the right to throttle requests that - * ignore this advice and poll for a response - * - * @param string $amazonAuthorizationReferenceId authorization transaction to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse service response",getAuthorizationDetails,test -SimpleCheckoutExample,captureOrderAmount,"* Perform the getAuthroizationDetails request for the order - * - * @param string $amazonAuthorizationReferenceId authorization transaction - * to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse service response",captureOrderAmount,test -SimpleCheckoutExample,getCaptureDetails,"* Perform the capture call for the order - * - * @param float $captureAmount amount to capture from the buyer - * @param string $amazonAuthorizationId auth id to perform the capture on - * - * @return OffAmazonPaymentsService_Model_CaptureResponse service response",getCaptureDetails,test -SimpleCheckoutExample,closeOrderReference,"* Perform the get capture details call for the order - * - * @param string $amazonCaptureId capture it to get details for - * - * @return OffAmazonPaymentsService_Model_CaptureResponse service response",closeOrderReference,test -drives,__construct,"* Create a new instance of the cli example and - * validate command line arguments - * - * @param array $argv arguments to the appplication passed from the command line",__construct,test -drives,runSample,"* Run all the steps for the sample in sequence - *",runSample,test -SplitShipmentsCheckoutExample,__construct,"* Create a new instance of the split shipments - * checkout example - * - * @param OffAmazonPaymentsService_Client $service instance of the service client - * - * @param string $amazonOrderReferenceId an order reference object in - * draft state to use in - * the example - * - * @return new SplitShipmentsCheckoutExample",__construct,test -SplitShipmentsCheckoutExample,addOrderAmountToOrderReference,"* Step 1: calcaulte the total value of the order and set the amount on the order - * reference - *",addOrderAmountToOrderReference,test -SplitShipmentsCheckoutExample,confirmOrderReference,"* Confirm the order reference information, allowing for - * authorizations and captures to be created - * - * @return OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse service response",confirmOrderReference,test -SplitShipmentsCheckoutExample,performAuthorizationForShipment,"* Perform the authorization for the shipment at the given index - * - * @param int $shipmentNumber order item index to authorize - * - * @return OffAmazonPaymentsService_Model_AuthorizeResponse service response",performAuthorizationForShipment,test -SplitShipmentsCheckoutExample,waitUntilAuthorizationProcessingIsCompleted,"* Poll the API for the status of the Authorization Request, and continue - * once the status has been updated - * WARNING: This is not the way to integrate for production systems, - * instead merchants should use IPN to receive a callback once the - * processing has been completed. - * Note that Amazon reserves the right to throttle requests that - * ignore this advice and poll for a response - * - * @param string $amazonAuthorizationReferenceId authorization transaction to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse service response",waitUntilAuthorizationProcessingIsCompleted,test -SplitShipmentsCheckoutExample,getAuthorizationDetails,"* Perform the getAuthroizationDetails request for the order - * - * @param string $amazonAuthorizationReferenceId authorization transaction - * to query - * - * @return OffAmazonPaymentsService_Model_GetAuthorizationDetailsResponse service response",getAuthorizationDetails,test -SplitShipmentsCheckoutExample,performCaptureForShipment,"* Perform the capture for a single shipment - * - * @param int $shipmentNumber order item index to capture - * @param string $amazonAuthorizationId authorization to capture - * - * @return OffAmazonPayments_Model_CaptureResponse service response",performCaptureForShipment,test -SplitShipmentsCheckoutExample,getCaptureDetails,"* Perform the get capture details call for the order - * - * @param string $amazonCaptureId capture it to get details for - * - * @return OffAmazonPaymentsService_Model_CaptureResponse service response",getCaptureDetails,test -SplitShipmentsCheckoutExample,closeOrderReference,"* Close this order reference to indicate that the order is complete, and - * no further authorizations and captures will be performed on this order - * - * @return OffAmazonPaymentsService_Model_CloseOrderReferenceResponse service response",closeOrderReference,test -SplitShipmentsCheckoutExample,addShipmentToOrder,"* Add a new shipment of an item to the order - * - * @param int $itemIndex index of the item to place in this order - *",addShipmentToOrder,test -SplitShipmentsCheckoutExample,getItemNames,"* Return the names of the items available to place into the order - * - * @return array names of available items",getItemNames,test -SplitShipmentsCheckoutExample,__construct,"* Return the total amount for the order - * - * @return int order total",__construct,test -captures,__construct,"* Create a new instance of the cli example and - * validate command line arguments - * - * @param array $argv arguments to the application passed to the command line",__construct,test -captures,runSample,"* Run all the steps for the sample in sequence - *",runSample,test -to,__construct,* Utility class to help store data required for our payment scenario,__construct,test -AmazonButtonWidgetMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -AmazonButtonWidgetMapper,Accept,* {@inheritdoc},Accept,test -AmazonWidgetMapper,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -AmazonWidgetMapper,Accept,* {@inheritdoc},Accept,test -AmazonPaymentExtranetAddress,getIsAmazonShippingAddress,* @return bool,getIsAmazonShippingAddress,test -AmazonPaymentExtranetAddress,setIsAmazonShippingAddress,* @param bool $isAmazonShippingAddress,setIsAmazonShippingAddress,test -AmazonPaymentExtranetUser,__sleep,* @var \TdbDataExtranetUserAddress|null,__sleep,test -AmazonPaymentExtranetUser,__wakeup,* @var \TdbDataExtranetUserAddress|null,__wakeup,test -AmazonPaymentExtranetUser,isAmazonPaymentUser,"* we need this to store our private properties during sleep (php does not support private vars). - * - * @var array",isAmazonPaymentUser,test -AmazonPaymentExtranetUser,resetAmazonAddresses,* @return bool,resetAmazonAddresses,test -AmazonPaymentExtranetUser,setAmazonShippingAddress,* @param bool $amazonPaymentEnabled,setAmazonShippingAddress,test -AmazonPaymentBasket,getAmazonOrderReferenceId,"* If an error occurs during the Amazon Pay checkout, this variable is set to true. - * - * @var bool",getAmazonOrderReferenceId,test -AmazonPaymentBasket,setAmazonOrderReferenceId,* @return string|null,setAmazonOrderReferenceId,test -AmazonPaymentBasket,resetAmazonPaymentReferenceData,"* @param null $amazonOrderReferenceId - * @param TdbDataExtranetUser $user the user for whom the Amazon payment will be enabled. - * Note that the user object will be changed in memory, but not persistent - * - * @throws TPkgCmsException_LogAndMessage",resetAmazonPaymentReferenceData,test -AmazonPaymentBasket,hasAmazonPaymentError,* @return bool,hasAmazonPaymentError,test -AmazonPaymentBasket,RecalculateBasket,* @throws TPkgCmsException_LogAndMessage,RecalculateBasket,test -AmazonPaymentHandler,PostSelectPaymentHook,* @var AmazonPaymentGroupConfig,PostSelectPaymentHook,test -AmazonPaymentHandler,ExecutePayment,* @return string,ExecutePayment,test -AmazonPaymentHandler,getAmazonOrderReferenceId,* {@inheritdoc},getAmazonOrderReferenceId,test -AmazonPaymentHandler,paymentTransactionHandlerFactory,"* return true if capture on shipment is active. - * - * @return bool",paymentTransactionHandlerFactory,test -AmazonPaymentHandler,isCaptureOnShipment,"* hook is called before the payment data is committed to the database. use it to cleanup/filter/add data you may - * want to include/exclude from the database. - * - * @param array $aPaymentData - * - * @return array",isCaptureOnShipment,test -AmazonPaymentHandler,getAmazonPaymentGroupConfig,@var PortalDomainServiceInterface $portalDomainService,getAmazonPaymentGroupConfig,test -AmazonPaymentHandler,setAmazonPaymentGroupConfig,* @return AmazonPaymentGroupConfig,setAmazonPaymentGroupConfig,test -AmazonPaymentHandler,GetExternalPaymentReferenceIdentifier,* @param AmazonPaymentGroupConfig $amazonPaymentGroupConfig,GetExternalPaymentReferenceIdentifier,test -AmazonPaymentHandler,isBlockForUserSelection,"* some payment methods (such as paypal) get a reference number from the external - * service, that allows the shop owner to identify the payment executed in their - * Webservice. Since it is sometimes necessary to provided this identifier. - * - * every payment method that provides such an identifier needs to overwrite this method - * - * returns an empty string, if the method has no identifier. - * - * @return string",isBlockForUserSelection,test -AmazonShopOrder,getAmazonOrderReferenceId,"* returns amazon order reference id if the order was paid with amazon. throws an InvalidArgumentException if the - * order was not paid with amazon. - * - * @throws \InvalidArgumentException - * - * @return string",getAmazonOrderReferenceId,test -AmazonShopOrder,CreateOrderInDatabaseCompleteHook,@var $paymentHandler AmazonPaymentHandler,CreateOrderInDatabaseCompleteHook,test -AmazonShopPaymentHandlerGroup,validateIPNRequestData,* @var AmazonPaymentGroupConfig,validateIPNRequestData,test -AmazonShopPaymentHandlerGroup,getOrderFromRequestData,* @var Request,getOrderFromRequestData,test -AmazonShopPaymentHandlerGroup,processRawRequestData,* @var Connection,processRawRequestData,test -AmazonShopPaymentHandlerGroup,getIPNStatus,* {@inheritdoc},getIPNStatus,test -AmazonShopPaymentHandlerGroup,setDatabaseConnection,* {@inheritdoc},setDatabaseConnection,test -AmazonAddressStep,Init,* {@inheritdoc},Init,test -AmazonAddressStep,GetHtmlFooterIncludes,@var PortalDomainServiceInterface $portalDomainService,GetHtmlFooterIncludes,test -AmazonBasketOrderStep,Init,* @return ExtranetUserProviderInterface,Init,test -AmazonConfirmOrderStep,GetHtmlFooterIncludes,* {@inheritdoc},GetHtmlFooterIncludes,test -AmazonShippingStep,GetHtmlFooterIncludes,* {@inheritdoc},GetHtmlFooterIncludes,test -AmazonShippingStep,ChangeShippingGroup,* {@inheritdoc},ChangeShippingGroup,test -AmazonShippingStep,Init,* @return ExtranetUserProviderInterface,Init,test -AmazonShopBasket,GetHtmlFooterIncludes,@var PortalDomainServiceInterface $portalDomainService,GetHtmlFooterIncludes,test -AmazonShopOrderWizard,GetHtmlFooterIncludes,@var PortalDomainServiceInterface $portalDomainService,GetHtmlFooterIncludes,test -AmazonReferenceId,getLocalId,* @var int,getLocalId,test -AmazonReferenceId,getAmazonId,* @var string,getAmazonId,test -AmazonReferenceId,getValue,"* return the transaction id associated with the counter. - * - * @return string",getValue,test -AmazonReferenceId,__construct,* @param bool $captureNow,__construct,test -AmazonReferenceId,setAmazonId,* @return bool,setAmazonId,test -AmazonReferenceId,getType,"* returns self::REQUEST_MODE_SYNCHRONOUS or self::REQUEST_MODE_ASYNCHRONOUS. - * - * @return int",getType,test -AmazonReferenceId,getTransactionId,"* @param int $requestMode - one of self::REQUEST_MODE_ASYNCHRONOUS - * - * @throws \InvalidArgumentException",getTransactionId,test -AmazonReferenceIdList,__construct,* @var string,__construct,test -AmazonReferenceIdList,getNew,* @var,getNew,test -AmazonReferenceIdList,getIterator,* {@inheritdoc},getIterator,test -AmazonReferenceIdList,count,"* (PHP 5 >= 5.0.0)
- * Retrieve an external iterator. - * - * @see http://php.net/manual/en/iteratoraggregate.getiterator.php - * - * @return Traversable An instance of an object implementing Iterator or - * Traversable - * @return \ArrayIterator",count,test -AmazonReferenceIdList,addItem,"* (PHP 5 >= 5.1.0)
- * Count elements of an object. - * - * @see http://php.net/manual/en/countable.count.php - * - * @return int the custom count as an integer. - *

- *

- * The return value is cast to an integer",addItem,test -AmazonReferenceIdList,getLast,"* returns the last element in the list. - * - * @return IAmazonReferenceId",getLast,test -AmazonReferenceIdManager,__construct,* @var AmazonReferenceIdList[],__construct,test -AmazonReferenceIdManager,createLocalAuthorizationReferenceId,* @var string,createLocalAuthorizationReferenceId,test -AmazonReferenceIdManager,createLocalAuthorizationReferenceIdWithCaptureNow,* @var string,createLocalAuthorizationReferenceIdWithCaptureNow,test -AmazonReferenceIdManager,createLocalCaptureReferenceId,"* @param int $requestMode IAmazonReferenceId::REQUEST_MODE_ASYNCHRONOUS or IAmazonReferenceId::REQUEST_MODE_SYNCHRONOUS - * @param float $value - * - * @return IAmazonReferenceId",createLocalCaptureReferenceId,test -AmazonReferenceIdManager,createLocalRefundReferenceId,@var $item IAmazonReferenceId,createLocalRefundReferenceId,test -AmazonReferenceIdManager,findFromLocalReferenceId,"* @param int $requestMode IAmazonReferenceId::REQUEST_MODE_ASYNCHRONOUS or IAmazonReferenceId::REQUEST_MODE_SYNCHRONOUS - * @param float $value - * @param string $transactionId - shop payment transaction id - * - * @return IAmazonReferenceId",findFromLocalReferenceId,test -AmazonReferenceIdManager,persist,@var $item IAmazonReferenceId,persist,test -AmazonReferenceIdManager,delete,"* @param $value - * @param string $transactionId - the transaction id associated with the counter - * - * @return IAmazonReferenceId",delete,test -AmazonReferenceIdManager,getAmazonOrderReferenceId,"* @param $value - * @param $transactionId - * - * @return IAmazonReferenceId",getAmazonOrderReferenceId,test -AmazonReferenceIdManager,getShopOrderId,"* @param $localId - * @param int $itemType one of IAmazonReferenceId::TYPE_* - * - * @return IAmazonReferenceId|null",getShopOrderId,test -AmazonReferenceIdManager,getListOfAuthorizations,@var $item IAmazonReferenceId,getListOfAuthorizations,test -AmazonReferenceIdManager,getListOfCaptures,@var $list IAmazonReferenceIdList,getListOfCaptures,test -AbstractAmazonPaymentCaptureOrder,test_amazon_api_error_on_set_order_reference_details,"* @param $includePhysicalProducts - * @param $includeDownloads - * - * @return \PHPUnit_Framework_MockObject_MockObject|\TdbShopOrder",test_amazon_api_error_on_set_order_reference_details,test -AbstractAmazonPaymentCaptureOrder,test_amazon_api_error_on_confirm_order_reference,@var \PHPUnit_Framework_MockObject_MockObject|\TdbShopOrder $order,test_amazon_api_error_on_confirm_order_reference,test -AbstractAmazonPaymentCaptureOrder,test_amazon_api_error_on_get_order_reference_details,@var $paymentHandler AmazonPaymentHandler|\PHPUnit_Framework_MockObject_MockObject,test_amazon_api_error_on_get_order_reference_details,test -AbstractAmazonPaymentCaptureOrder,test_shippingAddressNotSet_constraint_error,@var \TdbShopOrderItem $orderItem,test_shippingAddressNotSet_constraint_error,test -AbstractAmazonPaymentCaptureOrder,test_paymentPlanNotSet_constraint_error,@var \TdbShopOrderItem $orderItem,test_paymentPlanNotSet_constraint_error,test -AbstractAmazonPaymentCaptureOrder,test_AmountNotSet_constraint_error,@var $transactionManager \TPkgShopPaymentTransactionManager|\PHPUnit_Framework_MockObject_MockObject,test_AmountNotSet_constraint_error,test -AbstractAmazonPaymentCaptureOrder,test_Unknown_constraint_error,"* @param \TdbShopOrder $order - * @param $includePhysicalProducts - * @param $includeDownloads - * - * @return \TPkgShopPaymentTransactionData",test_Unknown_constraint_error,test -AbstractAmazonPaymentCaptureOrder,test_InvalidCountry_error,@var $transactionManager \TPkgShopPaymentTransactionManager|\PHPUnit_Framework_MockObject_MockObject,test_InvalidCountry_error,test -ConvertAddressFromAmazonToLocalTest,it_converts_partial_amazon_address_to_local,* @test,it_converts_partial_amazon_address_to_local,test -ConvertAddressFromAmazonToLocalTest,it_converts_full_amazon_address_to_local,@var \PHPUnit_Framework_MockObject_MockObject|AmazonDataConverter $amazonConverter,it_converts_full_amazon_address_to_local,test -ConvertAddressFromAmazonToLocalTest,it_fails_on_invalid_address,* @test,it_fails_on_invalid_address,test -ConvertAddressFromAmazonToLocalTest,test_get_local_from_amazon_address_lines,@var \PHPUnit_Framework_MockObject_MockObject|AmazonDataConverter $amazonConverter,test_get_local_from_amazon_address_lines,test -ConvertAddressFromAmazonToLocalTest,test_convert_localToOrderAddressBilling,"* @test - * @expectedException \InvalidArgumentException",test_convert_localToOrderAddressBilling,test -FindBestCaptureMatchForRefundTest,test_refund_matched_in_sum_by_one,* expecting an exception.,test_refund_matched_in_sum_by_one,test -FindBestCaptureMatchForRefundTest,test_refund_matched_in_sum_by_two,* @return array,test_refund_matched_in_sum_by_two,test -FindBestCaptureMatchForRefundTest,test_refund_matched_in_sum_by_one_larger_than_refund,@var $responseObject \OffAmazonPaymentsService_Model_CaptureDetails,test_refund_matched_in_sum_by_one_larger_than_refund,test -FindBestCaptureMatchForRefundTest,test_refund_matched_in_sum_by_two_larger_than_refund,* @return AmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_refund_matched_in_sum_by_two_larger_than_refund,test -FindBestCaptureMatchForRefundTest,test_refund_larger_then_remaining_captures,@var $orderRefObject AmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_refund_larger_then_remaining_captures,test -FindBestCaptureMatchForRefundTest,test_api_error,"* @param $captureList - * @param $itemsInMatchList - * - * @return AmazonReferenceIdList",test_api_error,test -GetOrderReferenceDetailsTest,test_success_before_order_was_confirmed,* @expectedException \InvalidArgumentException,test_success_before_order_was_confirmed,test -SetOrderReferenceDetailsTest,test_success,* @test,test_success,test -SetOrderReferenceOrderValueTest,test_success,* @test,test_success,test -CancelOrderTest,test_success,@var $amazonOrderRef IAmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_success,test -CancelOrderTest,test_api_error,@var $transactionManager \TPkgShopPaymentTransactionManager|\PHPUnit_Framework_MockObject_MockObject,test_api_error,test -CaptureOrder_PayOnOrderCompletionTest,test_CaptureSuccessButSynchronousAuthReturnsPending,"* we expect the same results for every basket type, so create on helper method to cover all 3 cases. - * - * @param bool $physicalProducts - * @param bool $downloads",test_CaptureSuccessButSynchronousAuthReturnsPending,test -CaptureOrder_PayOnOrderCompletionTest,test_capture_downloads_only,@var $mockTransactionResponse \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_capture_downloads_only,test -CaptureOrder_PayOnOrderCompletionTest,test_capture_physical_products_only,"* we expect the same results for every basket type, so create on helper method to cover all 3 cases. - * - * @param bool $physicalProducts - * @param bool $downloads",test_capture_physical_products_only,test -CaptureOrder_PayOnOrderCompletionTest,test_capture_mixed_basket,@var $mockTransactionResponse \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_capture_mixed_basket,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_downloads_only,"* we always expect the order details to be set and the order reference to be confirmed. - * - * the order contains only downloads, so we expect - * - one transaction for the complete amount - * - an auth + capture for the complete order - * - the orders shipping address to be updated - * - the orders buyer data to be updated (email etc. we do not have access to the billing address until after the authorize is confirmed)",test_amazon_api_error_downloads_only,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_physical_only,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_amazon_api_error_physical_only,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_mixed,"* we expect the order to be canceled and otherwise unchanged. There should be no transaction, and neither auth nor auth+capture calls.",test_amazon_api_error_mixed,test -CaptureOrder_PayOnOrderCompletionTest,test_synchronous_auth_declined_invalidPaymentMethod,* we expect the order to be canceled but otherwise unchanged. there should be no auth or auth+capture and no transactions.,test_synchronous_auth_declined_invalidPaymentMethod,test -CaptureOrder_PayOnOrderCompletionTest,test_synchronous_auth_declined_amazonRejected,"* the order reference was confirmed but not used. so we expect - * - the order ref object to be canceled - * - the order to be canceled and unchanged - * - no calls to auth or auth+capture - * - no transactions.",test_synchronous_auth_declined_amazonRejected,test -CaptureOrder_PayOnOrderCompletionTest,test_synchronous_auth_declined_processingFailure,"* the error should be thrown when trying to setOrderReferenceDetails, so we expect the method to cancel the order.",test_synchronous_auth_declined_processingFailure,test -CaptureOrder_PayOnOrderCompletionTest,test_synchronous_auth_declined_transactionTimedOut,* expect the same as test_shippingAddressNotSet_constraint_error.,test_synchronous_auth_declined_transactionTimedOut,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_on_set_order_reference_details,* expect order to be canceled.,test_amazon_api_error_on_set_order_reference_details,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_on_confirm_order_reference,* expect order to be canceled.,test_amazon_api_error_on_confirm_order_reference,test -CaptureOrder_PayOnOrderCompletionTest,test_amazon_api_error_on_get_order_reference_details,* expect order to be canceled.,test_amazon_api_error_on_get_order_reference_details,test -CaptureOrder_PayOnShipmentTest,test_capture_downloads_only,"* we always expect the order details to be set and the order reference to be confirmed. - * - * the order contains only downloads, so we expect - * - one transaction for the complete amount - * - an auth + capture for the complete order - * - the orders shipping address to be updated - * - the orders buyer data to be updated (email etc. we do not have access to the billing address until after the authorize is confirmed)",test_capture_downloads_only,test -CaptureOrder_PayOnShipmentTest,test_capture_physical_products_only,* we expect to get an authorize only.,test_capture_physical_products_only,test -CaptureOrder_PayOnShipmentTest,test_capture_mixed_basket,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_capture_mixed_basket,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_downloads_only,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_amazon_api_error_downloads_only,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_physical_only,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_amazon_api_error_physical_only,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_mixed,"* a mixed basket may generate an auth + capture and an auth without capture. if the aut without capture fails, but - * the auth with capture does not, then the order should NOT be marked as canceled.",test_amazon_api_error_mixed,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_on_auth_without_capture_on_mixed_basket,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_amazon_api_error_on_auth_without_capture_on_mixed_basket,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_on_auth_with_capture_on_mixed_basket,"* the capture + auth fails - since this is always called first, we expect the order to be canceled after this exception.",test_amazon_api_error_on_auth_with_capture_on_mixed_basket,test -CaptureOrder_PayOnShipmentTest,test_synchronous_auth_declined_invalidPaymentMethod,@var $amazonPayment AmazonPayment|\PHPUnit_Framework_MockObject_MockObject,test_synchronous_auth_declined_invalidPaymentMethod,test -CaptureOrder_PayOnShipmentTest,test_synchronous_auth_declined_amazonRejected,"* we expect the order to be canceled and otherwise unchanged. There should be no transaction, and neither auth nor auth+capture calls.",test_synchronous_auth_declined_amazonRejected,test -CaptureOrder_PayOnShipmentTest,test_synchronous_auth_declined_processingFailure,* we expect the order to be canceled but otherwise unchanged. there should be no auth or auth+capture and no transactions.,test_synchronous_auth_declined_processingFailure,test -CaptureOrder_PayOnShipmentTest,test_synchronous_auth_declined_transactionTimedOut,"* the order reference was confirmed but not used. so we expect - * - the order ref object to be canceled - * - the order to be canceled and unchanged - * - no calls to auth or auth+capture - * - no transactions.",test_synchronous_auth_declined_transactionTimedOut,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_on_set_order_reference_details,"* the error should be thrown when trying to setOrderReferenceDetails, so we expect the method to cancel the order.",test_amazon_api_error_on_set_order_reference_details,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_on_confirm_order_reference,* expect the same as test_shippingAddressNotSet_constraint_error.,test_amazon_api_error_on_confirm_order_reference,test -CaptureOrder_PayOnShipmentTest,test_amazon_api_error_on_get_order_reference_details,* expect order to be canceled.,test_amazon_api_error_on_get_order_reference_details,test -CaptureOrder_PayOnShipmentTest,test_shippingAddressNotSet_constraint_error,* expect order to be canceled.,test_shippingAddressNotSet_constraint_error,test -CaptureOrder_PayOnShipmentTest,test_paymentPlanNotSet_constraint_error,* expect order to be canceled.,test_paymentPlanNotSet_constraint_error,test -CaptureShipmentTest,test_capture_valid_existing_authorization,* a transaction is created and returned [will wait for the ipn for confirmation].,test_capture_valid_existing_authorization,test -CaptureShipmentTest,test_capture_success_with_completed_status,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_capture_success_with_completed_status,test -CaptureShipmentTest,test_capture_with_product_item_list,@var $expectedTransaction \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_capture_with_product_item_list,test -CaptureShipmentTest,test_capture_closed_authorization,@var $expectedLocalCaptureIdObject AmazonReferenceId|\PHPUnit_Framework_MockObject_MockObject,test_capture_closed_authorization,test -CaptureShipmentTest,test_capture_expired_authorization,"* the capture returns the state immediately - so we don't need to wait for the ipn confirm, but can confirm the transaction - * immediately.",test_capture_expired_authorization,test -CaptureShipmentTest,test_capture_pending_authorization,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_capture_pending_authorization,test -CaptureShipmentTest,test_capture_no_existing_authorization,@var $expectedTransaction \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_capture_no_existing_authorization,test -CaptureShipmentTest,test_capture_auth_ok_but_capture_declined,@var $expectedLocalCaptureIdObject AmazonReferenceId|\PHPUnit_Framework_MockObject_MockObject,test_capture_auth_ok_but_capture_declined,test -CaptureShipmentTest,test_api_error_on_getAuthorizationDetails,* same as test_capture_valid_existing_authorization but the items should be connected to the transaction.,test_api_error_on_getAuthorizationDetails,test -CaptureShipmentTest,test_api_error_on_captureExistingAuthorization,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_api_error_on_captureExistingAuthorization,test -CaptureShipmentTest,test_api_error_on_authorizeAndCapture,@var $expectedTransaction \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_api_error_on_authorizeAndCapture,test -RefundTest,test_pending,"* GIVEN I have a transactionManager - * AND I have an order - * AND I have a refundValue ""1234.56"" - * AND I have an invoiceNumber ""INVOICE"" - * WHEN I call ""refund"" - * THEN I should get a response ""Pending"".",test_pending,test -RefundTest,test_pending_with_orderItemList,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_pending_with_orderItemList,test -RefundTest,test_multi_capture_refund,@var $transactionManager \TPkgShopPaymentTransactionManager|\PHPUnit_Framework_MockObject_MockObject,test_multi_capture_refund,test -RefundTest,test_completed,@var $amazonOrderRef IAmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_completed,test -RefundTest,test_declined,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_declined,test -RefundTest,test_decline_with_one_success,@var $amazonOrderRef IAmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_decline_with_one_success,test -RefundTest,test_api_error,@var $order \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_api_error,test -RefundTest,test_no_matching_capture_found,@var $transactionManager \TPkgShopPaymentTransactionManager|\PHPUnit_Framework_MockObject_MockObject,test_no_matching_capture_found,test -UpdateWithSelectedShippingAddress,testGuestSuccess,* amazon api error.,testGuestSuccess,test -UpdateWithSelectedShippingAddress,testGuestAmazonRemoteError,"* amazon api ok, but user has not selected an address yet.",testGuestAmazonRemoteError,test -UpdateWithSelectedShippingAddress,testGuestNoAddressSet,"* amazon api ok, but user has selected an address with in an unsupported country.",testGuestNoAddressSet,test -AmazonPaymentGroupConfigTest,test_the_seller_authorization_note_without_capture,* @var \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_the_seller_authorization_note_without_capture,test -AmazonPaymentGroupConfigTest,test_the_seller_authorization_note_with_capture,@var $mockOrder \TdbShopOrder|\PHPUnit_Framework_MockObject_MockObject,test_the_seller_authorization_note_with_capture,test -AmazonPaymentGroupConfigTest,test_get_seller_order_note,@var $shop \TdbShop|\PHPUnit_Framework_MockObject_MockObject,test_get_seller_order_note,test -AmazonPaymentGroupConfigTest,test_get_soft_descriptor_with_no_invoice_number,* @test,test_get_soft_descriptor_with_no_invoice_number,test -AmazonPaymentGroupConfigTest,test_get_soft_descriptor_with_invoice_number,* @test,test_get_soft_descriptor_with_invoice_number,test -AmazonIPNHandler_AuthorizationTest,test_Declined_with_InvalidPaymentMethod,* expect the shop owner to be notified so he can take corrective action once the problem has been fixed (or when it is not fixed).,test_Declined_with_InvalidPaymentMethod,test -AmazonIPNHandler_AuthorizationTest,test_Declined_with_AmazonRejected,"* we could retry if the object is still open - but won't. - * we expect the shop owner to be notified so he can take corrective actions.",test_Declined_with_AmazonRejected,test -AmazonIPNHandler_AuthorizationTest,test_Declined_with_ProcessingFailure,"* the request should be called again - we currently don't have the necessary data, so inform the shop owner instead.",test_Declined_with_ProcessingFailure,test -AmazonIPNHandler_AuthorizationTest,test_Declined_with_TransactionTimedOut,* inform shop owner.,test_Declined_with_TransactionTimedOut,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_ExpiredUnused,* inform seller.,test_Closed_with_ExpiredUnused,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_AmazonClosed,* inform seller.,test_Closed_with_AmazonClosed,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_OrderReferenceCanceled,* do nothing.,test_Closed_with_OrderReferenceCanceled,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_SellerClosed,* do nothing.,test_Closed_with_SellerClosed,test -AmazonIPNHandler_AuthorizationTest,test_open,"* since we have the billing data for the user only after an auth has moved to the open state, we need to add this data to the order. - * note: the address is specific for every authorization - something that is not supported by our shop. if the shop is using - * payment on shipping, then we will generate the authorization after the invoice is created - so we may not have any use for the data at all - * however, that will be wawi specific. - * - * we expect the following - * * update the orders billing address with the data - * *",test_open,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_MaxCapturesProcessed,@var $orderRefObject AmazonOrderReferenceObject|\PHPUnit_Framework_MockObject_MockObject,test_Closed_with_MaxCapturesProcessed,test -AmazonIPNHandler_AuthorizationTest,test_Closed_with_MaxCapturesProcessed_on_AuthWithCapture,* expect billing address to be updated.,test_Closed_with_MaxCapturesProcessed_on_AuthWithCapture,test -AmazonIPNHandler_CaptureTest,test_Declined_with_AmazonRejected,* inform the shop owner.,test_Declined_with_AmazonRejected,test -AmazonIPNHandler_CaptureTest,test_Declined_with_ProcessingFailure,* inform the shop owner.,test_Declined_with_ProcessingFailure,test -AmazonIPNHandler_CaptureTest,test_Closed_with_AmazonClosed,* inform the shop owner.,test_Closed_with_AmazonClosed,test -AmazonIPNHandler_CaptureTest,test_Completed,* confirms a capture created individually- so we expect the transaction to be marked as completed.,test_Completed,test -AmazonIPNHandler_CaptureTest,test_Completed_TransactionAlreadyMarkedAsConfirmed,* test a capture created via auth with CaptureNow in sync mode - so the transaction is already confirmed -nothing should happen.,test_Completed_TransactionAlreadyMarkedAsConfirmed,test -AmazonIPNHandler_CaptureTest,test_Completed_TransactionNotFoundError,@var $transactionMock \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_Completed_TransactionNotFoundError,test -AmazonIPNHandler_CaptureTest,test_Completed_TransactionInvalid,* the IPN returned an orderIdManager that refers to a transaction Id that can not be found - so throw an error.,test_Completed_TransactionInvalid,test -AmazonIPNHandler_CaptureTest,test_Completed_NoTransaction,* the IPN returned an orderIdManager that refers to a transaction Id does not match the order.,test_Completed_NoTransaction,test -AmazonIPNHandler_CaptureTest,test_Closed_with_MaxAmountRefunded,* the IPN does not match any transaction (or did not pass one).,test_Closed_with_MaxAmountRefunded,test -AmazonIPNHandler_CaptureTest,test_Closed_with_MaxRefundsProcessed,* no action needs to be taken.,test_Closed_with_MaxRefundsProcessed,test -AmazonIPNHandler_OrderReferenceNotificationTest,test_open,"* no action needs to be taken on open. So make sure, that no mail is sent.",test_open,test -AmazonIPNHandler_OrderReferenceNotificationTest,test_Canceled_SellerCanceled,* no notification.,test_Canceled_SellerCanceled,test -AmazonIPNHandler_OrderReferenceNotificationTest,test_Closed_SellerClosed,* no notification.,test_Closed_SellerClosed,test -AmazonIPNHandler_OrderReferenceNotificationTest,test_Suspended_InvalidPaymentMethod,"* the order was marked as suspended via a decline from an auth IPN. when we receive an IPN, that it has reopened, - * we need to inform the shop owner, that he must take action.",test_Suspended_InvalidPaymentMethod,test -AmazonIPNHandler_RefundTest,test_Declined_with_AmazonRejected,* inform the shop owner.,test_Declined_with_AmazonRejected,test -AmazonIPNHandler_RefundTest,test_Declined_with_ProcessingFailure,* inform the shop owner.,test_Declined_with_ProcessingFailure,test -AmazonIPNHandler_RefundTest,test_Completed,* we expect the transaction to be marked as completed.,test_Completed,test -AmazonIPNHandler_RefundTest,test_Completed_TransactionAlreadyMarkedAsConfirmed,* we expect the transaction to be marked as completed.,test_Completed_TransactionAlreadyMarkedAsConfirmed,test -AmazonIPNHandler_RefundTest,test_Completed_TransactionNotFoundError,@var $transactionMock \TdbPkgShopPaymentTransaction|\PHPUnit_Framework_MockObject_MockObject,test_Completed_TransactionNotFoundError,test -AmazonIPNHandler_RefundTest,test_Completed_TransactionInvalid,* the IPN returned an orderIdManager that refers to a transaction Id that can not be found - so throw an error.,test_Completed_TransactionInvalid,test -AmazonIPNHandler_RefundTest,test_Completed_NoTransaction,* the IPN returned an orderIdManager that refers to a transaction Id does not match the order.,test_Completed_NoTransaction,test -AmazonPaymentExtranetUserTest,testGetShippingAddress,"* have a user with a real address set, but user is set to amazon payment user and has an amazon payment shipping address - * we expect the amazon shipping address to be returned.",testGetShippingAddress,test -AmazonPaymentExtranetUserTest,testGetShippingAddressFromUserWithBillingNotEqualToShipping,@var \TdbDataExtranetUser $user,testGetShippingAddressFromUserWithBillingNotEqualToShipping,test -AmazonPaymentExtranetUserTest,testHelperGetUser,"* have a user with a real address set, but user is set to amazon payment user and has an amazon payment shipping address - * we expect the amazon shipping address to be returned.",testHelperGetUser,test -AmazonPaymentExtranetUserTest,testGetBillingAddressOfUserWithShippingEqualToBilling,@var \TdbDataExtranetUser $user,testGetBillingAddressOfUserWithShippingEqualToBilling,test -AmazonPaymentExtranetUserTest,testUpdateShippingAddress,@var \TdbDataExtranetUser $user,testUpdateShippingAddress,test -AmazonPaymentExtranetUserTest,testUpdateBillingAddress,@var \PHPUnit_Framework_MockObject_MockObject|\TdbDataExtranetUser $userWithLogin,testUpdateBillingAddress,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledToFalse,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledToFalse,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledToFalseAndFalseAgain,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledToFalseAndFalseAgain,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledNoneAmazonUserSetToTrueThenFalse,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledNoneAmazonUserSetToTrueThenFalse,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledNoneAmazonUserSetToFalse,"* we have a user with an amazon and a real shipping address. we expect the real shipping address being - * returned when changing the user to a non-amazon user.",testSetAmazonPaymentEnabledNoneAmazonUserSetToFalse,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledToFalseShippingNotBilling,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledToFalseShippingNotBilling,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledToFalseAndFalseAgainShippingNotBilling,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledToFalseAndFalseAgainShippingNotBilling,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledNoneAmazonUserSetToTrueThenFalseShippingNotBilling,"* we have a user with an amazon and a real shipping address. we expect the real shipping address being - * returned when changing the user to a non-amazon user.",testSetAmazonPaymentEnabledNoneAmazonUserSetToTrueThenFalseShippingNotBilling,test -AmazonPaymentExtranetUserTest,testSetAmazonPaymentEnabledNoneAmazonUserSetToFalseShippingNotBilling,@var \TdbDataExtranetUser $user,testSetAmazonPaymentEnabledNoneAmazonUserSetToFalseShippingNotBilling,test -AmazonPaymentExtranetUserTest,it_is_serialized_and_unserialzed,@var \TdbDataExtranetUser $user,it_is_serialized_and_unserialzed,test -AmazonPaymentBasketTest,it_set_the_order_reference_id,* @test,it_set_the_order_reference_id,test -AmazonPaymentBasketTest,it_resets_the_order_reference_id,@var $basket \TShopBasket|\PHPUnit_Framework_MockObject_MockObject,it_resets_the_order_reference_id,test -AmazonPaymentBasketTest,it_is_serialized_and_unserialzed,* @test,it_is_serialized_and_unserialzed,test -AmazonPaymentBasketTest,test_basket_value_changed_on_basket_without_amazon_order_reference_id,@var $basket \TShopBasket|\PHPUnit_Framework_MockObject_MockObject,test_basket_value_changed_on_basket_without_amazon_order_reference_id,test -AmazonPaymentBasketTest,test_basket_value_changed_first_time_on_basket_with_amazon_order_reference_id,* @test,test_basket_value_changed_first_time_on_basket_with_amazon_order_reference_id,test -AmazonPaymentBasketTest,test_basket_value_changed_second_time_on_basket_with_amazon_order_reference_id,@var $basket \TShopBasket|\PHPUnit_Framework_MockObject_MockObject,test_basket_value_changed_second_time_on_basket_with_amazon_order_reference_id,test -AmazonPaymentBasketTest,test_recalculate_without_value_change_on_basket_with_amazon_order_reference_id,@var $newItem \TShopBasketArticle|\PHPUnit_Framework_MockObject_MockObject,test_recalculate_without_value_change_on_basket_with_amazon_order_reference_id,test -ProcessRawRequestDataTest,test_order_reference_ipn,"* we expect - * 1. an OffAmazonPaymentsNotifications_Model_OrderReferenceNotification Object - * 2. an IPN Manager loaded via the order AmazonOrderReferenceId - * 3. no localId.",test_order_reference_ipn,test -ProcessRawRequestDataTest,test_authorization_ipn,@var $payment AmazonShopPaymentHandlerGroup|PHPUnit_Framework_MockObject_MockObject,test_authorization_ipn,test -ProcessRawRequestDataTest,test_capture_ipn,"* we expect - * 1. an OffAmazonPaymentsNotifications_Model_AuthorizationNotification Object - * 2. an IPN Manager loaded via the order AuthorizationReferenceId - * note: it does not matter if the request was synchronous or not or if it was in combination with a capture now.",test_capture_ipn,test -ProcessRawRequestDataTest,test_refund_ipn,@var $expectedIdManager AmazonReferenceIdManager|PHPUnit_Framework_MockObject_MockObject,test_refund_ipn,test -AmazonReferenceIdManagerPersistenceTest,test_persist,* @var \PDO,test_persist,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_row_and_find_from_local_id,@var $item AmazonReferenceId,test_load_from_row_and_find_from_local_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_shop_order_id,@var $manager AmazonReferenceIdManager,test_load_from_shop_order_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_shop_order_id_not_found,* @expectedException \InvalidArgumentException,test_load_from_shop_order_id_not_found,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_order_reference_id,@var $manager AmazonReferenceIdManager,test_load_from_order_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_order_reference_id_not_found,@var $manager AmazonReferenceIdManager,test_load_from_order_reference_id_not_found,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_authorization_reference_id,* @expectedException \InvalidArgumentException,test_load_from_authorization_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_capture_now_authorization_reference_id,@var $manager AmazonReferenceIdManager,test_load_from_capture_now_authorization_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_capture_reference_id,"* returns items in before.yml that match our sample order. - * - * @return array",test_load_from_capture_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_capture_now_capture_reference_id,@var $manager AmazonReferenceIdManager,test_load_from_capture_now_capture_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_refund_reference_id,@var $manager AmazonReferenceIdManager,test_load_from_refund_reference_id,test -AmazonReferenceIdManagerPersistenceTest,test_load_from_local_not_found,@var $manager AmazonReferenceIdManager,test_load_from_local_not_found,test -AmazonReferenceIdManagerPersistenceTest,getConnection,@var $manager AmazonReferenceIdManager,getConnection,test -AmazonReferenceIdManagerPersistenceTest,getDataSet,@var $manager AmazonReferenceIdManager,getDataSet,test -AmazonReferenceIdManagerTest,test_create_and_search_new_authorization_reference_id_in_sync_and_asyn_mode,@var IAmazonReferenceId $item,test_create_and_search_new_authorization_reference_id_in_sync_and_asyn_mode,test -AmazonReferenceIdManagerTest,test_consecutive_find_from_local_reference_calls,@var IAmazonReferenceId $item,test_consecutive_find_from_local_reference_calls,test -AmazonReferenceIdManagerTest,test_create_and_search_new_authorization_reference_id_with_capture_now_in_sync_and_asyn_mode,@var IAmazonReferenceId $item,test_create_and_search_new_authorization_reference_id_with_capture_now_in_sync_and_asyn_mode,test -AmazonReferenceIdManagerTest,test_create_and_search_new_capture_reference_id,@var IAmazonReferenceId $item,test_create_and_search_new_capture_reference_id,test -MTPkgCmsSubNavigation_PkgShop,Accept,"* sub navi using category tree if on an active category. -/*",Accept,test -MTPkgCmsSubNavigation_PkgShop,_AllowCache,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",_AllowCache,test -MTPkgCmsSubNavigation_PkgShop,_GetCacheParameters,* @return null|string,_GetCacheParameters,test -TPkgExtranetRegistrationGuestMapper_Form,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgExtranetRegistrationGuestMapper_Form,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgExtranetRegistrationGuest_TDataExtranetUser,RegistrationGuestIsAllowed,"* Checks if active user and given last bought user. - * - * @param TdbDataExtranetUser $oLastBoughtUser - * - * @return bool",RegistrationGuestIsAllowed,test -TPkgExtranetRegistrationGuest_TDataExtranetUser,GetLinkForRegistrationGuest,"* Returns the link to registration guest page. - * - * @return string",GetLinkForRegistrationGuest,test -MTExtranetRegistrationGuestCore,Init,"* Use this package module to register user after creating order with guest account. - * - * @psalm-suppress UndefinedInterfaceMethod - * @FIXME `HeaderURLRedirect` only exist on one implementation of `ChameleonControllerInterface`",Init,test -TPkgImageHotspotMapper,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgImageHotspotMapper,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -TPkgImageHotspot,GetFieldPkgImageHotspotItemList,* @return TdbPkgImageHotspotItemList,GetFieldPkgImageHotspotItemList,test -TPkgImageHotspotItem,Render,* the URL parameter to fetch an item.,Render,test -TPkgImageHotspotItem,GetNextItem,"* render the hotspot image. - * - * @param string $sViewName - name of the view - * @param string $sViewType - where to look for the view - * @param array $aCallTimeVars - optional parameters to pass to render method - * - * @return string",GetNextItem,test -TPkgImageHotspotItem,GetPreviousItem,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",GetPreviousItem,test -TPkgImageHotspotItem,GetLink,"* returns the item next in line relative to this item - * if the current item is the last in line, the method will return the first item. returns false if - * no next item exists. - * - * @return TdbPkgImageHotspotItem|false|null",GetLink,test -TPkgImageHotspotItem,GetAjaxLink,@var TdbPkgImageHotspotItem|null $oNextItem,GetAjaxLink,test -TPkgImageHotspotItemMarker,Render,"* render the hotspot image. - * - * @param string $sViewName - name of the view - * @param string $sViewType - where to look for the view - * @param array $aCallTimeVars - optional parameters to pass to render method - * - * @return string",Render,test -TPkgImageHotspotItemMarker,GetURLForConnectedRecord,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",GetURLForConnectedRecord,test -TPkgImageHotspotItemSpot,GetSpotObject,"* return a pointer to the object assigned to the spot. - * - * @return TCMSRecord|null",GetSpotObject,test -TPkgImageHotspotItemSpot,GetURLForConnectedRecord,"* fetches the connected record and tries to get a url from that. - * - * @return string",GetURLForConnectedRecord,test -TPkgImageHotspotItemSpot,Render,@psalm-suppress UndefinedMethod,Render,test -MTPkgImageHotspotCore,Init,"* Es wird ein Modul geschaffen, bei dem eine beliebige Anzahl Bilder definiert werden kann. - * Bei jedem Bild können Hotspots im Bild positioniert und mit einem Artikel verknüpft werden. - * Auf der Webseite wird das erste Bild angezeigt, jeweils mit einem Link zu den anderen Bildern - * (eine Art Blätterfunktion). Die Hotspots sind mit kleinen Kreuzen auf dem Bild markiert. Fährt - * ein Kunde mit der Maus über einen Hotspot, erscheinen der Artikelname und der Preis. Klickt der - * Kunde auf den Hotspot, dann gelangt er zur Detailseite des Artikels. -/*",Init,test -MTPkgImageHotspotCore,Execute,* @var string|null,Execute,test -MTPkgImageHotspotCore,_AllowCache,* @var TdbPkgImageHotspotItem|null,_AllowCache,test -MTPkgImageHotspotCore,_GetCacheParameters,* @var TdbPkgImageHotspotItem|null,_GetCacheParameters,test -MTPkgImageHotspotCore,_GetCacheTableInfos,* @var TdbPkgImageHotspot|null,_GetCacheTableInfos,test -MTPkgImageHotspotCore,GetHtmlHeadIncludes,"* any request data send to the module. - * - * @var array",GetHtmlHeadIncludes,test -SearchRequestMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -SearchRequestMapper,Accept,* {@inheritdoc},Accept,test -StateRequestExtractor,extract,"* @param array $configuration - * @param array $requestData - * @param string $listSpotName - * - * @return array",extract,test -ShopSearchLoggerBridge,__construct,* @var \ChameleonSystem\ShopBundle\Interfaces\ShopServiceInterface,__construct,test -ShopSearchLoggerBridge,logSearch,* @var \ChameleonSystem\CoreBundle\Service\LanguageServiceInterface,logSearch,test -ShopSearchSessionChameleonBridge,__construct,* @var \Symfony\Component\HttpFoundation\Session\SessionInterface,__construct,test -ShopSearchSessionChameleonBridge,addSearch,"* @param array $searchRequest - * @return void",addSearch,test -ShopSearchSessionChameleonBridge,hasSearchedFor,"* @param array $searchRequest - * @return bool",hasSearchedFor,test -ChameleonSystemSearchExtension,load,* @return void,load,test -ChameleonSystemSearchExtension,prepend,"* {@inheritdoc} - * - * @return void",prepend,test -SearchResultLoggerListener,__construct,* @var ShopSearchSessionInterface,__construct,test -SearchResultLoggerListener,onArticleListResultGenerated,* @var ShopSearchLoggerInterface,onArticleListResultGenerated,test -SearchResultTriggerCmsObserverListener,onArticleListResultGenerated,* @return void,onArticleListResultGenerated,test -,logSearch,"* @param string $searchString - * @param array $searchFilter - * @param int $numberOfMatches - * @return void",logSearch,test -,addSearch,"* @param array $searchRequest - * @return void",addSearch,test -,hasSearchedFor,"* @param array $searchRequest - * @return bool",hasSearchedFor,test -TPkgSearchObserver,GetSearch,"* search stats. - * - * @var array",GetSearch,test -TPkgSearchObserver,AddSearch,"* @static - * - * @return TPkgSearchObserver",AddSearch,test -TPkgSearchObserver,PkgCmsEventNotify,"* @param string $sSearchTypeIdentifier - * @return mixed|null",PkgCmsEventNotify,test -TShopSearchCache,__construct,"* the search term. - * - * @var string",__construct,test -TShopSearchCache,GetSearchLink,"* the search term spellchecked. - * - * @var string",GetSearchLink,test -TShopSearchCache,GetSearchLinkForTerm,"* the search term spellchecked. - * - * @var string",GetSearchLinkForTerm,test -TShopSearchCache,ProcessSearchQueryBeforeInsert,"* a list of field specific search terms. - * - * @var array",ProcessSearchQueryBeforeInsert,test -TShopSearchCache,GetBestSuggestion,"* any filter applied to the search. - * - * @var array",GetBestSuggestion,test -TShopSearchCache,GetSearchResultCategoryHits,"* @param string|null $id - * @param string|null $sLanguageId",GetSearchResultCategoryHits,test -TShopSearchCache,GetNumberOfHits,"* return current filter. - * - * @return array",GetNumberOfHits,test -TShopSearchCache,CacheIsStale,"* return a search query based on the current filter. - * - * @param array $aExcludeFilterKeys - any filter keys (same as in $this->aFilter) you place in here - * will be excluded from the link - * @param array $aFilterAddition - * - * @return string",CacheIsStale,test -TShopSearchCache,ClearCache,"* @param string $sTerm - * @return string",ClearCache,test -TShopSearchFieldWeight,CreateIndexTick,"* create field index for the row. Note: we assume the index tables exists. - * - * @param array $aRowData - * - * @return void",CreateIndexTick,test -TShopSearchIndexer,SetRegenerateCompleteIndex,@var string[],SetRegenerateCompleteIndex,test -TShopSearchIndexer,GetIndexStatus,"* set to false, if you want to update the index only for those objects that changed. - * - * @var bool",GetIndexStatus,test -TShopSearchIndexer,IsRunning,"* set index mode (full or partial). - * - * @param bool $bRegenerateCompleteIndex - set to true if you want a full reindexing or false if you do not - * - * @return void",IsRunning,test -TShopSearchIndexer,IndexerHasFinished,* @return void,IndexerHasFinished,test -TShopSearchIndexer,ProcessNextIndexStep,"* commit processing data to database. - * - * @return void",ProcessNextIndexStep,test -TShopSearchIndexer,InitializeIndexer,"* returns the index status (false=not running, number = percent done). - * - * @return float|false",InitializeIndexer,test -TShopSearchIndexer,IndexHasContent,@var float $dStatus,IndexHasContent,test -TShopSearchIndexer,CreateIndexTables,"* return the number of rows still to process. - * - * @return int",CreateIndexTables,test -TShopSearchLog,__construct,"* @param string|null $id - * @param string|null $sLanguageId",__construct,test -TShopSearchQuery,IndexIsRunning,"* returns true if the index is still running. - * will stop the index if no entries are left to index. - * - * @return bool",IndexIsRunning,test -TShopSearchQuery,StartIndex,"* prepare the index table. - * - * @param bool $bRegenerateCompleteIndex - * - * @return void",StartIndex,test -TShopSearchQuery,CreateIndexTick,"* creates index for the number of rows requested. returns the real number of rows processed. - * - * @param int $iNumberOfRowsToProcess - if set to -1 we will process all rows - * - * @return int",CreateIndexTick,test -TShopSearchQuery,NumberOfRecordsLeftToIndex,"* returns the number of records that still need to be indext for the query - * will stop the index if no entries are left to index. - * - * @return int",NumberOfRecordsLeftToIndex,test -TShopSearchQuery,StopIndex,"* stop the current index operation. - * - * @return void",StopIndex,test -StateRequestExtractorTest,it_should_extract_the_active_search_query,* @var StateRequestExtractor,it_should_extract_the_active_search_query,test -StateRequestExtractorTest,dataProviderRequestData,"* @test - * @dataProvider dataProviderRequestData - * - * @param $requestData - * @param $expectedReturnData",dataProviderRequestData,test -SearchResultLoggerListenerTest,it_should_log_a_search,* @var SearchResultLoggerListener,it_should_log_a_search,test -SearchResultLoggerListenerTest,dataProviderLogSearch,"* @test - * @dataProvider dataProviderLogSearch - * - * @param $searchParameter - * @param $numberOfResults - * @param $userHasSearchedBefore",dataProviderLogSearch,test -TPkgShopAffiliate,FoundCodeHook,@var string|null,FoundCodeHook,test -TPkgShopAffiliate,RenderHTMLCode,"* return instance of class (casted as correct type. - * - * @param string $sId - * - * @return TdbPkgShopAffiliate",RenderHTMLCode,test -TPkgShopAffiliateList,__construct,"* factory returning an element for the list. - * - * @param array $aData - * - * @return TdbPkgShopAffiliate",__construct,test -ChameleonSystemShopArticleDetailPagingBundle,build,* @return void,build,test -AddSpotToItemLinkMapper,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -AddSpotToItemLinkMapper,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -ArticleListApi,__construct,* @var \ChameleonSystem\ShopArticleDetailPagingBundle\Service\AddParametersToUrlService,__construct,test -ArticleListApi,get,* @var \ChameleonSystem\ShopArticleDetailPagingBundle\Interfaces\ContentFromUrlLoaderServiceInterface,get,test -ListItem,setId,@var string|null,setId,test -ListItem,getId,@var string|null,getId,test -ListItem,setName,@var string|null,setName,test -ListItem,getName,"* @param string $id - * - * @return void",getName,test -ListItem,setUrl,* @return string|null,setUrl,test -ListItem,getUrl,"* @param null $name - * - * @return void",getUrl,test -ListResult,setItemList,* @var string,setItemList,test -ListResult,getItemList,* @var string,getItemList,test -ListResult,setNextPageUrl,"* @var array (key = id)",setNextPageUrl,test -ListResult,getNextPageUrl,"* @param array $itemList - * - * @return void",getNextPageUrl,test -ListResult,setPreviousPageUrl,"* @return array",setPreviousPageUrl,test -ListResult,getPreviousPageUrl,"* @param string $nextPageUrl - * - * @return void",getPreviousPageUrl,test -DetailPagingModule,__construct,* @var \ChameleonSystem\ShopArticleDetailPagingBundle\Interfaces\DetailPagingServiceInterface,__construct,test -DetailPagingModule,Init,@var string|null,Init,test -DetailPagingModule,_AllowCache,* {@inheritdoc},_AllowCache,test -ShopArticleListDetailPagePagerExtensionModule,AllowAccessWithoutAuthenticityToken,* @var RequestToListUrlConverterInterface,AllowAccessWithoutAuthenticityToken,test -ShopArticleListDetailPagePagerExtensionModule,setRequestToListUrlConverter,* {@inheritdoc},setRequestToListUrlConverter,test -ContentFromUrlLoaderService,__construct,* @var \Symfony\Component\HttpKernel\HttpKernelInterface,__construct,test -ContentFromUrlLoaderService,load,* @var \Symfony\Component\HttpFoundation\RequestStack,load,test -ContentFromUrlLoaderStandardService,__construct,* @var RequestStack,__construct,test -ContentFromUrlLoaderStandardService,load,"* @param string $url - * - * @return string - * - * @throws ContentLoadingException",load,test -RequestToListUrlConverter,__construct,* @var InputFilterUtilInterface,__construct,test -RequestToListUrlConverter,getListUrl,* @return null|string,getListUrl,test -RequestToListUrlConverter,getListSpotName,* @return null|string,getListSpotName,test -RequestToListUrlConverter,getPagerParameter,* @return null|string,getPagerParameter,test -ChameleonSystemShopArticleDetailPagingExtension,load,* @return void,load,test -ArticleListPass,process,"* You can modify the container here before it is dumped to PHP code. - * - * @param ContainerBuilder $container - * - * @api - * - * @return void",process,test -,get,"* @param string $listUrl - * @param string $spot - * - * @return ListResultInterface - * - * @throws ArticleListException",get,test -,load,"* @param string $url - * - * @return string - * - * @throws ContentLoadingException",load,test -,getNextItem,"* @param string $currentArticleId - * @param string $pagerSpotName - * - * @return ListItemInterface - * - * @throws ArticleListException",getNextItem,test -,getPreviousItem,"* @param string $currentArticleId - * @param string $pagerSpotName - * - * @return ListItemInterface - * - * @throws ArticleListException",getPreviousItem,test -,getBackToListUrl,"* @param string $pagerSpotName - * @return string|null",getBackToListUrl,test -,getUrl,* @return string|null,getUrl,test -,getName,* @return string|null,getName,test -,getId,* @return string|null,getId,test -,setUrl,"* @param string $url - * - * @return void",setUrl,test -,setName,"* @param null $name - * - * @return void",setName,test -,setId,"* @param string $id - * - * @return void",setId,test -,getNextPageUrl,* @return string,getNextPageUrl,test -,getPreviousPageUrl,* @return string,getPreviousPageUrl,test -,getItemList,"* @return array",getItemList,test -,setNextPageUrl,"* @param string $url - * @return void",setNextPageUrl,test -,setPreviousPageUrl,"* @param string $url - * @return void",setPreviousPageUrl,test -,setItemList,"* @param array $items (key = id) - * @return void",setItemList,test -,getListUrl,* @return null|string,getListUrl,test -,getListSpotName,* @return null|string,getListSpotName,test -,getPagerParameter,"* @param string $listSpotName - * @param string $listPageUrl - * - * @return array",getPagerParameter,test -AddParametersToUrlService,__construct,* @var \ChameleonSystem\CmsStringUtilitiesBundle\Interfaces\UrlUtilityServiceInterface,__construct,test -AddParametersToUrlService,addParameterToUrl,"* @param string|null $url - * - * @return string",addParameterToUrl,test -DetailPagingService,__construct,* @var RequestToListUrlConverterInterface,__construct,test -DetailPagingService,getNextItem,* @var ArticleListApiInterface,getNextItem,test -DetailPagingService,getPreviousItem,* @var AddParametersToUrlService,getPreviousItem,test -DetailPagingService,getBackToListUrl,"* @param string $currentArticleId - * @param string $pagerSpotName - * - * @return ListItemInterface|null - * - * @throws ArticleListException",getBackToListUrl,test -ArticleListApiTest,it_fetches_a_response,* @var ArticleListApi,it_fetches_a_response,test -ArticleListApiTest,dataProviderListResponse,* @var ListResultInterface,dataProviderListResponse,test -DetailPagingServiceTest,it_should_return_the_next_item,* @var ArticleListApiInterface,it_should_return_the_next_item,test -DetailPagingServiceTest,it_should_return_the_previous_item,* @var DetailPagingService,it_should_return_the_previous_item,test -DetailPagingServiceTest,it_should_return_the_back_to_list_link,* @var ListItemInterface,it_should_return_the_back_to_list_link,test -DetailPagingServiceTest,dataProviderListResultForNextItem,* @var ListResultInterface[],dataProviderListResultForNextItem,test -DetailPagingServiceTest,dataProviderListResultForPreviousItem,"* @test - * @dataProvider dataProviderListResultForNextItem - * - * @param string $currentItemId - * @param ListItemInterface $expectedItem",dataProviderListResultForPreviousItem,test -RequestToListUrlConverterTest,it_should_return_the_list_url_from_parameter,* @var InputFilterUtilInterface,it_should_return_the_list_url_from_parameter,test -RequestToListUrlConverterTest,it_should_return_the_list_spot_name,* @var \ChameleonSystem\ShopArticleDetailPagingBundle\Bridge\Service\RequestToListUrlConverter,it_should_return_the_list_spot_name,test -RequestToListUrlConverterTest,it_should_return_the_pager_relevant_query_parameter,* @var array,it_should_return_the_pager_relevant_query_parameter,test -RequestToListUrlConverterTest,dataProviderGetPagerQueryParameter,* @var array,dataProviderGetPagerQueryParameter,test -TPkgShopArticlePreorder,SendMail,"* send email to users email for the given article. - * - * @param TShopArticle $oArticle - * @param string $sEmail - * - * @return bool",SendMail,test -TPkgShopArticlePreorder,SaveNewPreorder,@psalm-suppress InvalidPassByReference,SaveNewPreorder,test -TPkgShopArticlePreorder_ShopArticle,IsBuyable,"* hook called when the stock value of the article changed. - * - * @param float $dOldValue - * @param float $dNewValue - * - * @return void - * - * @psalm-suppress AssignmentToVoid, NullableReturnStatement, InvalidReturnStatement - * @FIXME Saving void return value of parent call.",IsBuyable,test -MTPkgShopArticlePreorder_ShopCentralHandlerCore,PreorderArticle,"* add your custom methods as array to $this->methodCallAllowed here - * to allow them to be called from web.",PreorderArticle,test -TPkgShopArticleReviewMapper_Module,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgShopArticleReviewMapper_Module,GetRequirements,@var $oReviewModuleConfiguration TdbPkgShopArticleReviewModuleShopArticleReviewConfiguration,GetRequirements,test -TPkgShopArticleReviewMapper_Write,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -TPkgShopArticleReviewMapper_Write,GetRequirements,@var $oUser TdbDataExtranetUser,GetRequirements,test -TPkgCommentTypePkgShopArticleReview,GetActiveItemId,* @return string,GetActiveItemId,test -TPkgShopArticleReviewShopArticleReview,GetRateURL,"* Returns URL to rate a comment. - * - * @param bool $bPositiveLink Set if you want the url to rate a review positive or negative - * @param bool $bUseFullUrl - * - * @return string",GetRateURL,test -TPkgShopArticleReviewShopArticleReview,ReviewRatedByActiveUser,"* Returns true or false if active user rated review. - * - * @return bool",ReviewRatedByActiveUser,test -TPkgShopArticleReviewShopArticleReview,RateReview,"* vote the review up or down. - * - * @param bool $bRateUp - * - * @return void",RateReview,test -TPkgShopArticleReviewShopArticleReview,GetReportURL,"* Returns the URL to report a review. - * - * @param bool $bUseFullUrl - * - * @return string",GetReportURL,test -TPkgShopArticleReviewShopArticleReview,GetChangeReviewReportNotificationStateURL,"* Returns URL to change report notification state for a review. - * - * @param bool $bUseFullUrl - * - * @return string",GetChangeReviewReportNotificationStateURL,test -TPkgShopArticleReviewShopArticleReview,GetDeleteURL,"* Returns the URL to delete a review. - * - * @param bool $bUseFullUrl - * - * @return string",GetDeleteURL,test -TPkgShopArticleReviewShopArticleReview,SendReviewReportNotification,"* send a review notification to the shop owner. - * - * @return void",SendReviewReportNotification,test -TPkgShopArticleReviewShopArticleReview,SendReviewCommentNotification,"* Send comment notification to review owner. - * Send comment notification to owner only if owner set the option for the review. - * - * @param TdbPkgComment $oComment - * - * @return void",SendReviewCommentNotification,test -MTPkgShopArticleReviewCore,Init,"* used to show and write article reviews. -/*",Init,test -MTPkgShopArticleReviewCore,Execute,@var TdbPkgShopArticleReviewModuleShopArticleReviewConfiguration,Execute,test -MTPkgShopArticleReviewCore,_CallMethod,@var string|false,_CallMethod,test -MTPkgShopArticleReviewCore,AllowAccessWithoutAuthenticityToken,"* called before any external functions get called, but after the constructor.",AllowAccessWithoutAuthenticityToken,test -MTPkgShopArticleReviewCore,ChangeReviewReportNotificationState,"* Set default form parameter with init value or post values. - * - * @return array",ChangeReviewReportNotificationState,test -MTPkgShopArticleReviewCore,DeleteReview,"* Returns virtual comment module config. Was needed to comment reviews - * note: this function will be used only if package pkg comment was installed. - * - * @return TdbPkgCommentModuleConfig|null",DeleteReview,test -MTPkgShopArticleReviewCore,ReportReview,"* @psalm-suppress InvalidPropertyAssignmentValue - * @FIXME field is `bool` but assigned `int` - This could yield unwanted behaviour, especially with strict checks",ReportReview,test -MTPkgShopArticleReviewCore,RateReview,"* @psalm-suppress InvalidPropertyAssignmentValue - * @FIXME field is `bool` but assigned `int` - This could yield unwanted behaviour, especially with strict checks",RateReview,test -MTPkgShopArticleReviewCore,EditReview,"* @psalm-suppress UndefinedPropertyAssignment - * @FIXME Does `fieldCountShowReviews` exist?",EditReview,test -MTPkgShopArticleReviewCore,WriteReview,"* @psalm-suppress UndefinedPropertyAssignment - * @FIXME Does `fieldAllowReportComments` exist?",WriteReview,test -MTPkgShopArticleReviewCore,_AllowCache,"* Checks if its allowed to write a comment to a review. - * Returns always false if package pkgcomment was not installed. - * - * @return bool",_AllowCache,test -MTPkgShopArticleReviewCore,GetHtmlHeadIncludes,"* Get the comment type for article reviews. - * - * @return string",GetHtmlHeadIncludes,test -ChameleonSystemShopBundle,build,* @return void,build,test -BasketProductAmountValidator,isAmountValid,* {@inheritdoc},isAmountValid,test -BasketVariableReplacer,__construct,"* BasketVariableReplacer is used to add all request parameters as hidden fields to ""Add to Basket""-forms. - * This happens as a post process job to avoid caching those parameters. - * - * To successfully use it on a page the template for the basket button must include a placeholder in the form of: - * - * [{BASKETHIDDENFIELDS}] - * - * Background: the additional fields are added so that those parameters from the url do not get lost on the redirect - * after the POST call to the server. - * As we do not know which parameters might be needed by other modules on the page we must add all of them. - * This isn't a security concern as the page has already been called with those parameters in the first place.",__construct,test -BasketVariableReplacer,filterResponse,* @var Environment,filterResponse,test -PaymentMethodDataAccess,__construct,* @var Connection,__construct,test -PaymentMethodDataAccess,getShippingCountryIds,* @param Connection $connection,getShippingCountryIds,test -PaymentMethodDataAccess,getBillingCountryIds,* {@inheritdoc},getBillingCountryIds,test -PaymentMethodDataAccess,getPermittedUserIds,* {@inheritdoc},getPermittedUserIds,test -PaymentMethodDataAccess,getPermittedUserGroupIds,* {@inheritdoc},getPermittedUserGroupIds,test -PaymentMethodDataAccess,getPermittedArticleIds,* {@inheritdoc},getPermittedArticleIds,test -PaymentMethodDataAccess,getPermittedCategoryIds,* {@inheritdoc},getPermittedCategoryIds,test -PaymentMethodDataAccess,getPermittedArticleGroupIds,* {@inheritdoc},getPermittedArticleGroupIds,test -PaymentMethodDataAccess,getInvalidArticleIds,* {@inheritdoc},getInvalidArticleIds,test -PaymentMethodDataAccess,getInvalidCategoryIds,* {@inheritdoc},getInvalidCategoryIds,test -PaymentMethodDataAccess,getInvalidArticleGroupIds,* {@inheritdoc},getInvalidArticleGroupIds,test -ShopCategoryDataAccess,__construct,* @var Connection,__construct,test -ShopCategoryDataAccess,getAllActive,* @param Connection $connection,getAllActive,test -ShopCategoryDataAccess,getActiveChildren,* {@inheritdoc},getActiveChildren,test -ShopCategoryDataAccess,getCategory,* {@inheritdoc},getCategory,test -ShopShippingGroupDataAccess,__construct,* @var Connection,__construct,test -ShopShippingGroupDataAccess,getPermittedUserIds,* @param Connection $connection,getPermittedUserIds,test -ShopShippingGroupDataAccess,getPermittedUserGroupIds,* {@inheritdoc},getPermittedUserGroupIds,test -ShopShippingGroupDataAccess,getPermittedPortalIds,* {@inheritdoc},getPermittedPortalIds,test -ShopShippingTypeDataAccess,__construct,* @var Connection,__construct,test -ShopShippingTypeDataAccess,getPermittedArticleGroupIds,* @param Connection $connection,getPermittedArticleGroupIds,test -ShopShippingTypeDataAccess,getPermittedArticleIds,* {@inheritdoc},getPermittedArticleIds,test -ShopShippingTypeDataAccess,getPermittedCategoryIds,* {@inheritdoc},getPermittedCategoryIds,test -ShopShippingTypeDataAccess,getPermittedPortalIds,* {@inheritdoc},getPermittedPortalIds,test -ShopShippingTypeDataAccess,getPermittedCountryIds,* {@inheritdoc},getPermittedCountryIds,test -ShopShippingTypeDataAccess,getPermittedUserGroupIds,* {@inheritdoc},getPermittedUserGroupIds,test -ShopShippingTypeDataAccess,getPermittedUserIds,* {@inheritdoc},getPermittedUserIds,test -ShopShippingTypeDataAccess,getAvailableShippingTypes,* {@inheritdoc},getAvailableShippingTypes,test -ShopStockMessageDataAccess,__construct,* @var Connection,__construct,test -ShopStockMessageDataAccess,getStockMessage,* @param Connection $databaseConnection,getStockMessage,test -ShopStockMessageDataAccess,getAll,* {@inheritdoc},getAll,test -SearchSuggestController,__construct,* @var ShopSearchSuggestInterface,__construct,test -SearchSuggestController,__invoke,* @param ShopSearchSuggestInterface $shopSearchSuggest,__invoke,test -ChameleonSystemShopExtension,load,"* {@inheritdoc} - * - * @return void",load,test -ChameleonSystemShopExtension,prepend,"* {@inheritdoc} - * - * @return void",prepend,test -ArticleListPass,process,"* You can modify the container here before it is dumped to PHP code. - * - * @param ContainerBuilder $container - * - * @api - * - * @return void",process,test -CollectPaymentConfigProvidersPass,process,"* CollectPaymentConfigProvidersPass collects services that provide additional configuration - * for payment groups. For each payment handler group a single configuration provider can be specified - * by adding a tag ""chameleon_system_shop.payment_config_provider"" to the service definition.",process,test -UpdateProductStockEvent,__construct,* @var string,__construct,test -UpdateProductStockEvent,getProductId,* @var int,getProductId,test -UpdateProductStockEvent,getNewStock,* @var int,getNewStock,test -UpdateProductStockEvent,getOldStock,"* @param string $productId - * @param int $newStock - * @param int $oldStock",getOldStock,test -UpdateProductStatisticsListener,__construct,* @var ProductStatisticsServiceInterface,__construct,test -UpdateProductStatisticsListener,onUpdateProductStock,* @param ProductStatisticsServiceInterface $productStatisticsService,onUpdateProductStock,test -UpdateVariantParentStockListener,__construct,* @var ProductInventoryServiceInterface,__construct,test -UpdateVariantParentStockListener,onUpdateProductStock,* @param ProductInventoryServiceInterface $productInventoryService,onUpdateProductStock,test -,isAmountValid,* BasketProductAmountValidatorInterface checks if a certain amount of products may be added to a basket.,isAmountValid,test -,validateCustomData,"* validates the custom data. - * - * @param array $customData - * - * @return TShopBasketArticleCustomDataValidationError[]",validateCustomData,test -,requiresCustomData,"* return true if the item may only be purchased if custom data is present (and valid). - * - * @return bool",requiresCustomData,test -,isConfigurableArticle,"* return true if the article is configurable (and therefor accepts custom data). Since any extension of the TShopBasketArticle class - * affects every article we need each article to be able to decided if it is a configurable article or not. - * - * @return bool",isConfigurableArticle,test -,getCustomDataTwigTemplate,"* return the twig template to use when displaying custom data. - * - * @return string",getCustomDataTwigTemplate,test -,getCustomDataForTwigOutput,* @return array,getCustomDataForTwigOutput,test -,getCustomDataTwigTemplate,"* return the twig template to use when displaying custom data. - * - * @return string",getCustomDataTwigTemplate,test -,getCustomDataForTwigOutput,* @return array,getCustomDataForTwigOutput,test -,getCustomData,* @return array,getCustomData,test -,renderConfirmOrderBlock,"* Interface IPkgShopPaymentHandlerCustomConfirmOrderBlockInterface - * if a payment handler implements this interface, then renderConfirmOrderBlock will be called to show a custom confirm text - * in the order confirm step and the response will be processed via processConfirmOrderUserResponse.",renderConfirmOrderBlock,test -,processConfirmOrderUserResponse,"* @param TdbShopPaymentMethod $paymentMethod - * @param TdbDataExtranetUser $user - * - * @return string",processConfirmOrderUserResponse,test -,isPaymentMethodActive,* PaymentInfoServiceInterface defines a service that provides information on payments.,isPaymentMethodActive,test -,getProductBasedOnSelection,"* @param \TdbShopArticle $shopArticle - * @param array $typeSelection - key => value pairs identifying a specific variant type selection (shop_variant_type => shop_variant_type_value) - * @return \TdbShopArticle",getProductBasedOnSelection,test -,createArticleFromIdentificationToken,"* allows you to create an instance of a shop article based on the identification token passed in the shop url - * Interface ShopRouteArticleFactoryInterface.",createArticleFromIdentificationToken,test -,getSearchSuggestions,"* @param string $searchTerm - * - * @return string[]",getSearchSuggestions,test -,getActiveShop,"* @return TdbShop - * - * @throws ErrorException",getActiveShop,test -,getBasketLink,"* @param bool $useRedirect - * - * @return string - * - * @throws ErrorException",getBasketLink,test -,getCheckoutLink,"* @param bool $useRedirect - * - * @return string - * - * @throws ErrorException",getCheckoutLink,test -,getShopForPortalId,"* @param string $cmsPortalId - * - * @return TdbShop - * - * @throws ErrorException",getShopForPortalId,test -,getId,"* @return string - * - * @throws ErrorException",getId,test -,getConfiguration,* @return array,getConfiguration,test -,getActiveProduct,* @return TdbShopArticle|null,getActiveProduct,test -,getActiveCategory,* @return TdbShopCategory|null,getActiveCategory,test -,getActiveBasket,* @return TShopBasket|null,getActiveBasket,test -,resetBasket,* @return void,resetBasket,test -,getShippingCountryIds,* access payment method configuration.,getShippingCountryIds,test -,getBillingCountryIds,"* Return a list of shipping countries for which the payment method is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getBillingCountryIds,test -,getPermittedUserIds,"* Return a list of billing countries for which the payment method is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getPermittedUserIds,test -,getPermittedUserGroupIds,"* Return a list of user ids for which the payment is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getPermittedUserGroupIds,test -,getPermittedArticleIds,"* Return a list of user group ids for which the payment is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getPermittedArticleIds,test -,getPermittedCategoryIds,"* Return a list of product ids for which the payment is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getPermittedCategoryIds,test -,getPermittedArticleGroupIds,"* Return a list of category ids for which the payment is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getPermittedArticleGroupIds,test -,getInvalidArticleIds,"* Return a list of product group ids for which the payment is allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getInvalidArticleIds,test -,getInvalidCategoryIds,"* Return a list of product ids for which the payment is not allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getInvalidCategoryIds,test -,getInvalidArticleGroupIds,"* Return a list of category ids for which the payment is not allowed. Empty array means no restriction. - * - * @param string $paymentMethodId - * - * @return array",getInvalidArticleGroupIds,test -,getAllActive,* access the shop category table.,getAllActive,test -,getActiveChildren,"* Return a list of all active categories. - * - * @return array",getActiveChildren,test -,getCategory,"* Return all active children of a category. - * - * @param string $categoryId - * - * @return array",getCategory,test -,getPermittedUserIds,* provide access to the shipping group configuration.,getPermittedUserIds,test -,getPermittedUserGroupIds,"* Returns a list of user ids that may use the group. An empty array means no restriction. - * - * @param string $shippingGroupId - * - * @return array",getPermittedUserGroupIds,test -,getPermittedPortalIds,"* Returns a list of user group ids that may use the group. An empty array means no restriction. - * - * @param string $shippingGroupId - * - * @return array",getPermittedPortalIds,test -,getPermittedArticleGroupIds,* access shipping type configuration.,getPermittedArticleGroupIds,test -,getPermittedArticleIds,"* Returns a list of article group ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedArticleIds,test -,getPermittedCategoryIds,"* Returns a list of article ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedCategoryIds,test -,getPermittedPortalIds,"* Returns a list of category ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedPortalIds,test -,getPermittedCountryIds,"* Returns a list of portal ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedCountryIds,test -,getPermittedUserGroupIds,"* Returns a list of country ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedUserGroupIds,test -,getPermittedUserIds,"* Returns a list of user group ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getPermittedUserIds,test -,getAvailableShippingTypes,"* Returns a list of user ids that may use the shipping type. An empty array means no restriction. - * - * @param string $shippingTypeId - * - * @return string[]",getAvailableShippingTypes,test -,getStockMessage,* access the stock message configuration.,getStockMessage,test -,getAll,"* Return the stock message in the specified language, or null if the message could not be loaded. - * - * @param string $id - * @param string $languageId - * - * @return TdbShopStockMessage|null",getAll,test -TPkgShopMapper_ShopAddress,__construct,* @var PortalDomainServiceInterface,__construct,test -TPkgShopMapper_ShopAddress,GetRequirements,* @var ShopServiceInterface,GetRequirements,test -TPkgShopMapper_ShopAddress,Accept,* @var PageServiceInterface,Accept,test -TPkgShopMapper_ShopCentralHandler,__construct,* @var ShopServiceInterface,__construct,test -TPkgShopMapper_ShopCentralHandler,GetRequirements,* @param ShopServiceInterface|null $shopService,GetRequirements,test -TPkgShopMapper_ShopCentralHandler,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_SystemPageLinks,__construct,* @var ShopServiceInterface,__construct,test -TPkgShopMapper_SystemPageLinks,GetRequirements,* @param ShopServiceInterface|null $shopService,GetRequirements,test -TPkgShopMapper_SystemPageLinks,Accept,* {@inheritdoc},Accept,test -AbstractPkgShopMapper_Article,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleAddedToBasket,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleAddedToBasket,Accept,@var $oArticle TdbShopArticle,Accept,test -TPkgShopMapper_ArticleAttributes,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleBundleContent,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleBundleContent,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleGetOneVariantType,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleImageGallery,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleImageGallery,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleManufacturer,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleMarker,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleOtherCategoriesTeaser,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleQuickShopLink,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleRatingAverage,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleRatingOverview,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleRatingOverview,GetRequirements,@var $oArticle TdbShopArticle,GetRequirements,test -TPkgShopMapper_ArticleRatingReview,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleRatingReview,GetRequirements,@var $oArticleReview TdbShopArticleReview,GetRequirements,test -TPkgShopMapper_ArticleShippingTime,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleTags,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleTeaserBase,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleTeaserBase,Accept,* {@inheritdoc},Accept,test -ShopBasketMapper_Url,GetRequirements,* {@inheritdoc},GetRequirements,test -ShopBasketMapper_Url,Accept,* {@inheritdoc},Accept,test -TPkgShopBasketMapper_BasketItemsEndPoint,GetRequirements,"* always use TPkgShopBasketMapper_BasketItems instead of TPkgShopBasketMapper_BasketItemsEndPoint. -/*",GetRequirements,test -TPkgShopBasketMapper_BasketItemsEndPoint,Accept,* {@inheritdoc},Accept,test -WITHOUT,GetRequirements,"* collects all sum-values for the basket (tax, vouchers, discounts, shipping, etc) - * note: always use the class WITHOUT the EndPoint (ie. use TPkgShopBasketMapper_BasketSummary). -/*",GetRequirements,test -WITHOUT,Accept,* {@inheritdoc},Accept,test -TPkgShopBasketMapper_ToMiniBasket,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopBasketMapper_ToMiniBasket,Accept,* {@inheritdoc},Accept,test -TPkgShopBasketMapper_VoucherInput,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopBasketMapper_VoucherInput,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleAddToBasket,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleAddToBasket,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleAddToBasketAjax,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleAddToBasketAjax,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleTransferToBasket,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleTransferToBasket,Accept,* {@inheritdoc},Accept,test -TCMSPageBreadcrumbMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -TCMSPageBreadcrumbMapper,Accept,* {@inheritdoc},Accept,test -AbstractPkgShopMapper_Category,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_CategoryDescription,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_CategorySeoText,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_CategorySubCategories,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_CategoryTeaserBase,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleListHeader,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleListHeader,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleListOrderBy,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleListOrderBy,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleListPager,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleListPager,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleListResultInfo,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleListResultInfo,Accept,* {@inheritdoc},Accept,test -AbstractPkgShopMapper_Manufacturer,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopManufacturerMapper_Intro,Accept,* {@inheritdoc},Accept,test -TPkgShopManufacturerMapper_Overview,__construct,* @var TranslatorInterface,__construct,test -TPkgShopManufacturerMapper_Overview,GetRequirements,* @param TranslatorInterface|null $translator,GetRequirements,test -TPkgShopManufacturerMapper_Overview,Accept,* {@inheritdoc},Accept,test -TPkgShopManufacturerMapper_OverviewNavigation,__construct,* @var UrlNormalizationUtil,__construct,test -TPkgShopManufacturerMapper_OverviewNavigation,GetRequirements,* @param UrlNormalizationUtil|null $urlNormalizationUtil,GetRequirements,test -TPkgShopManufacturerMapper_OverviewNavigation,Accept,* {@inheritdoc},Accept,test -MTMyAccountMapper_Newsletter,GetRequirements,* {@inheritdoc},GetRequirements,test -MTMyAccountMapper_Newsletter,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleRemoveNoticeList,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleRemoveNoticeList,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ArticleToNoticeList,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ArticleToNoticeList,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_Order,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_Order,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderArticleList,GetRequirements,@var bool,GetRequirements,test -TPkgShopMapper_OrderArticleList,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderArticleListSummary,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_OrderArticleListSummary,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderPayment,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_OrderPayment,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderUserData,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_OrderUserData,Accept,* {@inheritdoc},Accept,test -TPkgShopMapperOrderwizard_AddressSelection,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapperOrderwizard_AddressSelection,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderCompleted,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_OrderCompleted,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_OrderStep,__construct,* @var InputFilterUtilInterface,__construct,test -TPkgShopMapper_OrderStep,GetRequirements,* @param InputFilterUtilInterface|null $inputFilterUtil,GetRequirements,test -TPkgShopMapper_OrderStep,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_PaymentList,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_PaymentList,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_ShippingGroupList,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopMapper_ShippingGroupList,Accept,* {@inheritdoc},Accept,test -TPkgShopMapper_SocialSharePrivacy,__construct,* @deprecated since 6.2.11 - not used anymore,__construct,test -TPkgShopMapper_SocialSharePrivacy,GetRequirements,* @var LanguageServiceInterface,GetRequirements,test -TPkgShopMapper_SocialSharePrivacy,Accept,* @param LanguageServiceInterface|null $languageService,Accept,test -AbstractPkgShopPaymentHandlerMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -AbstractPkgShopPaymentHandlerMapper_iPayment,Accept,* {@inheritdoc},Accept,test -TPkgShopPaymentHandlerMapper_IPaymentCreditCard,Accept,* {@inheritdoc},Accept,test -TPkgShopPaymentHandlerMapper_PayPalExpressBasket,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopPaymentHandlerMapper_PayPalExpressBasket,Accept,* {@inheritdoc},Accept,test -TPkgShopPaymentHandlerMapper_PayPalViaLinkOrderCompleted,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopPaymentHandlerMapper_PayPalViaLinkOrderCompleted,Accept,* {@inheritdoc},Accept,test -AbstractTCMSWizardStepMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -TCMSWizardStepListMapper_Basket,GetRequirements,* {@inheritdoc},GetRequirements,test -TCMSWizardStepListMapper_Basket,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserAddressForm,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserAddressType,GetRequirements,* {@inheritdoc},GetRequirements,test -TCMSWizardStepMapper_UserAddressType,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserProfile,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserProfile,GetRequirements,@var $oWizardStep TCMSWizardStep,GetRequirements,test -TCMSWizardStepMapper_UserProfileEmail,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserProfileEmail,GetRequirements,@var $oWizardStep TCMSWizardStep,GetRequirements,test -TCMSWizardStepMapper_UserProfilePassword,Accept,* {@inheritdoc},Accept,test -TCMSWizardStepMapper_UserProfilePassword,GetRequirements,@var $oWizardStep TCMSWizardStep,GetRequirements,test -FilterFactory,createFilter,"* This works because `ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Filter` extends - * `ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\FilterDefinition`. - * - * @psalm-suppress InvalidReturnType, InvalidReturnStatement - * - * @param FilterDefinitionInterface $filterDefinition - * - * @return FilterInterface",createFilter,test -FilterFactory,createFallbackFilter,"* @param FilterInterface $filter - * - * @return FilterInterface|null",createFallbackFilter,test -Module,__construct,* @var StateFactoryInterface,__construct,test -Module,Init,* @var RequestStack,Init,test -Module,Accept,* @var State,Accept,test -Module,_GetCacheParameters,* @var DbAdapterInterface,_GetCacheParameters,test -Module,_AllowCache,* @var ConfigurationInterface,_AllowCache,test -ResultData,count,* @var \TdbShopArticle[],count,test -ResultData,setTotalNumberOfResults,* @var int,setTotalNumberOfResults,test -ResultData,getTotalNumberOfResults,* @var int,getTotalNumberOfResults,test -ResultData,getPage,* @var int,getPage,test -ResultData,setPage,* @var ResultInterface,setPage,test -ResultData,asArray,* @return int,asArray,test -ResultData,setItems,* @return \TdbShopArticle[],setItems,test -ResultData,getNumberOfPages,"* @param \TdbShopArticle[] $items - * - * @return $this",getNumberOfPages,test -ResultData,setPageSize,"* @return int - * @psalm-suppress InvalidReturnType, InvalidReturnStatement",setPageSize,test -ResultData,getPageSize,* @return void,getPageSize,test -ResultData,setRawResult,* @return ResultInterface,setRawResult,test -ResultFactory,__construct,* @var DatabaseAccessLayer\Interfaces\DbAdapterInterface,__construct,test -ResultFactory,createResult,* @var Interfaces\FilterFactoryInterface,createResult,test -ResultFactory,_AllowCache,* @var ResultModifier\Interfaces\ResultModifierInterface,_AllowCache,test -ResultFactory,_GetCacheParameters,* @var DatabaseAccessLayer\Interfaces\FilterInterface[],_GetCacheParameters,test -ResultFactory,_GetCacheTableInfos,* @var \Symfony\Component\EventDispatcher\EventDispatcherInterface,_GetCacheTableInfos,test -ResultFactory,getFilterQuery,"* @param ConfigurationInterface $moduleConfiguration - * - * @return ResultInterface",getFilterQuery,test -ResultFactory,moduleInitHook,"* @param ResultInterface $results - * @param array $moduleConfig - * @param StateInterface $state - * @return ResultInterface",moduleInitHook,test -ResultFactoryCache,__construct,* @var Interfaces\ResultFactoryInterface,__construct,test -ResultFactoryCache,createResult,* @var \esono\pkgCmsCache\CacheInterface,createResult,test -ResultFactoryCache,_AllowCache,* @var FilterFactoryInterface,_AllowCache,test -ResultFactoryCache,_GetCacheParameters,* @var EventDispatcherInterface,_GetCacheParameters,test -ResultFactoryCache,_GetCacheTableInfos,* @var DbAdapterInterface,_GetCacheTableInfos,test -ResultFactoryCache,getFilterQuery,"* @param ResultFactoryInterface $resultFactory - * @param CacheInterface $cache - * @param FilterFactoryInterface $filterFactory - * @param EventDispatcherInterface $eventDispatcher - * @param DbAdapterInterface $dbAdapter",getFilterQuery,test -ResultFactoryCache,moduleInitHook,"* Note: If an invalid page is requested via state, then the first page will be returned instead. - * - * @param ConfigurationInterface $moduleConfiguration - * @param StateInterface $state - * - * @return ResultDataInterface",moduleInitHook,test -SortString,__construct,* @var string,__construct,test -SortString,getAsArray,* @param string $sqlOrderByString,getAsArray,test -State,setStateFromString,"* @var array",setStateFromString,test -State,setState,"* @var array",setState,test -State,getStateString,"* @param string $name - * @param mixed $value - * @return void",getStateString,test -State,getState,"* returns a string representation of the state, excluding the parameter specified by varyingStateParameter. - * - * @param array|null $varyingStateParameter - * - * @return string",getState,test -State,getStateArray,"* @param string $name - * @param mixed $default - * @return mixed",getStateArray,test -State,getStateArrayWithoutQueryParameter,"* does not include query parameter. - * - * @return array",getStateArrayWithoutQueryParameter,test -State,getStateAsUrlQueryArray,"* @return array",getStateAsUrlQueryArray,test -State,getQueryParameter,"* @param string $name - * @param mixed $value - * @return bool",getQueryParameter,test -State,registerStateElement,"* @return array",registerStateElement,test -State,setUnsetStatesOnly,"* @param string $name - * @return bool",setUnsetStatesOnly,test -StateFactory,registerStateElement,* @var StateElementInterface[],registerStateElement,test -StateFactory,createState,* {@inheritdoc},createState,test -StateFactory,createStateEnrichedWithDefaults,* {@inheritdoc},createStateEnrichedWithDefaults,test -Configuration,getDefaultPageSize,"* returns null if there is no page size set. - * - * @return int|null",getDefaultPageSize,test -Configuration,getDefaultSortId,* @return string,getDefaultSortId,test -Configuration,getDefaultFilterId,* @return string,getDefaultFilterId,test -Configuration,getId,* @return string,getId,test -Configuration,getMaxResultLimitation,* @return \TdbShopModuleArticleList,getMaxResultLimitation,test -Configuration,getDatabaseObject,"* @return array",getDatabaseObject,test -DbAdapter,getConfigurationFromInstanceId,* @var Connection,getConfigurationFromInstanceId,test -DbAdapter,getFilterDefinitionFromId,"* @param string $instanceID - * - * @return \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\ConfigurationInterface",getFilterDefinitionFromId,test -DbAdapter,getListResults,"* @param string $filterId - * - * @return \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\FilterDefinitionInterface",getListResults,test -DbAdapter,getSortTypeFromId,"* @param \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\ConfigurationInterface $moduleConfiguration - * @param \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\FilterInterface $filter - * - * @return \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\ResultInterface",getSortTypeFromId,test -DbAdapter,setDatabaseConnection,"* @param string $sortTypeId - * - * @return SortTypeInterface",setDatabaseConnection,test -DbAdapter,getSortListForConfiguration,"* @param Connection $connection - * - * @return void",getSortListForConfiguration,test -Result,__construct,* @var \TdbShopArticleList,__construct,test -Result,count,@var int,count,test -Result,setPageSize,@var int,setPageSize,test -Result,getPageSize,"* @var array - * @psalm-var array",getPageSize,test -Result,setPage,* @return void,setPage,test -Result,getPage,* @return int,getPage,test -Result,setSort,* @return \TdbShopArticle[],setSort,test -Result,asArray,@var int,asArray,test -Result,getNumberOfPages,"* limit result to this. pass null to remove limit. - * - * @param int $maxAllowedResults - * - * @return void",getNumberOfPages,test -,getDefaultPageSize,"* returns null if there is no page size set. - * - * @return int|null",getDefaultPageSize,test -,getDefaultSortId,* @return string,getDefaultSortId,test -,getDefaultFilterId,* @return string,getDefaultFilterId,test -,getId,* @return string,getId,test -,getMaxResultLimitation,* @return int|null,getMaxResultLimitation,test -,getDatabaseObject,* @return \TdbShopModuleArticleList,getDatabaseObject,test -,getAsArray,"* @return array",getAsArray,test -,getConfigurationFromInstanceId,"* @param string $instanceID - * - * @return ConfigurationInterface",getConfigurationFromInstanceId,test -,getFilterDefinitionFromId,"* @param string $filterId - * - * @return FilterDefinitionInterface",getFilterDefinitionFromId,test -,getListResults,"* @param ConfigurationInterface $moduleConfiguration - * @param FilterInterface $filter - * - * @return ResultInterface",getListResults,test -,getSortTypeFromId,"* @param string $sortTypeId - * - * @return SortTypeInterface",getSortTypeFromId,test -,getSortListForConfiguration,"* @param string $configurationId - * - * @return array",getSortListForConfiguration,test -,getFilterQuery,"* @param ConfigurationInterface $moduleConfiguration - * - * @return string",getFilterQuery,test -,_AllowCache,* @return bool,_AllowCache,test -,_GetCacheParameters,* @return array,_GetCacheParameters,test -,_GetCacheTableInfos,* @return array,_GetCacheTableInfos,test -,PreventUseOfParentObjectWhenNoRecordsAreFound,* @return bool,PreventUseOfParentObjectWhenNoRecordsAreFound,test -,getFallbackListFilter,* @return FilterInterface,getFallbackListFilter,test -,ModuleInitHook,"* called when the article list module has completed the initialization. - * - * @return void",ModuleInitHook,test -,count,* @return int,count,test -,setPageSize,"* @param int $pageSize - * - * @throws \ChameleonSystem\ShopBundle\objects\ArticleList\Exceptions\InvalidPageNumberException - * - * @return void",setPageSize,test -,getPageSize,* @return int,getPageSize,test -,setPage,"* @param int $page - * - * @throws InvalidPageNumberException - * - * @return void",setPage,test -,getPage,* @return int,getPage,test -,setSort,"* @psalm-param array $sort - * @return void",setSort,test -,asArray,* @return \TdbShopArticle[],asArray,test -,getNumberOfPages,* @return int,getNumberOfPages,test -,addFilterQueryString,"* @param string|null $filterQueryString - * @return void",addFilterQueryString,test -,setMaxAllowedResults,"* limit result to this. pass null to remove limit. - * - * @param int $maxAllowedResults - * @return void",setMaxAllowedResults,test -,getSortString,* @return string,getSortString,test -ArticleListFilterExecutedEvent,__construct,* @var ResultDataInterface,__construct,test -ArticleListFilterExecutedEvent,getModuleConfiguration,* @var ConfigurationInterface,getModuleConfiguration,test -ArticleListFilterExecutedEvent,getResultData,* @var StateInterface,getResultData,test -ArticleListFilterExecutedEvent,getState,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\FilterInterface,getState,test -ArticleListFilterExecutedEvent,getFilter,* @var bool,getFilter,test -ArticleListFilterExecutedEvent,isResultFromCache,"* ArticleListFilterExecutedEvent constructor. - * - * @param FilterInterface $filter - * @param ResultDataInterface $resultData - * @param ConfigurationInterface $moduleConfiguration - * @param StateInterface $state - * @param bool $resultFromCache",isResultFromCache,test -,createFilter,"* @param FilterDefinitionInterface $filterDefinition - * - * @return FilterInterface",createFilter,test -,createFallbackFilter,"* @param FilterInterface $filter - * - * @return FilterInterface|null",createFallbackFilter,test -,__construct,"* @param string $baseUrl - * @param StateInterface $state",__construct,test -,getPageLink,"* @param int $pageNumber - * @return string",getPageLink,test -,getFirstPageLink,* @return string,getFirstPageLink,test -,getLastPageLink,* @return string,getLastPageLink,test -,setTotalNumberOfResults,"* @param int $totalNumberOfResults - * @return void",setTotalNumberOfResults,test -,getTotalNumberOfResults,* @return int,getTotalNumberOfResults,test -,count,* @return int,count,test -,getPage,* @return int,getPage,test -,setPage,"* @param int $page - * - * @return $this",setPage,test -,asArray,* @return \TdbShopArticle[],asArray,test -,setItems,"* @param \TdbShopArticle[] $items - * - * @return $this",setItems,test -,getNumberOfPages,* @return int,getNumberOfPages,test -,setPageSize,"* @param int $pageSize - * - * @return $this",setPageSize,test -,getPageSize,* @return int,getPageSize,test -,getRawResult,* @return ResultInterface,getRawResult,test -,setRawResult,"* @param ResultInterface $rawResult - * @return void",setRawResult,test -,createResult,"* note: if an invalid page is requested via state, then the first page will be returned instead. - * - * @param ConfigurationInterface $moduleConfiguration - * @param StateInterface $state - * - * @return ResultDataInterface",createResult,test -,_AllowCache,"* @param ConfigurationInterface $moduleConfiguration - * - * @return bool",_AllowCache,test -,_GetCacheParameters,"* @param ConfigurationInterface $moduleConfiguration - * @param StateInterface $state - * - * @return array",_GetCacheParameters,test -,_GetCacheTableInfos,"* @param ConfigurationInterface $moduleConfiguration - * - * @return array",_GetCacheTableInfos,test -,getFilterQuery,"* @param ConfigurationInterface $moduleConfiguration - * - * @return string",getFilterQuery,test -,moduleInitHook,"* @param ConfigurationInterface $moduleConfiguration - * - * @return void",moduleInitHook,test -,__construct,* @param string $sqlOrderByString,__construct,test -,getAsArray,"* @return array",getAsArray,test -,getKey,* @template TNormalizedValue,getKey,test -,validate,* @return string,validate,test -,normalize,"* @param mixed $value - * - * @return bool - * - * @psalm-assert TNormalizedValue $value - * - * @throws \ChameleonSystem\ShopBundle\objects\ArticleList\Exceptions\StateParameterException",normalize,test -,registerStateElement,"* @param StateElementInterface $stateElement - * - * @return void",registerStateElement,test -,createState,"* @param array|null $userData - * - * @return StateInterface",createState,test -,createStateEnrichedWithDefaults,"* @param StateInterface $state - * @param ConfigurationInterface $configuration - * - * @return StateInterface",createStateEnrichedWithDefaults,test -,registerStateElement,"* @param StateElementInterface $element - * @return void",registerStateElement,test -,setStateFromString,"* @param string $stateString - * @return void",setStateFromString,test -,setState,"* @param string $name - * @param mixed $value - * @return void",setState,test -,getStateString,"* returns a string representation of the state, excluding the parameter specified by varyingStateParameter. - * - * @param array|null $varyingStateParameter - * - * @return string",getStateString,test -,getState,"* @param string $name - * @param mixed $default - * @return mixed",getState,test -,getStateArray,"* @return array",getStateArray,test -,getStateArrayWithoutQueryParameter,"* @return array",getStateArrayWithoutQueryParameter,test -,getStateAsUrlQueryArray,"* returns an array that can be used to generate the query part of an URL identifying the state including the additional query parameters held within the state. - * - * @param string $parameterIdentifier - * @param array|null $varyingStateParameter - * - * @return array",getStateAsUrlQueryArray,test -,getQueryParameter,"* @return array",getQueryParameter,test -,setUnsetStatesOnly,"* sets values in stateValues that have no value in the current state. ignores all others. - * - * @param array $stateValues - * @return void",setUnsetStatesOnly,test -ArticleListLegacyMapper,GetRequirements,* maps the output of the new list to the legacy views.,GetRequirements,test -ArticleListLegacyMapper,Accept,* {@inheritdoc},Accept,test -ItemMapperNoticeList,GetRequirements,* {@inheritdoc},GetRequirements,test -ItemMapperNoticeList,Accept,* {@inheritdoc},Accept,test -ItemMapperStandard,GetRequirements,* {@inheritdoc},GetRequirements,test -ItemMapperStandard,Accept,* {@inheritdoc},Accept,test -LegacyMockArticleListWrapper,__construct,* @var ResultDataInterface,__construct,test -LegacyMockArticleListWrapper,GetCurrentPageNumber,* @var int,GetCurrentPageNumber,test -LegacyMockArticleListWrapper,GetTotalPageCount,* @var int,GetTotalPageCount,test -LegacyMockArticleListWrapper,GetPageJumpLink,* @var string,GetPageJumpLink,test -LegacyMockArticleListWrapper,GetPageJumpLinkAsAJAXCall,* @var string,GetPageJumpLinkAsAJAXCall,test -LegacyMockArticleListWrapper,GetStartRecordNumber,"* @param ResultDataInterface $result - * @param int $currentPage - * @param int $pageSize - * @param string $listPagerUrl - * @param string $sModuleSpotName",GetStartRecordNumber,test -LegacyMockArticleListWrapper,Length,* @return int,Length,test -LegacyMockArticleListWrapper,GetPageSize,* @return int,GetPageSize,test -ResultModification,__construct,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\DbAdapterInterface,__construct,test -ResultModification,apply,"* @param ResultInterface $result - * @param array $configuration - * @param int $filterDepth - * - * @return ResultInterface",apply,test -ResultModification,applyState,"* @param ResultInterface $result - * @param array $configuration - * @param StateInterface $state - * - * @return ResultInterface",applyState,test -ResultModifier,addModification,* @var ResultModificationInterface[],addModification,test -ResultModifier,apply,"* @param ResultInterface $result - * @param array $configuration - * @param int $filterDepth - * - * @return ResultInterface",apply,test -ResultModifier,applyState,"* @param ResultInterface $result - * @param array $configuration - * @param StateInterface $state - * @return ResultInterface",applyState,test -,apply,"* @param ResultInterface $result - * @param array $configuration - * @param int $filterDepth - * - * @return ResultInterface",apply,test -,applyState,"* @param ResultInterface $result - * @param array $configuration - * @param StateInterface $state - * - * @return ResultInterface",applyState,test -,addModification,"* @param ResultModificationInterface $resultModification - * @return void",addModification,test -,apply,"* @param ResultInterface $result - * @param array $configuration - * @param int $filterDepth - * - * @return ResultInterface",apply,test -,applyState,"* @param ResultInterface $result - * @param array $configuration - * @param StateInterface $state - * @return ResultInterface",applyState,test -StateElementCurrentPage,getKey,* @implements StateElementInterface,getKey,test -StateElementCurrentPage,validate,* @return string,validate,test -StateElementPageSize,getKey,* @implements StateElementInterface,getKey,test -StateElementPageSize,validate,* @var list,validate,test -StateElementPageSize,normalize,* @return string,normalize,test -StateElementPageSize,setValidOptions,* @return void,setValidOptions,test -StateElementQuery,getKey,* @implements StateElementInterface,getKey,test -StateElementQuery,validate,* @return string,validate,test -StateElementSort,getKey,* @implements StateElementInterface,getKey,test -StateElementSort,validate,"* @var mixed - * @FIXME This property is private and is never used.",validate,test -StateElementSort,normalize,* @return string,normalize,test -StateRequestExtractorCollection,extract,* @var StateRequestExtractorInterface[],extract,test -StateRequestExtractorCollection,registerExtractor,"* @param array $configuration - * @param array $requestData - * @param string $listSpotName - * - * @return array",registerExtractor,test -,extract,"* @param array $configuration - * @param array $requestData - * @param string $listSpotName - * - * @return mixed",extract,test -,registerExtractor,"* @param StateRequestExtractorInterface $extractor - * @return void",registerExtractor,test -,extract,"* @param array $configuration - * @param array $requestData - * @param string $listSpotName - * - * @return array",extract,test -CMSShopArticleIndex,TickerIndexGeneration,@var bool,TickerIndexGeneration,test -CMSShopArticleIndex,ClearSearchCacheTables,@var bool,ClearSearchCacheTables,test -CMSShopArticleIndex,Execute,@var float|false,Execute,test -MTShopStatistic,Init,"* module is used to display and export sales stats for the shop. -/*",Init,test -MTShopStatistic,Execute,@var string,Execute,test -MTShopStatistic,GetHtmlHeadIncludes,@var string,GetHtmlHeadIncludes,test -MTShopStatistic,GetColumn,@var string,GetColumn,test -MTShopStatistic,AddSubgroupingForField,@var bool|'0'|'1',AddSubgroupingForField,test -MTShopStatistic,AddGroupValue,@var string,AddGroupValue,test -MTShopStatistic,Render,@var string[],Render,test -MTShopStatistic,GetColumnNames,@var string,GetColumnNames,test -MTShopStatistic,GetColumnGroupDepth,"* @FIXME `bShowChange` is probably meant to be a bool field. However, `GetUserInput` writes strings (probably '1' & '0') - * @psalm-suppress InvalidPropertyAssignmentValue",GetColumnGroupDepth,test -,getEnvironment,"* ENVIRONMENT_COMMON is a pseudo-environment. It is a marker to allow configuration parameters to be valid for - * all environments.",getEnvironment,test -,isCaptureOnShipment,"* @return string - self::ENVIRONMENT_PRODUCTION|self::ENVIRONMENT_SANDBOX - * @psalm-return self::ENVIRONMENT_*",isCaptureOnShipment,test -,setCaptureOnShipment,* @return bool,setCaptureOnShipment,test -,getValue,"* @param bool $captureOnShipment - * @return void - * @throws InvalidArgumentException",getValue,test -,getAllValues,"* @param string $key - * @param mixed $default - * @return mixed - * - * Assumption: The return type is defined by the default parameter. - * @psalm-template T - * @psalm-param T $default - * @psalm-return (T is null ? mixed : T)",getAllValues,test -TPkgShopOrderPaymentConfig,__construct,"* @var string - * @psalm-var self::ENVIRONMENT_*",__construct,test -TPkgShopOrderPaymentConfig,getEnvironment,* @var ParameterBag,getEnvironment,test -TPkgShopOrderPaymentConfig,isCaptureOnShipment,"* @param string $environment self::ENVIRONMENT_SANDBOX or self::ENVIRONMENT_PRODUCTION - * @param string[] $configData - * @psalm-param self::ENVIRONMENT_* $environment",isCaptureOnShipment,test -TPkgShopOrderPaymentConfig,setCaptureOnShipment,"* @return string - self::ENVIRONMENT_PRODUCTION|self::ENVIRONMENT_SANDBOX - * @psalm-return self::ENVIRONMENT_*",setCaptureOnShipment,test -TPkgShopOrderPaymentConfig,getValue,* @return bool,getValue,test -TPkgShopOrderPaymentConfig,getAllValues,"* @param bool $captureOnShipment - * - * @throws InvalidArgumentException - * - * @return void",getAllValues,test -TCMSCronJob_ShopSendOrderNotifications,__construct,"* resend unsent order emails flagged by TShopOrder (try n times). -/*",__construct,test -TPkgShopPaymentIPayment_TShopPaymentHandlerGroup,getIPNStatus,"* @param TPkgShopPaymentIPNRequest $oRequest - * - * @return TdbPkgShopPaymentIpnStatus|null",getIPNStatus,test -TPkgShop_CmsLanguage,GetTranslatedPageURL,"* Return translated page URL. - * - * @return string",GetTranslatedPageURL,test -TShop,SetAffiliateCode,"* the shop config object. use GetInstance to fetch the current config. -/*",SetAffiliateCode,test -TShop,GetAffilateCode,"* the active search object. - * - * @var TdbShopSearchCache",GetAffilateCode,test -TShop,allowPurchaseAsGuest,"* set the affiliate partner code for the current session. - * - * @param string $sCode - * - * @return void",allowPurchaseAsGuest,test -TShop,SetActiveSearchCacheObject,"* return the affiliate partner code for the current session. - * - * @return string|false",SetActiveSearchCacheObject,test -TShop,GetActiveSearchObject,"* return true if guest purchases are allowed - false if a customer account is required. - * - * @return bool",GetActiveSearchObject,test -TShop,GetDefaultCountryId,"* Factory to fetch the config for the active portal. - * Note: the method fetches the portal id through the active page, if no portal id is passed. So make sure - * an active page exists if you are not passing a portal id. - * - * @param int $iPortalId - optional portal id. method fetches the id from the TCMSActivePage if iPortalId is not given - * - * @return TdbShop - * - * @deprecated use service chameleon_system_shop.shop_service instead",GetDefaultCountryId,test -TShop,GetBasketModuleSpotName,"* store a copy of the active search object. - * - * @param TdbShopSearchCache $oActiveSearchCache - * - * @return void",GetBasketModuleSpotName,test -TShop,GetVat,"* return pointer to the search cache object. - * - * @return TdbShopSearchCache",GetVat,test -TShop,GetNextFreeOrderNumber,"* return assoc array with the categories starting from the current root category - * to the current active category (in that order). return null if there is no active category. - * - * @return array|null",GetNextFreeOrderNumber,test -TShop,GetNextFreeCustomerNumber,"@var array|null $aCategoryList",GetNextFreeCustomerNumber,test -TShop,GetBasketLink,"* Returns the active manufacturer. - * - * @return TdbShopManufacturer|null",GetBasketLink,test -TShop,GetLinkToSystemPage,"* returns the current active category. - * - * @return TdbShopCategory|null - * - * @deprecated - use the service chameleon_system_shop.shop_service instead (method getActiveCategory)",GetLinkToSystemPage,test -TShop,getLinkToSystemPageRelative,"* return the active root category. - * - * @return TdbShopCategory|null",getLinkToSystemPageRelative,test -TShop,GetSystemPageNames,"* return current active filter conditions. - * - * @return array",GetSystemPageNames,test -TShop,GetLinkToSystemPageAsPopUp,"* return an sql string for the current filter. - * - * @return string - * - * @param string $sExcludeKey",GetLinkToSystemPageAsPopUp,test -TShop,GetSystemPageNodeId,"* @param string $sFilterKey - * @param string $sFilterVal - * - * @psalm-param string|TdbShopCategory::FILTER_KEY_* $sFilterKey - * - * @return string",GetSystemPageNodeId,test -TShop,GetShopInfo,@var $oCat TdbShopCategory,GetShopInfo,test -TShop,RenderShippingInfo,"* returns all fields that may be passed as filter fields. - * - * @return array",RenderShippingInfo,test -TShop,GetCentralShopHandlerAjaxURL,"* Get the current active item. - * - * @return TdbShopArticle|null - * - * @deprecated - use the service chameleon_system_shop.shop_service instead (method getActiveProduct)",GetCentralShopHandlerAjaxURL,test -TShop,GetFieldShopPrimaryNaviList,"* Returns the active variant for given article. - * If no Variant is active return given article. - * - * @param TdbShopArticle $oArticle - * - * @return TdbShopArticle - * - * @deprecated since 6.2.13 - replaced by ProductVariantServiceInterface::getProductBasedOnSelection()",GetFieldShopPrimaryNaviList,test -TShop,CacheGetTriggerList,@var TdbShopArticle $oArticle,CacheGetTriggerList,test -TShop,CacheCommit,@var TdbShopArticle $oArticle,CacheCommit,test -TShopArticle,AllowDetailviewInShop,* @var float holds the original item price,AllowDetailviewInShop,test -TShopArticle,GetContributorList,"* the volumn of the article. - * - * @var float",GetContributorList,test -TShopArticle,GetBasePrice,"* used to store the pre-discounted price of the article. - * - * @var array|null",GetBasePrice,test -TShopArticle,GetReviewsPublished,* @return void,GetReviewsPublished,test -TShopArticle,GetReviewAverageScore,"* return true if the item is active (ie may be shown in the detail view of the shop). - * - * @return bool",GetReviewAverageScore,test -TShopArticle,GetReviewCount,"* Returns Contributors for article for given types. - * - * @param array $aContributorTypes (from field 'identifier') - * - * @return TdbShopContributorList",GetReviewCount,test -TShopArticle,GetVat,"* fetch the base price of the item. - * - * @return float",GetVat,test -TShopArticle,getLink,"* return the base price for 1 base unit as defined through the shop_unit_of_measurement and quantity_in_units. - * - * @return float|bool",getLink,test -TShopArticle,GetDetailLink,"* return all published reviews for the article. - * - * @return TdbShopArticleReviewList",GetDetailLink,test -TShopArticle,GetReviewFormLink,"* return the average rating of the article based on the customer reviews for the article. - * - * @param bool $bRecount - force a recount of the actual data - * - * @return float",GetReviewFormLink,test -TShopArticle,GetToBasketLink,"* return the total number of reviews (published). - * - * @param bool $bRecount - force a recount of the actual data - * - * @return int",GetToBasketLink,test -TShopArticle,GetToBasketLinkForExternalCalls,"* return the vat group of the article. - * - * @return TdbShopVat|null",GetToBasketLinkForExternalCalls,test -TShopArticle,GetToBasketLinkParameters,@var TdbShopVat|null $oVat,GetToBasketLinkParameters,test -TShopArticle,GetToNoticeListLink,"* Returns the VAT based on $fieldShopVatId. - * When saving through the table editor, fields are not initialized, - * so we are falling back to the value from sqlData here - * (this is a workaround chosen for simplicity, this would need to be changed in the table editor instead). - * - * @return TdbShopVat|null",GetToNoticeListLink,test -TShopArticle,GetRemoveFromNoticeListLink,"* return the link to the detail view of the product. - * - * @param bool $bAbsolute set to true to include the domain in the link - * @param string|null $sAnchor - * @param array $aOptionalParameters supported optional parameters: - * TdbShopArticle::CMS_LINKABLE_OBJECT_PARAM_CATEGORY - (string) force the article link to be within the given category id (only works if the category is assigned to the article) - * @param TdbCmsPortal|null $portal - * @param TdbCmsLanguage|null $language - * - * @return string",GetRemoveFromNoticeListLink,test -TShopArticle,GetPrimaryCategory,"* @deprecated use new getLink($sAnchor = null, $bAbsolute = false, $aOptionalParameters = array()) method - see method documentation how to pass old parameters - * - * return the link to the detail view of the product - * - * @param bool $bIncludePortalLink - set to true to include the domain in the link - * @param int $iCategoryId - pass a category to force a category (only works if the category is assigned to the article) - * - * @return string",GetPrimaryCategory,test -TShopArticle,GetFieldShopCategoryList,"* return the link to the detail view of the product (classic URL). - * - * @param bool $bIncludePortalLink - set to true to include the domain in the link - * @param int $iCategoryId - pass a category to force a category (only works if the category is assigned to the article) - * - * @return string",GetFieldShopCategoryList,test -TShopArticle,GetArticleGroups,@var $oCategory TdbShopCategory,GetArticleGroups,test -TShopArticle,Render,"* a better SEO URL (depends on TCMSSmartURLHandler_ShopProductV2). - * - * @param bool $bIncludePortalLink - set to true to include the domain in the link - * @param int $iCategoryId - pass a category to force a category (only works if the category is assigned to the article) - * @param TdbCmsPortal $portal - * @param TdbCmsLanguage $language - * - * @return string",Render,test -TShopArticle,RenderPreviewThumbnail,"* return the link to the review page of the product. - * - * @param bool $bIncludePortalLink - set to true to include the domain in the link - * @param int $iCategoryId - pass a category to force a category (only works if the category is assigned to the article) - * - * @return string",RenderPreviewThumbnail,test -TShopArticle,GetPrimaryImage,"* generates a link that can be used to add this product to the basket. - * - * @param bool $bIncludePortalLink - include domain in link - * @param bool $bRedirectToBasket - redirect to basket page after adding product - * @param bool $bReplaceBasketContents - set to true if you want the contents of the basket to be replaced by the product wenn added to basket - * @param bool $bGetAjaxParameter - set to true if you want to get basket link for ajax call - * @param string $sMessageConsumer - set custom message consumer - * - * @return string",GetPrimaryImage,test -TShopArticle,GetImagePreviewObject,"* Creates to basket link from given to basket parameters. - * - * @param array $aParameters - * @param bool $bIncludePortalLink - * - * @return string",GetImagePreviewObject,test -TShopArticle,IsInArticleGroups,@var Request $request,IsInArticleGroups,test -TShopArticle,GetExportObject,"* returns a url to place the item in the basket from an external location. - * - * @return string",GetExportObject,test -TShopArticle,IsInCategory,"* return parameters needed for a to basket call. - * - * @param bool $bRedirectToBasket - redirect to basket page after adding product - * @param bool $bReplaceBasketContents - set to true if you want the contents of the basket to be replaced by the product wenn added to basket - * @param bool $bGetAjaxParameter - set to true if you want to get basket link for ajax call - * @param string $sMessageConsumer - set custom message consumer - * - * @return array",IsInCategory,test -TShopArticle,UpdateProductViewCount,"* generate a link used to add the article to the notice list. - * - * @param bool $bIncludePortalLink - include domain in link - * @param bool $sMsgConsumerName - * - * @return string",UpdateProductViewCount,test -TShopArticle,UpdateStatsReviews,"* return link that can be used to remove the item from the notice list. - * - * @param bool $bIncludePortalLink - * @param string|false $sMsgConsumerName - * - * @return string",UpdateStatsReviews,test -TShopArticle,GetMetaKeywords,"* return the primary category of the article (usually just the first one found. - * - * @return TdbShopCategory|null",GetMetaKeywords,test -TShopArticle,GetMetaDescription,@var TdbShopCategory $oCategory,GetMetaDescription,test -TShopArticle,GetOwningBundleItem,"* return all categories assigned to the article. - * - * @param string $sOrderBy - * - * @return TdbShopCategoryList",GetOwningBundleItem,test -TShopArticle,GetOwningBundleConnection,"* return all article groups assigend to the article. - * - * @return TdbShopArticleGroupList",GetOwningBundleConnection,test -TShopArticle,BelongsToABundle,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * @param bool $bAllowCache - set to false if you want to suppress caching for the call - * - * @return string",BelongsToABundle,test -TShopArticle,IsVariant,@var $oVariant TdbShopArticle,IsVariant,test -TShopArticle,HasVariants,"* uses message manager to render messages and return them as string. - * - * @param string[] $aMessageConsumerToCheck - * - * @return string",HasVariants,test -TShopArticle,GetFieldShopArticleVariantsList,"* add cache parameters (trigger clear for render). - * - * @param array $aCacheParameters - * - * @return void",GetFieldShopArticleVariantsList,test -TShopArticle,GetLowestPricedVariant,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",GetLowestPricedVariant,test -TShopArticle,GetFieldShopVariantTypeValueList,"* return the preview image for the article using the image size given by sImageSizeName - * Note: if the article has no image, then the view 'no-preview-image-defined' in the article object view dir - * will be rendered instead (viewType will be the same as passed to this function - so make sure to define the view - * in your extensions if you call this method with sViewType = 'Customer'. - * - * @param string $sImageSizeName - sImageSizeName is a system name defined in the shop_article_image_size table - * @param string $sViewName - use view name to render the image using different views (views can be found in ./objectviews/shop/TShopArticlePreviewImage) - * @param string $sViewType - defines in which objectviews dir the system looks for the view (Core, Custom-Core, or Customer) - * @param string[] $aEffects - * - * @return string",GetFieldShopVariantTypeValueList,test -TShopArticle,getVariantIDList,@var $oView TViewParser,getVariantIDList,test -TShopArticle,GetVariantValuesAvailableForType,"* return the primary image object of the shop article. this is either the cms_media_default_preview_image_id - * or the first image in the image list. - * - * @return TdbShopArticleImage|null",GetVariantValuesAvailableForType,test -TShopArticle,GetVariantValuesAvailableForTypeIncludingInActive,@var TdbShopArticleImage|null $oPrimaryImage,GetVariantValuesAvailableForTypeIncludingInActive,test -TShopArticle,GetVariantsForVariantTypeName,"* Enter description here... - * - * @param string $sImageSizeName - the image size name (found in shop_article_image_size) - * - * @return TdbShopArticlePreviewImage|null",GetVariantsForVariantTypeName,test -TShopArticle,GetActiveVariantValue,"* returns an array with all table names that are relevant for the render function. - * - * @param string $sViewName - the view name being requested (if know by the caller) - * @param string $sViewType - the view type (core, custom-core, customer) being requested (if know by the caller) - * - * @return string[]",GetActiveVariantValue,test -TShopArticle,GetVariantTypeActiveValue,"* return true if the article is in at least one of the groups. - * - * @param array $aGroupList - * - * @return bool",GetVariantTypeActiveValue,test -TShopArticle,RenderVariantSelection,"* returns an article object with additional elements needed for exports and - * interfaces like full URL image links, attachment links and so on. - * - * When called from CMS BackEnd it WILL use the first portal/shop found - * - * @return stdClass",RenderVariantSelection,test -TShopArticle,GetVariantFromValues,"* return true if the article is in at least one of the categories. - * - * @param array $aCategoryList - * - * @return bool",GetVariantFromValues,test -TShopArticle,GetFieldShopArticleImageList,"* increase the product view counter by one. - * - * @return void",GetFieldShopArticleImageList,test -TShopArticle,GetMessageConsumerName,"* updates the review stats for the article. - * - * @return void",GetMessageConsumerName,test -TShopArticle,GetFieldShopBundleArticleList,"* return keywords for the meta tag on article detail pages. - * - * @return array",GetFieldShopBundleArticleList,test -TShopArticle,GetFieldShopArticleMarkerList,"* return meta description. - * - * @return string",GetFieldShopArticleMarkerList,test -TShopArticle,GetFieldShopAttributeValueList,"* loads the owning bundle order item IF this item belongs to a bundle. returns false if it is not. - * - * @return TdbShopArticle|false",GetFieldShopAttributeValueList,test -TShopArticle,GetNameSEO,@var TdbShopArticle|null $oOwningBundleItem,GetNameSEO,test -TShopArticle,GetBreadcrumbName,"* if this order item belongs to a bundle, then this method will return the connecting table. - * - * @return TdbShopBundleArticle|false",GetBreadcrumbName,test -TShopArticle,GetSeoPattern,@var TdbShopBundleArticle|null $oOwningBundleConnection,GetSeoPattern,test -TShopArticle,GetFieldShopVariantSet,@var $oOwningOrderItem TdbShopBundleArticle,GetFieldShopVariantSet,test -TShopArticle,IsBuyable,"* returns true if the item belongs to a bundle. - * - * @return bool",IsBuyable,test -TShopArticle,UpdateStock,"* return true if the article is a variant. - * - * @return bool",UpdateStock,test -TShopArticle,setIsActive,"* return true if the article has variants. - * - * @param bool $bCheckForActiveVariantsOnly - * - * @return bool",setIsActive,test -TShopArticle,setVariantParentActive,"* load list of article variants. - * - * @param array $aSelectedTypeValues - restrict list to values matching this preselection (format: array(shop_variant_type_id=>shop_variant_type_value_id,...) - * @param bool $bLoadOnlyActive - * - * @return TdbShopArticleList",setVariantParentActive,test -TShopArticle,CheckActivateOrDeactivate,"* return variant with the lowest price. - * - * @return TdbShopArticle|null",CheckActivateOrDeactivate,test -TShopArticle,GetFieldShopStockMessage,* {@inheritdoc},GetFieldShopStockMessage,test -TShopArticle,TotalStockAvailable,"* returns an array of IDs of all variant articles of this article. - * - * @param array $aSelectedTypeValues - restrict list to values matching this preselection (format: array(shop_variant_type_id=>shop_variant_type_value_id,...) - * @param bool $bLoadActiveOnly - set to false if you want to load inactive articles too - * - * @return array",TotalStockAvailable,test -TShopArticle,getAvailableStock,"* return all variant values that are available for the given type and this article. - * - * @param TdbShopVariantType $oVariantType - * @param array $aSelectedTypeValues - restrict list to values matching this preselection (format: array(shop_variant_type_id=>shop_variant_type_value_id,...) - * - * @return TdbShopVariantTypeValueList|null",getAvailableStock,test -TShopArticle,GetDiscountList,"* return all variant values that are available for the given type and this article. - * - * @param TdbShopVariantType $oVariantType - * @param array $aSelectedTypeValues - restrict list to values matching this preselection (format: array(shop_variant_type_id=>shop_variant_type_value_id,...) - * - * @return TdbShopVariantTypeValueList|null",GetDiscountList,test -TShopArticle,GetPriceIfDiscounted,"* returns a list of variants for the current article each with a unqiue value for $sVariantTypeIdentifier. - * - * @param string $sVariantTypeIdentifier - * - * @return TdbShopArticleList|null",GetPriceIfDiscounted,test -TShopArticle,SetPriceBasedOnActiveDiscounts,@var TdbShopArticleList|null $oArticleList,SetPriceBasedOnActiveDiscounts,test -TShopArticle,getPriceWithoutActiveDiscounts,"* returns the variant type value for the given identifier. - * - * note: there was a typo in the method name GetActiveVaraintValue - * please change your custom code to use the renamed method - * (the old method name is redirected, but will be removed in the future) - * - * @param string $sVariantTypeIdentifier - * - * @return TdbShopVariantTypeValue|null - returns null if $sVariantTypeIdentifier was not found",getPriceWithoutActiveDiscounts,test -TShopArticle,getPriceReferenceWithoutActiveDiscounts,"* Use variant type name as key - * @var array|null $aVariantValues",getPriceReferenceWithoutActiveDiscounts,test -TShopArticle,__call,"* returns the id of the active value for the given variant type. - * - * @param string $sVariantTypeId - * - * @return string|false",__call,test -TShopArticle,getToBasketLinkBasketParameters,"* Mapping of variant type id => variant type values id - * @var array|null $aVariantValueIds",getToBasketLinkBasketParameters,test -TShopArticle,getToBasketLinkBasketParametersOnly,"* render the variant selection html using the display handler defined through the variant set. - * - * @param string $sViewName - * @param string $sViewType - * - * @return string",getToBasketLinkBasketParametersOnly,test -TShopArticle,isActive,"* return the variant matching the shop_variant_type_value paris. - * - * @param array $aTypeValuePairs - * - * @return TdbShopArticle|null - * - * @deprecated since 6.2.13 - replaced by ProductVariantServiceInterface::getProductBasedOnSelection()",isActive,test -TShopArticleCatalogConf,GetDefaultOrderBy,"* Returns the active order by for the given category. - * - * @param TdbShopCategory $oActiveCategory - * - * @return string",GetDefaultOrderBy,test -TShopArticleGroup,GetVat,"* return the vat group of the article group. - * - * @return TdbShopVat|null",GetVat,test -TShopArticleGroupList,GetMaxVat,"* return article group list for an article. - * - * @param int $iArticleId - * - * @return TdbShopArticleGroupList",GetMaxVat,test -TShopArticleList,Render,"* identifies the list object with a module spot. - * - * @var string",Render,test -TShopArticleList,GetListIdentKey,"* returns a subquery that can be used to reduce a query set to only active articles. - * - * @param bool $bRestrictToVariantParentArticles - * - * @return string",GetListIdentKey,test -TShopArticleList,StoreListObjectInSession,"* return active article list for the given category id. - * - * @param int $iCategoryId - this may alos be an ARRAY! in that case all articles from any of the listed categories IDs will be returned - * @param string $sOrderString - * @param int $iLimit - * @param array $aFilter - any filters you want to add to the list - * - * @return TdbShopArticleList",StoreListObjectInSession,test -TShopArticleList,RestorePagingInfoFromSession,"* return active article list for the given category id. - * - * @param array $aCategoryIdList - an array of categories - * @param string $sOrderString - * @param int $iLimit - * @param array $aFilter - any filters you want to add to the list - * @param string $sCustomBaseQuery - * - * @return TdbShopArticleList",RestorePagingInfoFromSession,test -TShopArticleList,GetNextPageLink,"* for some reason, ordering the subquery with a select on only id and then joining that with the full article table is a) super fast and b) results in the correct order - * while select all records right away on the order query is extremely slow (factor 10).",GetNextPageLink,test -TShopArticleList,GetNextPageLinkAsAJAXCall,"* return active article list. - * - * @param int $iCategoryId - * @param string $sOrderString - * @param int $iLimit - * @param array $aFilter - any filters you want to add to the list - * - * @return TdbShopArticleList",GetNextPageLinkAsAJAXCall,test -TShopArticleList,GetPreviousPageLinkAsAJAXCall,"* used to display the article list. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",GetPreviousPageLinkAsAJAXCall,test -TShopArticleList,GetPreviousPageLink,"* return an IdentKey for this list. - * - * @return string",GetPreviousPageLink,test -TShopArticleList,GetPageJumpLinkAsAJAXCall,"* restore serialized dump in session. returns id key for item. also calls - * session cleanup method. - * - * @return string - * - * @param null|string $sViewName - * @param null|string $sViewType - * @param array|null $aCallTimeVars",GetPageJumpLinkAsAJAXCall,test -TShopArticleList,GetPageJumpLink,"* return list data for key stored in session. returns NULL if no item or no session is found - * note: the item will be removed from session. - * - * @param string $sListSessionKey - * - * @return array|null",GetPageJumpLink,test -TShopArticleList,HandleURLRequest,"* create a list based on the session data for the session key passed - * returns NULL if the object can not be found. - * - * @param string $sListSessionKey - * - * @return TdbShopArticleList|null",HandleURLRequest,test -TShopArticlePreviewImage,LoadByName,"* the connected article. - * - * @var TdbShopArticle",LoadByName,test -TShopArticlePreviewImage,Render,"* the preview image object. - * - * @var TCMSImage",Render,test -TShopArticlePreviewImage,GetArticleObject,"* the image size of the preview image. - * - * @var TdbShopArticleImageSize",GetArticleObject,test -TShopArticlePreviewImage,GetImageObject,"* return the image preview object. if the shop did not define one for this size, - * then we create a virtual instance based on the first image of the article. - * - * @param TdbShopArticle $oArticle - the article object - * @param string $sInternalName - image size name - * - * @return bool",GetImageObject,test -TShopArticlePreviewImage,GetImageThumbnailObject,@var $oImageSize TdbShopArticleImageSize,GetImageThumbnailObject,test -TShopArticlePreviewImage,GetImageSizeObject,@var $oPrimaryImage TdbShopArticleImage,GetImageSizeObject,test -TShopArticleReview,GetReviewAgeAsString,"* return the age of the review as a string. - * - * @return string",GetReviewAgeAsString,test -TShopArticleReview,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * @param bool $bAllowCache - * - * @return string",Render,test -TShopArticleReview,LoadFromRowProtected,"* @param string $id - * @param array $aCallTimeVars - * - * @return array",LoadFromRowProtected,test -TShopArticleReview,SendNewReviewNotification,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",SendNewReviewNotification,test -TShopArticleReviewList,GetAverageScore,"* set to the owning article id, if list is generated via GetPublishedReviews. - * - * @var string",GetAverageScore,test -TShopArticleReviewList,SetOwningArticleId,"* return the average score for the review list. - * - * @return float",SetOwningArticleId,test -TShopArticleReviewList,Render,"* return all published items. - * - * @param int $iArticle - * @param int $iLanguage - * - * @return TdbShopArticleReviewList",Render,test -TShopBundleArticle,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopBundleArticleList,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopCategory,GetVat,"* return the vat group of the category. - * - * @return TdbShopVat|null",GetVat,test -TShopCategory,GetSearchRestrictionLink,"* returns a link that restricts the current search to the category. - * - * @return string",GetSearchRestrictionLink,test -TShopCategory,GetLink,"* return the link to the category. note: if the category is connected to a primary navi - * of the shop AND that navi node also has a page attached, then we return the link - * to that page, instead of the link to the category (this allows us to create category entry pages). - * - * @param bool $bAbsolute - set to true if you want to include the domain in the link (absolute link) - * @param string $sAnchor - Anchor to add to the link (Part after #) - * @param array $aOptionalParameters - * @param TdbCmsPortal $portal - * @param TdbCmsLanguage $language - * - * @return string",GetLink,test -TShopCategory,GetURLPath,"* returns a URL escaped path to the current category. - * - * @return string",GetURLPath,test -TShopCategory,GetAllChildrenIds,"* return an ID list of all child categories (complete depth). - * - * @return array",GetAllChildrenIds,test -TShopCategory,GetChildren,"* return all children of this category. - * - * @return TdbShopCategoryList",GetChildren,test -TShopCategory,GetNumberOfArticlesInCategory,"* returns a count of the number of articles in the category. the method caches - * the data since a count is expensive. - * - * @param bool $bIncludeSubcategoriesInCount - * - * @return int",GetNumberOfArticlesInCategory,test -TShopCategory,GetArticleList,"* return article list for current category - * note: the result ist cached in the class instance... - * - * @param string $sOrderBy - * @param array $aFilter - any filter restrictions you want to add (must be filds within the shop table) - * - * @return TdbShopArticleList",GetArticleList,test -TShopCategory,GetArticleListIncludingSubcategories,"* return article list for current category including articles for all subcategories - * note: the result ist cached in the class instance... - * - * @param string $sOrderBy - * @param array $aFilter - any filter restrictions you want to add (must be filds within the shop table) - * - * @return TdbShopArticleList",GetArticleListIncludingSubcategories,test -TShopCategory,GetParent,"* @param null|string $sOrderBy - * @param array $aFilter - * - * @return string",GetParent,test -TShopCategory,IsInActivePath,"* return the parent category, or null if no parent is found. - * - * @return TdbShopCategory|null",IsInActivePath,test -TShopCategory,IsInCategoryPath,"* returns true if this category is in the active category path (ie is the active - * category, or a parent of the active category). - * - * @return true|null",IsInCategoryPath,test -TShopCategory,GetCategoryPathAsString,@var true|null $bIsInActivePath,GetCategoryPathAsString,test -TShopCategory,GetRootCategory,"* return true if the category id passed is in the path to this category. - * - * @param string $sCategoryId - * - * @return bool",GetRootCategory,test -TShopCategory,GetBreadcrumb,"* return the category path as a string, each node separated by the sSeparator. - * - * @param string $sSeparator - * - * @return string",GetBreadcrumb,test -TShopCategory,Render,"* return the currents category root category. - * - * @return TdbShopCategory",Render,test -TShopCategory,GetMetaKeywords,@var TdbShopCategory|null $oRootCategory,GetMetaKeywords,test -TShopCategory,GetMetaDescription,@var TdbShopCategory $oRootCategory,GetMetaDescription,test -TShopCategory,AllowDisplayInShop,"* return a list of all categories to the current category. - * - * @return TIterator",AllowDisplayInShop,test -TShopCategory,GetSeoPattern,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",GetSeoPattern,test -TShopCategory,GetBreadcrumbName,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",GetBreadcrumbName,test -TShopCategory,GetProductNameExtensions,"* returns an array with all table names that are relevant for the render function. - * - * @param string $sViewName - the view name being requested (if know by the caller) - * @param string $sViewType - the view type (core, custom-core, customer) being requested (if know by the caller) - * - * @return string[]",GetProductNameExtensions,test -TShopCategory,GetCurrentColorCode,"* return keywords for the meta tag on article detail pages. - * - * @return array",GetCurrentColorCode,test -TShopCategory,getParentCategories,"* return meta description. - * - * @return string",getParentCategories,test -TShopCategory,parentCategoriesAreActive,"* Hook for implementing category display logic. - * - * @return bool",parentCategoriesAreActive,test -TShopCategory,getTargetPage,"* Get SEO pattern of actual article. - * - * @param string $sPaternIn - * - * @return array",getTargetPage,test -TShopCategoryList,GetMaxVat,"* return all categories connected to the article - * Add main category from article to list on first position. - * - * @param int $iArticleId - * @param string $sLanguageID - * - * @return TdbShopCategoryList",GetMaxVat,test -TShopCategoryList,Render,"* return root category list. - * - * @param string|null $sLanguageID - * - * @return TdbShopCategoryList",Render,test -TShopContributorList,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopDiscount,IsActive,"* constants below define the status returned when checking if a discount can be - * used in the current basket.",IsActive,test -TShopDiscount,AllowUseOfDiscount,* discount may be used.,AllowUseOfDiscount,test -TShopDiscount,GetValue,* the discount is not active (respects both the boolean field and the date fields).,GetValue,test -TShopDiscount,GetValueForBasketValue,* the basket value is below the minimum value specified for the voucher series.,GetValueForBasketValue,test -TShopDiscount,AllowDiscountForArticle,"* the discount has been restricted to a set of customers, and the current customer is not in that list.",AllowDiscountForArticle,test -TShopDiscount,AllowDiscountForUser,"* the discount has been restricted to a set of customer groups, none of which the current customer is in.",AllowDiscountForUser,test -TShopDiscount,AllowDiscountForNonUsers,* the discount may not be used for the shipping country selected by the user.,AllowDiscountForNonUsers,test -TShopDiscount,HasBasketRestrictions,* flags can be used to enable/disable checks when calling AllowUseOfDiscount.,HasBasketRestrictions,test -TShopDiscount,HasBasketContentRestrictions,"* the real value of the discount used for an article. this value - * is set from the controlling TShopBasketArticle. - * - * @var float",HasBasketContentRestrictions,test -TShopDiscount,ClearCacheOnAllAffectedArticles,"* return true if the discount is active. - * - * @return bool",ClearCacheOnAllAffectedArticles,test -TShopManufacturer,GetLinkProducts,"* return link to the product pages for the manufacturer. - * - * @param bool $bUseAbsoluteURL - * - * @return string",GetLinkProducts,test -TShopManufacturer,GetSearchRestrictionLink,"* returns a link that restricts the current search to the category. - * - * @return string",GetSearchRestrictionLink,test -TShopManufacturer,Render,"* return an instance for the current filter (if the filter defines a manufacturer) - * null if it does not. - * - * @return TdbShopManufacturer|null",Render,test -TShopManufacturer,GetNumberOfHitsForSearchCacheId,@var $oInstance TdbShopManufacturer,GetNumberOfHitsForSearchCacheId,test -TShopManufacturer,GetIcon,"* used to display the manufacturer. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",GetIcon,test -TShopManufacturer,GetLogo,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",GetLogo,test -TShopManufacturerList,Load,"* @param string $sQuery - * @param array $queryParameters - PDO style parameters - * @param array $queryParameterTypes - PDO style parameter types - * - * @return void - * @psalm-suppress AssignmentToVoid, InvalidReturnStatement - * @FIXME Saving the result of `parent::DeleteExecute()` and returning does not make sense for a `void` return",Load,test -TShopModuleArticleList,UpdateOrderById,"* set a new order by id - we need to do this using a method so that we can - * reset the internal cache for the connected lookup. - * - * @param string $iId - * - * @return void",UpdateOrderById,test -TShopModuleArticlelistOrderby,GetOrderByString,"* return order by string. - * - * @param string $sDirection - ASC or DESC. if set to NULL the value set in the class will be used - * - * @return string",GetOrderByString,test -TShopModuleArticlelistOrderbyList,Render,"* return list for a set of ids. - * - * @param array $aIdList - * @param int $iLanguageId - * - * @return TdbShopModuleArticlelistOrderbyList",Render,test -TShopOrder,LoadFromBasket,"* we use the post insert hook to set the ordernumber for the order. - * - * @return void",LoadFromBasket,test -TShopOrder,SaveCustomDataFromBasket,"* fill the order object with data from the basket - * NOTE: this fills the base order only. None of the lists (article, vat, etc) will be added yet. - * - * @param TShopBasket $oBasket - * - * @return void",SaveCustomDataFromBasket,test -TShopOrder,SaveVouchers,"* method can be used to modify the data saved to order before the save is executed. - * - * @param TShopBasket $oBasket - * @param array $aOrderData - * - * @return void",SaveVouchers,test -TShopOrder,SaveArticles,"* method can be used to save any custom data to the order. The method is called - * after all core data has been saved to the order (but before the order is marked as complete). - * - * @param TShopBasket $oBasket - * - * @return void",SaveArticles,test -TShopOrder,SaveVATList,"* Saves the vouchers passed to the order to the shop_voucher_use table - * Note: this will only work if the order has an id. - * Also Note: existing voucher uses will NOT be removed. - * - * @param TShopBasketVoucherList $oBasketVoucherList - * - * @return void",SaveVATList,test -TShopOrder,SaveShippingUserData,"* save basket articles to order. NOTE: the order object must have an id for - * this method to work. - * - * @param TShopBasketArticleList $oBasketArticleList - * - * @return void",SaveShippingUserData,test -TShopOrder,SavePaymentUserData,"* store one article with order. - * - * @param TShopBasketArticle $oBasketItem - * - * @return TdbShopOrderItem",SavePaymentUserData,test -TShopOrder,GetPaymentHandler,@var $oOrderItem TdbShopOrderItem,GetPaymentHandler,test -TShopOrder,CreateOrderInDatabaseCompleteHook,"* use this method to make changes to the order item data before it is saved to the database. - * - * @param TShopBasketArticle $oBasketItem - * @param array $aOrderItemData - * - * @return void",CreateOrderInDatabaseCompleteHook,test -TShopOrder,ExportOrderForWaWiHook,"* save an article (pointed to by $oBundleArticle) belonging to a bundle ($oBasketItem) within the order. - * - * @param TShopBasketArticle $oBasketItem - the original basket item - * @param TdbShopOrderItem $oOrderItem - the generated order item (ie the bundle owner) - * @param TdbShopBundleArticle $oBundleArticle - the bundle connection between the owning item and the owned item - * - * @return void",ExportOrderForWaWiHook,test -TShopOrder,MarkOrderAsExportedToWaWi,@var $oVirtualBasketArticleForBundle TShopBasketArticle,MarkOrderAsExportedToWaWi,test -TShopOrder,SendOrderNotification,@var $oBundleConnection TdbShopOrderBundleArticle,SendOrderNotification,test -TShopOrder,ExecutePayment,"* save vat list to basket. NOTE: the order object must have an id for - * this method to work. - * - * @param TdbShopVatList $oVatList - * - * @return void",ExecutePayment,test -TShopOrder,Render,@var $oOrderVat TdbShopOrderVat,Render,test -TShopOrder,GetNetProductValue,"* save any user data for the shipping group in the basket - * NOTE: the order object must have an id for this method to work. - * - * @param TdbShopShippingGroup $oShippingGroup - * - * @return void",GetNetProductValue,test -TShopOrder,SetStatusPaid,"* save any user data for the payment method in the basket - * NOTE: the order object must have an id for this method to work. - * - * @param TdbShopPaymentMethod $oPaymentMethod - * - * @return void",SetStatusPaid,test -TShopOrder,SetStatusCanceled,"* return the payment handler for the order - the handler is initialized - * with the payment data from the order object. - * - * @return TdbShopPaymentHandler|null",SetStatusCanceled,test -TShopOrder,UpdateUsedVouchers,* @return ShopPaymentHandlerFactoryInterface,UpdateUsedVouchers,test -TShopOrder,UpdateStock,"* method is called after all data from the basket has been saved to the order tables. - * - * @return void",UpdateStock,test -TShopOrder,PrePaymentExecuteHook,"* Hook used to export order for WaWi (called by TShopBasket after creating the order object) - * return true if the export worked. false if it did not. - * - * @param TdbShopPaymentHandler $oPaymentHandler - the payment handler for the order. this is passed via parameter since - * some payment handler do not save their data in the order (such as credit card) - * - * @return bool",PrePaymentExecuteHook,test -TShopOrder,SaveDiscounts,"* @param bool $bExported - * - * @return void",SaveDiscounts,test -TShopOrderBundleArticle,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopOrderBundleArticleList,Render,"* used to display an article. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopOrderItem,GetOwningBundleOrderItem,"* loads the owning bundle order item IF this item belongs to a bundle. returns false if it is not. - * - * @return TdbShopOrderItem|false",GetOwningBundleOrderItem,test -TShopOrderItem,GetOwningBundleConnection,@var TdbShopOrderItem|null $oOwningOrderItem,GetOwningBundleConnection,test -TShopOrderItem,BelongsToABundle,@var $oOwningOrderItem TdbShopOrderItem,BelongsToABundle,test -TShopOrderItem,Render,"* if this order item belongs to a bundle, then this method will return the connecting table. - * - * @return TdbShopOrderBundleArticle|false",Render,test -TShopOrderItem,isDownload,@var TdbShopOrderBundleArticle|null $oOwningBundleConnection,isDownload,test -TShopOrderStatus,GetStatusText,"* retun the status text. - * - * @param bool $bPrepareTextForRemoteUsage - * - * @return string",GetStatusText,test -TShopPaymentMethod,GetName,"* represents a payment method the user can choose from. it uses a payment handler to gather payment infos - * and execute the payment. -/*",GetName,test -TShopPaymentMethod,postSelectPaymentHook,* @var float|null,postSelectPaymentHook,test -TShopPaymentMethod,GetFieldShopPaymentHandler,"* payment handler. - * - * @var TdbShopPaymentHandler",GetFieldShopPaymentHandler,test -TShopPaymentMethod,IsAvailable,"* we need this information to unserialize the payment handler. - * - * @var array",IsAvailable,test -TShopPaymentMethod,IsPublic,"* called after the payment method is selected - return false the selection is invalid. - * - * @param TdbShop $oShop - * @param TShopBasket $oBasket - * @param TdbDataExtranetUser $oUser - * @param string $sMessageConsumer - * - * @return bool",IsPublic,test -TShopPaymentMethod,IsActive,"* Paymenthandler. - * - * @return TdbShopPaymentHandler|null",IsActive,test -TShopPaymentMethod,IsValidForCurrentUser,"* return true if this shipping type is valid for the current user / basket. - * - * @return bool",IsValidForCurrentUser,test -TShopPaymentMethod,IsValidForBasket,"* returns true if the payment method has no user or user group restriction. - * - * @return bool",IsValidForBasket,test -TShopPaymentMethod,GetPrice,"* returns true if the payment method is marked as active for the current time. - * - * @return bool",GetPrice,test -TShopPaymentMethod,GetVat,"* return true if the payment method is allowed for the current user. - * - * @return bool",GetVat,test -TShopPaymentMethod,Render,"* check user group. - * - * @param TdbDataExtranetUser $oUser - * - * @return bool",Render,test -TShopPaymentMethod,PostProcessExternalPaymentHandlerHook,"* now check user id. - * - * @param TdbDataExtranetUser $oUser - * - * @return bool",PostProcessExternalPaymentHandlerHook,test -TShopPaymentMethod,renderConfirmOrderBlock,"* check shipping country. - * - * @param TdbDataExtranetUser $oUser - * - * @return bool",renderConfirmOrderBlock,test -TShopPaymentMethod,processConfirmOrderUserResponse,* @return PaymentMethodDataAccessInterface,processConfirmOrderUserResponse,test -TShopPaymentMethodList,RemoveInvalidItems,* @var float|null,RemoveInvalidItems,test -TShopPaymentMethodList,RemoveRestrictedItems,"* return list of shipping types that match the given group, the current basket, - * the current portal and the current user. - * - * @param int $iGroupId - * - * @return TdbShopPaymentMethodList",RemoveRestrictedItems,test -TShopPaymentMethodList,GetTotalPrice,"* @param string $paymentGroupId - * - * @return string",GetTotalPrice,test -TShopShippingGroup,__sleep,"* shipping costs are grouped into shipping groups. these groups hold the allowed payment methods, and they - * can be restricted to certain users, user groups, or delivery countries. -/*",__sleep,test -TShopShippingGroup,__wakeup,* @var TdbShopShippingTypeList,__wakeup,test -TShopShippingGroup,GetName,"* a list of all payment methods valid for the group (and the current user/basket). - * - * @var TdbShopPaymentMethodList",GetName,test -TShopShippingGroup,isAvailableIgnoreGroupRestriction,* @var float|null,isAvailableIgnoreGroupRestriction,test -TShopShippingGroup,IsAvailable,"* returns currency symbol (by default €). - * - * @return string",IsAvailable,test -TShopShippingGroup,allowedForShippingGroupList,"* returns true if the shipping cost group may be used for the current user / basket. - * - * @return bool",allowedForShippingGroupList,test -TShopShippingGroup,IsPublic,* @return bool,IsPublic,test -TShopShippingGroup,IsActive,"* returns true if the shipping cost group may be used for the current user / basket - * also checks if the group is invalid due to a restriction to other shipping groups. - * - * @return bool",IsActive,test -TShopShippingGroup,IsValidForCurrentUser,"* check if the group is restricted by other groups (by the mlt field) and returns false if some of the restricted groups - * are found in the given list $aShippingGroupIdList. - * - * @param array $aShippingGroupIdList - * - * @return bool",IsValidForCurrentUser,test -TShopShippingGroup,isValidForCurrentPortal,"* returns true if the group has no user or user group restriction. - * - * @return bool",isValidForCurrentPortal,test -TShopShippingGroup,HasAvailableShippingTypes,"* returns true if the shipping group is marked as active for the current time. - * - * @return bool",HasAvailableShippingTypes,test -TShopShippingGroup,HasAvailablePaymentMethods,* @return ShopShippingGroupDataAccessInterface,HasAvailablePaymentMethods,test -TShopShippingGroup,HasPaymentMethod,"* return true if the shipping group is allowed for the current user. - * - * @return bool",HasPaymentMethod,test -TShopShippingGroup,GetValidPaymentMethods,"* return true if the shipping group is allowed for the current portal. - * If no active portal was found and group was restricted to portal return false. - * - * @return bool",GetValidPaymentMethods,test -TShopShippingGroup,GetActingShippingTypes,"* returns true if the group has shipping types available for the current user/basket - * in order to do this, we need to fetch all acting shipping types. if we have at least - * one, we can continue. - * - * @return bool",GetActingShippingTypes,test -TShopShippingGroup,GetPublicShippingTypes,"* returns true if the group has payment methods available for the current user/basket. - * - * @return bool",GetPublicShippingTypes,test -TShopShippingGroup,GetPublicPaymentMethods,"* returns true, if the requested payment method id supported by this group for - * this user, then the function returns true. - * - * @param string $sPaymentMethodId - * - * @return bool",GetPublicPaymentMethods,test -TShopShippingGroup,GetShippingCostsForBasket,"* return list of valid payment methods. - * - * @param bool $bRefresh - set to true to force a regeneration of the list - * - * @return TdbShopPaymentMethodList - * @psalm-suppress InvalidNullableReturnType, NullableReturnStatement - In this instance we know that the return type cannot be null",GetShippingCostsForBasket,test -TShopShippingGroup,GetVat,"* @param bool $bRefresh - set to true to force a regeneration of the list - * - * @return TdbShopShippingTypeList - * returns a list of all shipping types that can act on the current basket/user",GetVat,test -TShopShippingGroup,Render,"* return all active public shipping types for group. - * - * @return TdbShopShippingTypeList",Render,test -TShopShippingGroup,GetValidPaymentMethodsSelectableByTheUser,"* return all active public shipping types for group. - * - * @return TdbShopPaymentMethodList",GetValidPaymentMethodsSelectableByTheUser,test -TShopShippingGroup,GetValidShippingTypesForBasketArticleListAndCountry,"* @return float - * calculates the shipping costs for the current basket. - * The shipping costs are calculated using the following procedure: - * 1. The system fetches a list of all active shipping types (taking the user data and the active shipping group into account) - * - * 2. The system creates a temporary copy of the basket content object - * 3. For each shipping type, we get all articles in the basket to which the shipping type would apply according to the rules defined for the shipping type by: - * a. Loop through the temporary basket contents and move every article that matches the rule into the current shipping type - * b. Check if the shipping type applies to the resulting collection of articles. If not, dump the articles back into the temporary basket. If it does, add the shipping type to the basket active shipping list (aActiveShippingList). - * 4. Now mark each article in the real basket with a pointer to the corresponding shipping type - * 5. Finally sum up the shipping costs for each active shipping type",GetValidShippingTypesForBasketArticleListAndCountry,test -TShopShippingGroup,GetShippingCostsForBasketArticleListAndCountry,"* return the vat group for this shipping group. - * - * @return TdbShopVat|null",GetShippingCostsForBasketArticleListAndCountry,test -TShopShippingGroupList,RemoveInvalidItems,"* return all shipping groups available to the current user with the current basket. - * - * @return TdbShopShippingGroupList",RemoveInvalidItems,test -TShopShippingGroupList,RemoveRestrictedItems,"* search for a shipping group that supports the given payment type - * returns false if nothing is found. - * - * @param string $sPaymentInternalName - * - * @return TdbShopShippingGroup|false",RemoveRestrictedItems,test -TShopShippingType,IsAvailable,* @var float|null,IsAvailable,test -TShopShippingType,endShippingTypeChain,"* holds a pointer to every entry in the basket that is affected by the shipping type. - * - * @var TShopBasketArticleList",endShippingTypeChain,test -TShopShippingType,IsPublic,"* return true if this shipping type is valid for the current user / basket. - * - * @return bool",IsPublic,test -TShopShippingType,IsActive,* @return bool,IsActive,test -TShopShippingType,IsValidForCurrentUser,"* returns true if the group has no user or user group restriction. - * - * @return bool",IsValidForCurrentUser,test -TShopShippingType,IsValidForCountry,"* returns true if the shipping group is marked as active for the current time. - * - * @return bool",IsValidForCountry,test -TShopShippingType,isValidForCurrentPortal,"* return true if the shipping group is allowed for the current user. - * - * @return bool - * - * @param bool $bCheckShippingCountry",isValidForCurrentPortal,test -TShopShippingType,IsValidForBasket,"* @param null|string $sDataCountryId - * - * @return bool",IsValidForBasket,test -TShopShippingType,GetAffectedBasketArticles,"* return true if the shipping group is allowed for the current portal. - * If no active portal was found and group was restricted to portal return false. - * - * @return bool",GetAffectedBasketArticles,test -TShopShippingType,ArticleAffected,"* checks if the current shipping type is available for the current basket - * affected articles in the basket will be marked with the shipping type. - * - * @return bool",ArticleAffected,test -TShopShippingType,ArticleListValidForShippingType,"* loads the affected basket articles into $this->oAffectedBasketArticles - * also returns list. will only load the articles if $this->oAffectedBasketArticles is null. - * - * @return TShopBasketArticleList",ArticleListValidForShippingType,test -TShopShippingType,GetPrice,* @return ShopShippingTypeDataAccessInterface,GetPrice,test -TShopShippingType,GetPriceForBasketArticleList,"* checks if a basket article should be affected by this shipping type - * this can only happen if the article is not affected by any other shipping type. - * - * @param TShopBasketArticle $oArticle - * - * @return bool",GetPriceForBasketArticleList,test -TShopShippingTypeList,RemoveInvalidItems,* @var float|null,RemoveInvalidItems,test -TShopShippingTypeList,RemoveRestrictedItems,* @return ShopShippingTypeDataAccessInterface,RemoveRestrictedItems,test -TShopShippingTypeList,GetTotalPrice,* @return ShopServiceInterface,GetTotalPrice,test -TShopStockMessage,GetShopStockMessage,"* @var null|array{amount: int, range: float, oTrigger: TdbShopStockMessageTrigger}[]",GetShopStockMessage,test -TShopStockMessage,SetArticle,* @var string|null,SetArticle,test -TShopStockMessage,__destruct,"* @param null $sData - * @param null $sLanguage - * - * @return TdbShopStockMessage",__destruct,test -TShopStockMessage,GetArticle,"* renders. - * - * @return string",GetArticle,test -TShopStockMessage,GetFieldShopStockMessageTrigger,* @psalm-suppress UndefinedPropertyFetch - We are explicitly checking if the property exists above,GetFieldShopStockMessageTrigger,test -TShopStockMessage,GetFieldShopStockMessageTriggerList,"* return a css class for messages that depending on quantity - * for example article has a stock of 10 but the user wants to buy 20 so the user gets the normal stock message AND the message that there is an other stock message / state for an amount of 10 - * these class is used for the message for the amount that could not be shipped yet. - * - * @param array $aMessageForQuantity - * - * @return string",GetFieldShopStockMessageTriggerList,test -TShopStockMessage,GetFieldShopStockMessageTriggerListOrdered,"* renders the stock message. - * - * @return string",GetFieldShopStockMessageTriggerListOrdered,test -TShopSystemInfo,Render,"* used to display the info page. - * - * @param string $sViewName - the view to use - * @param string $sViewType - where the view is located (Core, Custom-Core, Customer) - * @param array $aCallTimeVars - place any custom vars that you want to pass through the call here - * - * @return string",Render,test -TShopUnitOfMeasurement,GetBasePrice,"* manages the content quantity for products (needed for base price calculations). -/*",GetBasePrice,test -TShopUnitOfMeasurement,GetFieldShopUnitOfMeasurement,"* Returns the base price for the source price. - * - * @param float $sourcePrice - * @param float $sourceQuantity - * - * @return float",GetFieldShopUnitOfMeasurement,test -TShopUserNoticeList,GetRemoveFromNoticeListLink,"* return link that can be used to remove the item from the notice list. - * - * @return string",GetRemoveFromNoticeListLink,test -TShopUserNoticeList,GetRemoveFromNoticeListLinkAjax,* @return string,GetRemoveFromNoticeListLinkAjax,test -TShopUserNoticeList,Render,"* @param string $sViewName - * @param string $sSubType - * @param string $sType - * @param array $aCallTimeVars - * - * @return string",Render,test -TShopVariantSet,GetChangableFieldNames,"* return an array of fields that may be edited for variants of this set. - * - * @return array",GetChangableFieldNames,test -TShopVariantSet,AllowEditOfField,"* returns true if the field name passed is allowed to be edtited for variants of this set type. - * - * @param string $sFieldName - * - * @return bool",AllowEditOfField,test -TShopVariantSet,GetFieldShopVariantDisplayHandler,"* Anzeigemanager für die Variantenauswahl im Shop. - * - * @return TdbShopVariantDisplayHandler|null",GetFieldShopVariantDisplayHandler,test -TShopVariantSet,GetVariantTypeForIdentifier,@var TdbShopVariantDisplayHandler|null $oItem,GetVariantTypeForIdentifier,test -TShopVariantType,GetFieldShopVariantTypeValueList,"* Verfügbare Variantenwerte. - * - * @return TdbShopVariantTypeValueList",GetFieldShopVariantTypeValueList,test -TShopVariantTypeValue,GetURLString,"* returns the url string part (type/value) for the value. - * - * @return string",GetURLString,test -TShopVat,addValue,"* holds the gross total value on which the vat will act. - * - * @var float",addValue,test -TShopVat,reset,@var float,reset,test -TShopVat,getTotalValue,@var float,getTotalValue,test -TShopVat,getNetValue,@var float,getNetValue,test -TShopVat,getGrossValue,"* @param float|int $dValue - * - * @return void",getGrossValue,test -TShopVat,GetVatValue,* @return void,GetVatValue,test -TShopVatList,GetTotalVatValue,"* get the total vat value for the current group. - * - * @return float",GetTotalVatValue,test -TShopVatList,GetTotalNetValue,"* get the total net value for the current group. - * - * @return float",GetTotalNetValue,test -TShopVatList,GetTotalValue,"* get the total gross value for the current group. - * - * @return float",GetTotalValue,test -TShopVatList,GetMaxItem,"* return largest item in list. - * - * @return TdbShopVat|null",GetMaxItem,test -TShopVoucher,GetRemoveFromBasketLink,"* Im System können Gutscheine hinterlegt werden, die einen absoluten oder prozentualen Wert als Nachlass gewähren. Prozentuale Nachlässe beziehen sich immer auf die Bruttosumme der Produkte, bevor Rabatte oder Ähnliches angerechnet werden. Zusätzlich kann bei einem Gutschein ein Gratisartikel hinterlegt werden. Wird ein solcher Gutschein mit Gratisartikel eingelöst, legt das System den Artikel mit einem Wert von 0€ in den Warenkorb. Zusätzlich erscheint der Hinweis über welchen Gutschein der Artikel in den Warenkorb gelegt wurde. Neben dem Hinweis erscheint zusätzlich ein Link über den der Gutschein wieder aus dem Warenkorb genommen werden kann. - * - * Geldwerte Gutscheine erscheinen unterhalb der Produktbruttosumme mit Namen und Wert. Zusätzlich wird neben jedem Gutschein ein Link angezeigt über den der Gutschein wieder aus dem Warenkorb genommen werden kann. - * Gutscheine werden generell in Gutscheinserien angelegt. Alle Einstellungen beziehen sich auf die Gutscheinserie, und damit auf alle Gutscheine in dieser Gutscheinserie. Für eine Gutscheinserie können automatisch Gutscheine generiert werden. Hier kann entweder ein fester Gutscheincode angegeben werden, oder vom System für jeden Gutschein automatisch generiert werden. - * - * Innerhalb einer Gutscheinserie darf ein Gutscheincode mehr als einmal vorkommen, ein Gutscheincode darf aber nie in mehr als einer Gutscheinserie verwendet werden. Bei jedem Gutschein wird ein Erstellungsdatum hinterlegt. - * - * Der Gutscheinwert selbst wird immer aus der Gutscheinserie genommen (verändert man diesen Wert, verändert sich auch automatisch der Gutscheinwert). Bei jeder Verwendung eines Gutscheins, wird das Datum, der Benutzer, sowie der Verbrauchswert beim Gutschein in der Gutscheinverwendungsliste hinterlegt. Sobald der Gutschein komplett verbraucht ist, wird das Verbrauchsdatum hinterlegt und der Gutschein als verbraucht markiert. - * Die Gutscheine einer Gutscheinserie können als CSV Exportiert werden. Für jeden Gutschein werden folgende Daten exportiert: - * • Code - * • Datum - * • Verbraucht (Ja/Nein) - * • Verbrauchsdatum - * • Restwert - * - * Gutscheine können für alle Benutzer verwendbar sein, oder auf bestimmte Benutzergruppen oder Benutzer eingeschränkt werden. - * - * Gutscheine können einen Gutscheinsponsor haben der für den Gutschein gezahlt hat. Gutscheinsponsoren können zusätzlich zur Gutscheininformation auf der Webseite mit Name und Bild angezeigt werden. - * - * Gutscheine (die nicht „gesponsert“ und damit nicht tatsächlich bezahlt sind) dürfen nicht auf Artikel greifen, für die die Buchpreisbindung gilt. Die für den Gutschein relevante Mindestbestellsumme, sowie der Warenkorbwert der nicht unter null fallen darf bezieht sich immer auf die Summe der Artikel die keiner Buchpreisbindung unterliegen. - * - * Folgende zusätzliche Einstellungen und Einschränkungen sind möglich: - * • Über ein Start- und Enddatum kann ein Gutschein auf eine Zeitspanne eingeschränkt werden. - * - * • Es kann ein Mindestbestellwert definiert werden, der überschritten werden muss, bevor der Gutschein akzeptiert wird. - * - * • Ob der Gutschein mit einem anderen Gutschein der gleichen Gutscheinserie verwendet werden kann - * • Ob der Gutschein mit anderen Gutscheinen (egal von welcher Gutscheinserie) verwendet werden kann. - * - * • Ob ein Kunde Gutscheine dieser Gutscheinserie generell nur einmal verwenden darf (also auch nicht bei zwei getrennten Bestellungen) - * - * • Ob der Gutschein nur bei der ersten Bestellung des Benutzers verwendet werden kann. - * - * • Ob der Gutschein die Versandkosten aufheben soll. - * - * • Es ist möglich den Gutschein als einen „gesponserten“ Gutschein zu Markieren. Zusätzlich kann der Name des Sponsors, ein Bild, und ein Logo hinterlegt werden. „Gesponserte“ Gutscheine ignorieren die Buchpreisbindungseinstellungen der Warenkorbartikel im Warenkorb. - * Die für Gutscheine relevanten Berechnungsregeln werden im Detail unter 3.a.i beschrieben. -/*",GetRemoveFromBasketLink,test -TShopVoucher,IsSameAs,"* constants below define the status returned when checking if a voucher can be - * used in the current basket.",IsSameAs,test -TShopVoucher,AllowUseOfVoucher,* voucher may be used.,AllowUseOfVoucher,test -TShopVoucher,GetValue,* the voucher series to which this voucher belongs is currently inactive (or the active date is out of range).,GetValue,test -TShopVoucher,GetValuePreviouslyUsed,* the basket value is below the minimum value specified for the voucher series.,GetValuePreviouslyUsed,test -TShopVoucher,CommitVoucherUseForCurrentUser,"* another voucher of the same series is already used within the basket even though - * the voucher series has been defined as ""only one of the same series per basket"".",CommitVoucherUseForCurrentUser,test -TShopVoucher,checkMarkVoucherAsCompletelyUsed,"* another voucher is already being used within the basket even though - * the voucher series has been defined as ""may not be used with any other voucher"".",checkMarkVoucherAsCompletelyUsed,test -TShopVoucher,MarkVoucherAsCompletelyUsed,"* the customer used a voucher of this series before for a previous order even though - * the series has been marked as ""only one voucher per customer"".",MarkVoucherAsCompletelyUsed,test -TShopVoucher,AllowVoucherForArticle,"* this is not the first order from the customer, but the voucher series has been defined - * as ""use only on first order"".",AllowVoucherForArticle,test -TShopVoucher,IsSponsored,"* the voucher has been restricted to a set of customers, and the current customer is not in that list.",IsSponsored,test -TShopVoucherSeries,GetVat,* @return TdbShopVat|null,GetVat,test -TShopVoucherSeries,IsActive,"* return true if the voucher series is active. - * - * @return bool",IsActive,test -TShopVoucherSeries,NumberOfTimesUsedByUser,"* returns the number of vouchers from that series that have been used by the user (note, we count - * also the vouchers that have been used in part only. - * - * @param int $iDataExtranetUserId (if null, use the current user) - * @param array $aExcludeVouchers - the voucher ids to exclude from the count - * - * @return int",NumberOfTimesUsedByUser,test -TShopVoucherSeries,CreateNewVoucher,"* create a new voucher. - * - * @param string $sCode - code to create - * - * @return TdbShopVoucher",CreateNewVoucher,test -TShop_DataExtranetGroup,UpdateAutoAssignAllUsers,"* @return bool - * - * @param string $sUserid - * @param float $dOrderValue",UpdateAutoAssignAllUsers,test -TCMSWizardStepShopAddressShipping,AllowedMethods,"* define any methods of the class that may be called via get or post. - * - * @return array",AllowedMethods,test -TCMSWizardStepShopAddressShipping,ShowShippingAddressInput,"* @param bool $bState - * - * @return void",ShowShippingAddressInput,test -TCMSWizardStepShopAddressShipping,HideShippingAddressInput,"* set state variable to show shipping address input. method returns false, so that - * the same step is returned. - * - * @return void",HideShippingAddressInput,test -TCMSWizardStepShopTellAFriend,Init,* @deprecated since 6.2.0 - no longer used.,Init,test -TShopModuleArticleListFilter,ModuleInitHook,"* set to true if the base query was generated instead of a custom query from an extension. - * - * @var bool",ModuleInitHook,test -TShopModuleArticleListFilter,PreventUseOfParentObjectWhenNoRecordsAreFound,"* set to false if you want to prevent the list from caching. - * - * @var bool",PreventUseOfParentObjectWhenNoRecordsAreFound,test -TShopModuleArticleListFilter,getFallbackListFilter,"* @var array",getFallbackListFilter,test -TShopModuleArticleListFilter,GetListQuery,"* factory creates a new instance and returns it. - * - * @param string|array $sData - either the id of the object to load, or the row with which the instance should be initialized - * @param string $sLanguage - init with the language passed - * - * @return TdbShopModuleArticleListFilter",GetListQuery,test -TShopModuleArticleListFilter,_AllowCache,"* @psalm-suppress InvalidPropertyAssignmentValue - through `$canBeCached` we know that at this place, `$cacheKey` is not `null`",_AllowCache,test -TShopModuleArticleListFilter,_GetCacheParameters,"* is called when the module initializes. - * - * @return void",_GetCacheParameters,test -TShopModuleArticleListFilter,_GetCacheTableInfos,"* prevent the use of the parent object when this filter finds not articles. - * - * @return bool",_GetCacheTableInfos,test -TShopModuleArticlelistFilterAccessories,_GetCacheParameters,"* return the base of the query. overwrite this method for each filter to add custom filtering - * the method should include a query of the form select shop_article.*,... FROM shop_article ... WHERE ... - * NOTE: do not add order info or limit the query (overwrite GetListQueryOrderBy and GetListQueryLimit instead) - * NOTE 2: the query will automatically be restricted to all active articles. - * NOTE 3: you query must include a where statement. - * - * @param TdbShopModuleArticleList $oListConfig - * - * @return string",_GetCacheParameters,test -TShopModuleArticlelistFilterAllArticlesOfActiveCategoryTree,PreventUseOfParentObjectWhenNoRecordsAreFound,"* show all articles in the active category... including the categories children. -/*",PreventUseOfParentObjectWhenNoRecordsAreFound,test -TShopModuleArticlelistFilterAllArticlesOfActiveNonLeafCategory,PreventUseOfParentObjectWhenNoRecordsAreFound,"* return the base of the query. overwrite this method for each filter to add custom filtering - * the method should include a query of the form select shop_article.*,... FROM shop_article ... WHERE ... - * NOTE: do not add order info or limit the query (overwrite GetListQueryOrderBy and GetListQueryLimit instead) - * NOTE 2: the query will automatically be restricted to all active articles. - * NOTE 3: you query must include a where statement. - * - * @param TdbShopModuleArticleList $oListConfig - * - * @return string",PreventUseOfParentObjectWhenNoRecordsAreFound,test -TShopModuleArticlelistFilterArticleOfActiveManufacturer,_GetCacheParameters,"* show all articles from the active manufacturer. -/*",_GetCacheParameters,test -TShopModuleArticlelistFilterArticleSuggestions,_GetCacheParameters,"* this is just a stub that acts just like a manuell selection for now - we need to define - * some algorithm that finds articles related to the current article (such as matching tags, attributes, etc). -/*",_GetCacheParameters,test -TShopModuleArticlelistFilterLastViewed,_AllowCache,"* return the base of the query. overwrite this method for each filter to add custom filtering - * the method should include a query of the form select shop_article.*,... FROM shop_article ... WHERE ... - * NOTE: do not add order info or limit the query (overwrite GetListQueryOrderBy and GetListQueryLimit instead) - * NOTE 2: the query will automatically be restricted to all active articles. - * NOTE 3: you query must include a where statement. - * - * @param TdbShopModuleArticleList $oListConfig - * - * @return string",_AllowCache,test -TShopModuleArticlelistFilterNoticeList,_AllowCache,"* return the base of the query. overwrite this method for each filter to add custom filtering - * the method should include a query of the form select shop_article.*,... FROM shop_article ... WHERE ... - * NOTE: do not add order info or limit the query (overwrite GetListQueryOrderBy and GetListQueryLimit instead) - * NOTE 2: the query will automatically be restricted to all active articles. - * NOTE 3: you query must include a where statement. - * - * @param TdbShopModuleArticleList $oListConfig - * - * @return string",_AllowCache,test -TShopModuleArticlelistFilterRelatedArticles,_GetCacheParameters,"* return the base of the query. overwrite this method for each filter to add custom filtering - * the method should include a query of the form select shop_article.*,... FROM shop_article ... WHERE ... - * NOTE: do not add order info or limit the query (overwrite GetListQueryOrderBy and GetListQueryLimit instead) - * NOTE 2: the query will automatically be restricted to all active articles. - * NOTE 3: you query must include a where statement. - * - * @param TdbShopModuleArticleList $oListConfig - * - * @return string",_GetCacheParameters,test -TShopModuleArticlelistFilterSearch,PreventUseOfParentObjectWhenNoRecordsAreFound,* @var bool,PreventUseOfParentObjectWhenNoRecordsAreFound,test -TShopModuleArticlelistFilterSearch,_AllowCache,"* prevent the use of the parent object when this filter finds not articles. - * - * @return bool",_AllowCache,test -TShopModuleArticlelistFilterSearch,ModuleInitHook,* @return bool,ModuleInitHook,test -TShopModuleArticlelistFilterSearchFallbackAll,PreventUseOfParentObjectWhenNoRecordsAreFound,"* prevent the use of the parent object when this filter finds not articles. - * - * @return bool",PreventUseOfParentObjectWhenNoRecordsAreFound,test -TShopModuleArticlelistFilterSearchFallbackAll,getFallbackListFilter,"* optional allows you to specify a list filter, that will be used instead, if this list filter has 0 matches. - * if set, then this will overwrite, returns the parent as default - * note: this will only be called if PreventUseOfParentObjectWhenNoRecordsAreFound returns false. - * - * @return TdbShopModuleArticleListFilter|null",getFallbackListFilter,test -TShopOrderStep,Init,"* definiert einen Bestellschritt. -/*",Init,test -TShopOrderStep,IsActive,"* is used to mark the current active step within step lists. - * - * @var bool",IsActive,test -TShopOrderStep,AllowAccessToStepPublic,"* Called from the init method of the calling module. - * Visitor permissions for the requested step may be checked and the user redirected. - * - * @return void",AllowAccessToStepPublic,test -TShopOrderStep,JumpToStep,"* Returns if the step is active and included in the order process. - * - * @return bool",JumpToStep,test -TShopOrderStep,GetStepURL,"* Returns if the user is allowed to view the requested step. - * - * @param bool $bRedirectToPreviousPermittedStep - * - * @return bool",GetStepURL,test -TShopOrderStep,GetStepURLReturnStepViaAjax,"* Method added to provide public access to the AllowAccessToStep method. - * - * @return bool",GetStepURLReturnStepViaAjax,test -TShopOrderStep,ExecuteStep,"* Redirects back to the basket if basket is currently empty. - * - * @return void",ExecuteStep,test -TShopOrderStep,GetNextStep,"* Returns the step with the systemname $sStepName (language id is taken form the active page object). - * - * @param string $sStepName - * - * @return TdbShopOrderStep|null",GetNextStep,test -TShopOrderStep,AllowedMethods,@var TdbShopOrderStep $oStep,AllowedMethods,test -TShopOrderStep,GetHtmlHeadIncludes,@var $oStepData TdbShopOrderStep,GetHtmlHeadIncludes,test -TShopOrderStep,GetHtmlFooterIncludes,"* @param string|array|null $sData - either the id of the object to load, or the row with which the instance should be initialized - * @param string|null $sLanguage - init with the language passed - * @return TdbShopOrderStep",GetHtmlFooterIncludes,test -TShopOrderStep,GetDescription,"* @param TShopBasket $basket - * @param string $classList comma seperated list of class names - * - * @return TdbShopOrderStep|null",GetDescription,test -TShopOrderStep,Render,@var TdbShopOrderStep $classObject,Render,test -TShopOrderStepList,__construct,* the order step list should allow caching of the steps.,__construct,test -TShopOrderStepList,GetActiveStepPosition,"* return the next step in line (null if there no other step). - * - * @param TdbShopOrderStep $oStep - * - * @return TdbShopOrderStep|null",GetActiveStepPosition,test -TShopOrderStepList,Render,@var TdbShopOrderStep $oNextStep,Render,test -TShopStepBasketCore,JumpToWrapping,"* show the current basket. -/*",JumpToWrapping,test -TShopStepBasketCore,AllowedMethods,"* redirects the user to the wrapping step. - * - * @return void",AllowedMethods,test -TShopStepBasketCore,GetNextStep,"* returns the link to the previous step (or false if there is none). - * - * @return string",GetNextStep,test -TShopStepBasketCore,UpdateBasket,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",UpdateBasket,test -TShopStepConfirmCore,Init,"* method is called from the init method of the calling module. here you can check - * if the step may be viewed, and redirect to another step if the user does not have permission.",Init,test -TShopStepConfirmCore,AllowedMethods,"* returns true if the user may view the step. - * - * @param bool $bRedirectToPreviousPermittedStep - * - * @return bool",AllowedMethods,test -TShopStepConfirmCore,ConfirmRemotePayment,"* define any methods of the class that may be called via get or post. - * - * @return array",ConfirmRemotePayment,test -TShopStepOrderCompletedCore,Render,"* we deactivate the basket step... after all, at this point, it has been reset. - * - * @return void",Render,test -TShopStepOrderCompletedCore,GetLastUserBoughtFromSession,"* returns true if the user may view the step. - * - * @param bool $bRedirectToPreviousPermittedStep - * - * @return bool",GetLastUserBoughtFromSession,test -TShopStepOrderCompletedCore,RemoveLastUserBoughtFromSession,"* method should return any variables that should be replaced in the description field. - * - * @return array",RemoveLastUserBoughtFromSession,test -TShopStepShippingCore,Init,"* the selected shipping group. - * - * @var TdbShopShippingGroup",Init,test -TShopStepShippingCore,ChangeShippingGroup,"* selected payment group. - * - * @var TdbShopPaymentMethod",ChangeShippingGroup,test -TShopStepShippingCore,AllowedMethods,* @var array,AllowedMethods,test -TShopStepShippingCore,GetHtmlHeadIncludes,"* method is called from the init method of the calling module. here you can check - * if the step may be viewed, and redirect to another step if the user does not have permission.",GetHtmlHeadIncludes,test -TShopStepUserDataCore,Init,"* @deprecated - you should use TShopStepUserDataV2 instead -/*",Init,test -TShopStepUserDataCore,AllowedMethods,@var bool,AllowedMethods,test -TShopStepUserDataCore,UpdateUser,@var TdbPkgNewsletterUser|null,UpdateUser,test -TShopStepUserDataCore,Register,"* returns true if the user may view the step. - * - * @param bool $bRedirectToPreviousPermittedStep - * - * @return bool",Register,test -TShopStepUserDataCore,UpdateUserAddress,"* method is called from the init method of the calling module. here you can check - * if the step may be viewed, and redirect to another step if the user does not have permission.",UpdateUserAddress,test -TShopStepUserDataCore,Login,"* @param bool $bState - * - * @return void",Login,test -TShopStepUserDataCore,SelectBillingAddress,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",SelectBillingAddress,test -TShopStepUserDataCore,SelectShippingAddress,"* define any methods of the class that may be called via get or post. - * - * @return array",SelectShippingAddress,test -TShopStepUserDataCore,DeleteShippingAddress,* @return void,DeleteShippingAddress,test -TShopStepUserDataCore,ShowShippingAddressInput,* @return void,ShowShippingAddressInput,test -TShopStepUserDataCore,HideShippingAddressInput,* @return void,HideShippingAddressInput,test -via,AllowedMethods,"* ChangeShipToBillingState - pass a non empty value if you are only changing the state of ship to billing or not - * (this will prevent the method from validating and executing the form. - * - * - * the step can operate in three modes: a) register a new user, b) edit an existing user, c) shop as guest - * which state is active can be checked via TShopStepUserDataV2::GetUserMode(). - * you can change the state by calling TShopStepUserDataV2::SetUserMode($sMode) - * the data is stored in session and the methods static so you can call them from other steps - * - * you may also use this step in combination with TShopStepLogin - which will set the mode based on the user selection - * - * - * IMPORTANT: you should always access the class via ""TShopStepUserDataV2"" (the virtual class entry point) - * IMPORTANT2: this is a replacement of TShopStepUserDataCore - it is recommended using this newer version -/*",AllowedMethods,test -via,Init,"* holds the user data passed to the form. default. use the Get* and Set* methods to change/read contents from the array - * do not access it directly! - * - * @var array",Init,test -via,ChangeSelectedAddress,"* set to true if the parameter ChangeShipToBillingState is past with any none-empty value via get/post - * use IsChangeShipToBillingStateRequest() to check if this is the case. - * - * @var bool",ChangeSelectedAddress,test -TShopStepWrappingCore,IsActive,"* returns true if the user may view the step. - * - * @param bool $bRedirectToPreviousPermittedStep - * - * @return bool",IsActive,test -TShopPaymentHandler,GetUserInputTargetURL,"* the paymenthandlers are used to handle the different payment methods. They ensure that the right - * information is collected from the user, and that the payment is executed (as may be the case for online payment) - * Note that the default handler has no functionality. it must be extended in order to do anything useful. -/*",GetUserInputTargetURL,test -TShopPaymentHandler,SetOwningPaymentMethodId,* @var IPkgShopOrderPaymentConfig,SetOwningPaymentMethodId,test -TShopPaymentHandler,SetPaymentUserData,"* user data for payment. - * - * @var array",SetPaymentUserData,test -TShopPaymentHandler,GetHtmlHeadIncludes,"* set by the payment method using this handler. access the property using the getter and setter for it. - * - * @var string",GetHtmlHeadIncludes,test -TShopPaymentHandler,ShowNextStepbutton,"* return the URL to which the user input is send. using this method you can redirect the input - * to go directly to, for example, the payment provider. if you return an empty string, the default target (ie the payment - * data entry step) will be used - * Important: for this method to have any affect, you will need to make sure that each payment method has its - * own form in the view. - * - * @return string",ShowNextStepbutton,test -TShopPaymentHandler,setConfigData,"* set the owning payment method. - * - * @param string $sPaymentMethodId - * - * @return void",setConfigData,test -TShopPaymentHandler,GetConfigParameter,"* getter for the owning payment method. - * - * @return string|null",GetConfigParameter,test -TShopPaymentHandler,getEnvironment,"* return an instance of the correct class type for the filter identified by $id - * Do not call this method directly. Instead use the service chameleon_system_shop.payment.handler_factory to - * create payment handlers. - * - * @param int $id - * - * @return TdbShopPaymentHandler|null",getEnvironment,test -TShopPaymentHandler,GetFieldShopPaymentHandlerParameterList,"* @param array $row - * @param string|null $languageId - * - * @return TdbShopPaymentHandler",GetFieldShopPaymentHandlerParameterList,test -TShopPaymentHandler,ExecutePayment,* @var $instance TdbShopPaymentHandler,ExecutePayment,test -TShopPaymentHandler,PostExecutePaymentHook,"* allows you to overwrite the payment data - use it when, for example, you load - * the payment handler for an order. - * - * @param array $aPaymentUserData - assoc array of the parameter - * - * @return void",PostExecutePaymentHook,test -TShopPaymentHandler,postExecutePaymentInterruptedHook,"* html head includes to use in the shipping step if the payment method is available. - * - * @return string[]",postExecutePaymentInterruptedHook,test -TShopPaymentHandler,ValidateUserInput,* @return bool,ValidateUserInput,test -TShopPaymentHandler,SaveUserPaymentDataToOrder,* @return IPkgShopOrderPaymentConfig,SaveUserPaymentDataToOrder,test -TShopPaymentHandler,GetUserPaymentDataItem,"* @param IPkgShopOrderPaymentConfig $configData - * - * @return void",GetUserPaymentDataItem,test -TShopPaymentHandler,GetUserPaymentDataWithoutLoading,"* return a config parameter for the payment handler. - * - * @param string $sParameterName - the system name of the handler - * - * @return string|false - * - * @throws ConfigurationException",GetUserPaymentDataWithoutLoading,test -TShopPaymentHandler,Render,* @return string,Render,test -TShopPaymentHandler,PostSelectPaymentHook,* @return TdbShopPaymentHandlerParameterList,PostSelectPaymentHook,test -TShopPaymentHandler,PostProcessExternalPaymentHandlerHook,"* Executes payment for an order. This method is called when the user confirmed the order. - * If you need to transfer control to an external process (as may be required for 3d secure), use - * self::SetExecutePaymentInterrupt(true) before passing control. This tells the shop to continue order execution - * as soon as control is passed back to it. (Chameleon will call $this->PostExecutePaymentHook() as soon as control - * is returned - this is where you should check if the returned data is valid/invalid. - * - * @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - send error messages here - * - * @return bool true if the payment was executed successfully, else false",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandler,AllowUse,"* Set the ExecutePaymentInterrupt. If it is set to active, then the next request to the - * basket page will auto. - * - * @param bool $bActive - * - * @return void",AllowUse,test -TShopPaymentHandler,GetExternalPaymentReferenceIdentifier,"* return true if the ExecutePayment was interrupted and needs to be continued... - * - * @return bool",GetExternalPaymentReferenceIdentifier,test -TShopPaymentHandler,GetExternalPaymentTypeIdentifier,"* The method is called from TShopBasket AFTER ExecutePayment was successfully executed. - * The method is ALSO called, if the payment handler passed execution to an external service from within the ExecutePayment - * Method. Note: if you return false, then the system will return to the called order step and the - * order will be cancled (shop_order.canceled = 1) - the article stock will be returned. - * - * if you return true, then the order is marked as paid. - * - * Note: system_order_payment_method_executed will be set to true either way - * - * @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - send error messages here - * - * @return bool",GetExternalPaymentTypeIdentifier,test -TShopPaymentHandler,BeforeJumpToThankYouStepAfterInterruptedPaymentHook,"* method is called only if the user returns from an execute payment call that was interrupted. this is called before - * PostExecutePaymentHook. If the method returns false, or if an exception is thrown, then the order is canceled. - * - * @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - * - * @throws TPkgCmsException_LogAndMessage - * - * @return bool",BeforeJumpToThankYouStepAfterInterruptedPaymentHook,test -TShopPaymentHandler,OnPaymentErrorAfterInterruptedPaymentHook,"* return true if the user data is valid - * data is loaded from GetUserPaymentData(). - * - * @return bool",OnPaymentErrorAfterInterruptedPaymentHook,test -TShopPaymentHandler,isBlockForUserSelection,"* store user payment data in order. - * - * @param int $iOrderId - * - * @return void",isBlockForUserSelection,test -TShopPaymentHandlerCreditCard,ValidateUserInput,"* the paymenthandlers are used to handle the different payment methods. They ensure that the right - * information is collected from the user, and that the payment is executed (as may be the case for online payment) - * Note that the default handler has no functionality. it must be extended in order to do anything usefull. -/*",ValidateUserInput,test -TShopPaymentHandlerCreditCard,ExecutePayment,"* return the default payment data for the handler. - * - * @return array",ExecutePayment,test -TShopPaymentHandlerCreditCard,SaveUserPaymentDataToOrder,"* return true if the user data is valid - * data will be passed as an array. - * - * @param array $aUserData - the user data - * - * @return bool",SaveUserPaymentDataToOrder,test -for,PostSelectPaymentHook,"* This is the base class for DataTrans Paymenthandler. If you want to add a new payment method. -/*",PostSelectPaymentHook,test -for,GetMsgManagerName,"* Transaction id for DataTrans authorisation. Needed for settlement authorised transactions. - * - * @var bool|string",GetMsgManagerName,test -for,GetPaymentType,"* Reference number for each authorisation. Was set after redirecting from DataTrans. - * Reference number has to be a unique for each authorisation. - * Reference number was build with crc32 from basket identifier__payment type identifier__count - * Count was needed because the first to parts are not unique. - * - * @var false|int",GetPaymentType,test -for,GetUserInputTargetURL,"* Count for reference number. - * To Get the reference number unique we add this count at the end. - * - * @var int",GetUserInputTargetURL,test -for,ExecutePayment,"* Was set after authorisation with the authorised amount. - * Was used on create order to check if amount has changed. - * - * @var bool",ExecutePayment,test -TShopPaymentHandlerDataTrans_CreditCard,GetMsgManagerName,* constant for class specific error messages.,GetMsgManagerName,test -TShopPaymentHandlerDataTrans_CreditCard,GetPaymentType,* constant for class specific payment type.,GetPaymentType,test -TShopPaymentHandlerDataTrans_SwissPostFinance,GetMsgManagerName,* constant for class specific error messages.,GetMsgManagerName,test -TShopPaymentHandlerDataTrans_SwissPostFinance,GetPaymentType,* constant for class specific payment type.,GetPaymentType,test -TShopPaymentHandlerDataTrans_SwissPostFinance,AllowUse,* constant for class specific payment reference id.,AllowUse,test -TShopPaymentHandlerDebit,ValidateUserInput,"* the paymenthandlers are used to handle the different payment methods. They ensure that the right - * information is collected from the user, and that the payment is executed (as may be the case for online payment) - * Note that the default handler has no functionality. it must be extended in order to do anything usefull. -/*",ValidateUserInput,test -TShopPaymentHandlerDebit,ExecutePayment,"* return the default payment data for the handler. - * - * @return array",ExecutePayment,test -TShopPaymentHandlerDebitNoSEPA,ValidateUserInput,"* the paymenthandlers are used to handle the different payment methods. They ensure that the right - * information is collected from the user, and that the payment is executed (as may be the case for online payment) - * Note that the default handler has no functionality. it must be extended in order to do anything usefull. -/*",ValidateUserInput,test -TShopPaymentHandlerDebitNoSEPA,ExecutePayment,"* return the default payment data for the handler. - * - * @return array",ExecutePayment,test -TShopPaymentHandlerInvoice,SaveUserPaymentDataToOrder,"* the paymenthandlers are used to handle the different payment methods. They ensure that the right - * information is collected from the user, and that the payment is executed (as may be the case for online payment) - * Note that the default handler has no functionality. it must be extended in order to do anything usefull. -/*",SaveUserPaymentDataToOrder,test -TShopPaymentHandlerIPaymentEndPoint,PostSelectPaymentHook,"* don't use this Class to set up an payment handler because this call has only - * standard content. Use TShopPaymentHandlerIPaymentCreditCard or TShopPaymentHandlerIPaymentDebit instead.",PostSelectPaymentHook,test -TShopPaymentHandlerIPaymentEndPoint,GetUserInputTargetURL,* constant for class specific error messages.,GetUserInputTargetURL,test -TShopPaymentHandlerIPaymentEndPoint,getRequestParameters,* System sets constant to url that the system knows its a ipayment call.,getRequestParameters,test -TShopPaymentHandlerIPaymentEndPoint,PostProcessExternalPaymentHandlerHook,"* id for saved payment data on ipayment server. - * - * @var string|false|null",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerIPaymentEndPoint,ExecutePayment,"* method is called after the user selected his payment and submitted the payment page - * return false if you want to send the user back to the payment selection page. - * - * DeuCS performs no processing at this step. we keep the overwritten function here only to clarity - * - * @param string $sMessageConsumer - the name of the message handler that can display messages if an error occurs (assuming you return false) - * - * @return bool",ExecutePayment,test -TShopPaymentHandlerIPaymentEndPoint,PostExecutePaymentHook,"* return the URL to which the user input is send. using this method you can redirect the input - * to go directly to, for example, the payment provider. if you return an empty string, the default target (ie the payment - * data entry step) will be used. - * - * @return string",PostExecutePaymentHook,test -TShopPaymentHandlerIPaymentEndPoint,GetExternalPaymentReferenceIdentifier,"* Get path to view location. - * - * @return string",GetExternalPaymentReferenceIdentifier,test -TShopPaymentHandlerMontrada,PostSelectPaymentHook,@var string|null,PostSelectPaymentHook,test -TShopPaymentHandlerMontrada,GetAnswerFromServer,"@var array|null",GetAnswerFromServer,test -TShopPaymentHandlerMontrada,GetConfigParameter,"* method is called after the user selected his payment and submitted the payment page - * return false if you want to send the user back to the payment selection page. - * - * @param string $sMessageConsumer - the name of the message handler that can display messages if an error occurs (assuming you return false) - * - * @return bool",GetConfigParameter,test -TShopPaymentHandlerMontrada,PostProcessExternalPaymentHandlerHook,"* return timestamp in a montrada usable format. - * - * @return string",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerMontrada,ExecutePayment,"* calculate request hash. - * - * @param array $aInput - * - * @return string",ExecutePayment,test -TShopPaymentHandlerMontrada,ExecuteRequestCall,"* calculate response hash. - * - * @param array $aInput - * - * @return string",ExecuteRequestCall,test -TShopPaymentHandlerMontrada,ExtractResponse,"* return the URL to the montrada form service. - * - * @param string $sMessageConsumer - the name of the message handler that can display messages if an error occurs (assuming you return false) - * - * @return bool",ExtractResponse,test -TShopPaymentHandlerMontrada,GetExternalPaymentReferenceIdentifier,"* Send Call per POST to montrada. Response is a moved permanently header which we pass through. - * - * @param array $aData - the post data to be send to montrada - * @param string $sMessageConsumer - * - * @return bool",GetExternalPaymentReferenceIdentifier,test -TShopPaymentHandlerOgone,ExecutePayment,"* executes payment for order. this method is called, wenn the user confirmed the - * order. if you need to transfer controll to an external process (as may be required for 3d secure) - * then you can use self::SetExecutePaymentInterrupt(true) before passing controll. this tells - * the shop to continue order execution as soon as controll is passed back to it. (chameleon will - * call $this->PostExecutePaymentHook() as soon as controll is returned - this is where you should - * check if the data returnd is valid/invalid. - * - * Redirect to ogone payment service - * - * @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - send error messages here - * - * @return bool",ExecutePayment,test -TShopPaymentHandlerOgone,PostExecutePaymentHook,"* return url to ogone payment service with all needed parameter. - * - * @param TdbShopOrder $oOrder - * - * @return string",PostExecutePaymentHook,test -TShopPaymentHandlerOgoneAliasGateway,ValidateUserInput,* @return string,ValidateUserInput,test -TShopPaymentHandlerOgoneBase,HandleNotifyMessage,"* !!!ATTENTION: This never worked as expected, so if you want to use PayPal with OGONE, you have to work on this. - * -/*",HandleNotifyMessage,test -TShopPaymentHandlerOgoneDirectLinkWithAliasGateway,PostSelectPaymentHook,* define message manager consumer name.,PostSelectPaymentHook,test -TShopPaymentHandlerOgoneDirectLinkWithAliasGateway,PostProcessExternalPaymentHandlerHook,"* parsed xml response data. - * - * @var array",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerOgoneDirectLinkWithAliasGateway,ExecutePayment,"* return the path to the views for the payment handler relative to library/classes. - * - * @return string",ExecutePayment,test -TShopPaymentHandlerOgoneDirectLinkWithAliasGateway,PostExecutePaymentHook,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",PostExecutePaymentHook,test -TShopPaymentHandlerPayOne,ValidateUserInput,* @psalm-suppress UndefinedClass - financegate* classes do not exist,ValidateUserInput,test -TShopPaymentHandlerPayOne,SaveUserPaymentDataToOrder,* MessageManager listener name.,SaveUserPaymentDataToOrder,test -TShopPaymentHandlerPayOne,GetHtmlHeadIncludes,* System constant to identify 3DSREDIRECT.,GetHtmlHeadIncludes,test -TShopPaymentHandlerPayOne,ExecutePayment,"* if true the credit card expiration date will be submitted to the shop - * note: maybe this isn`t allowed by the credit card company (PCI). - * - * @var bool",ExecutePayment,test -TShopPaymentHandlerPayOne,PostSelectPaymentHook,"* if true, the credit card validation is extended by a manual secure code check - * (redirect to credit card company gateway). - * - * @var bool - default = true",PostSelectPaymentHook,test -TShopPaymentHandlerPayOne,PostProcessExternalPaymentHandlerHook,"* Get path to view location. - * - * @return string",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerPayOne,GetExternalPaymentReferenceIdentifier,"* return the default payment data for the handler. - * - * @return array",GetExternalPaymentReferenceIdentifier,test -TShopPaymentHandlerPayPal,PostSelectPaymentHook,"* Version: this is the API version in the request. - * It is a mandatory parameter for each API request.",PostSelectPaymentHook,test -TShopPaymentHandlerPayPal,PostProcessExternalPaymentHandlerHook,* @var string|null,PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerPayPal,ExecutePayment,"* @var array|null",ExecutePayment,test -TShopPaymentHandlerPayPal,ExecutePayPalCall,* {@inheritdoc},ExecutePayPalCall,test -TShopPaymentHandlerPayPal,GetExternalPaymentReferenceIdentifier,* {@inheritdoc},GetExternalPaymentReferenceIdentifier,test -TShopPaymentHandlerPayPalExpress,PostProcessExternalPaymentHandlerHook,"* the method is called when an external payment handler returns successfully. - * - * for paypal express we need to set the user based on the paypal data (or, if a user is set, update - * it using the data passed) - * - * public function PostProcessExternalPaymentHandlerHook() { - * hier: - * Daten von PP übernehmen. - * $oUser = ExtUser::GetInstance(); - * Wenn CH-User angemeldet ($oUser->is_logged_in): - * Userdaten von PP Save() wenn Lieferadresse != isSameAs(); - * Wenn nicht: - * User anlegen mit PP Lieferadresse LoadFromRow() + Save()",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerPayPalExpress,PostProcessExternalPaymentHandlerHook,"* updates teh aBilling and aShipping arrays with the user billing and shipping - * info returned from paypal. - * - * @param array $aBilling - * @param array $aShipping - * - * @return void",PostProcessExternalPaymentHandlerHook,test -TShopPaymentHandlerPayPal_PayViaLink,GetPayPalPaymentLink,"* a simple paypal integration that does not execute the payment on order, but instead provides a payment - * link/form that can be used by the user to pay for the order - * if you want to accept partial payments, you need to set bAcceptPartialPayments to 1. -/*",GetPayPalPaymentLink,test -TShopPaymentHandlerPayPal_PayViaLink,ProcessIPNRequest,* @deprecated since 6.3.0 - not used anymore,ProcessIPNRequest,test -TShopPaymentHandlerPayPal_PayViaLink,ExtractPayPalNVPResponse,"* @param TdbShopOrder $oOrder - * @param null $dAmount - * @param string $sCurrency - you can pass the currency used as an optional parameter to the method. if the currency - * package is installed and you do not pass the parameter, the method will use the currency - * of the order. if the package ist not installed, we default to EUR - * - * @return string",ExtractPayPalNVPResponse,test -TShopPaymentHandlerPayPal_PayViaLink,GetConfigParameter,"* return the instant payment notification (IPN) URL for paypal. - * - * @param TdbShopOrder $oOrder - * - * @return string",GetConfigParameter,test -TShopPaymentHandlerSofortueberweisung,ExecutePayment,"* Handler build based on the 2.0 API (see documentation in ./TShopPaymentHandlerSofortueberweisung/Handbuch_Eigenintegration_sofortueberweisung.de_v.2.0.pdf - * Basic Flow - * 1. The user is shown the payment details in the payment step after selecting sofortüberweisung - * 2. when clicking on next, the user is moved to the ""review order screen"" - * 3. when clicking the ""confirm order"" button, the order creation process is started - * a) order is created - * b) user is redirected to the sofortüberweisungspage - * c) on success, the user is returned, the order is marked as paid, and the thankyou page is shown - * d) on failure, the order is marked as canceled, the user is returned to the overview page with the error message. - * - * note: sofortüberweisung sends the REAL order status via a notify url. the notify is the real status - so it will - * overwrite the status set for the order - * -/*",ExecutePayment,test -TShopPaymentHandlerSofortueberweisung,PostExecutePaymentHook,"* pass control to sofortueberweisung.de - the method is called after the order is created, but before the order is - * marked as completed/paid - * we mark our session as payment interrupted. Control will be passed upon return to the OnPaymentSuccessHook - * AFTER we return from GUI. So OnPaymentSuccessHook will need to check the response. - * - * @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - send error messages here - * - * @return bool",PostExecutePaymentHook,test -TShopPaymentHandlerSofortueberweisung,HandleNotifyMessage,"* return url to sofortueberweisung.de. - * - * @param TdbShopOrder $oOrder - * - * @return string",HandleNotifyMessage,test -TShopPaymentHandlerEasyCash_Debit,ExecutePayment,"* @param TdbShopOrder $oOrder - * @param string $sMessageConsumer - send error messages here - * - * @return bool",ExecutePayment,test -TShopPaymentHandlerEasyCash_Debit,ValidateUserInput,"* return true if the user data is valid - * data is loaded from GetUserPaymentData(). - * - * @return bool",ValidateUserInput,test -TShopVariantDisplayHandler,Render,"* return an instance of the handler type for the given id. - * - * @param string $sId - * - * @example TdbShopVariantDisplayHandler - * - * @return null|object",Render,test -,GetVat,* objects to which a vat applies must implement this interface.,GetVat,test -TCMSFieldShopVariantDetails,GetHTML,"* {@inheritdoc} - * - * manages the variant type and value details for an article - * - * @property TdbShopArticle $oTableRow",GetHTML,test -TCMSFieldShopVariantDetails,GetEditLink,* @var int,GetEditLink,test -TCMSFieldShopVariantDetails,GetDatabaseCopySQL,* {@inheritdoc},GetDatabaseCopySQL,test -TCMSFieldShopVariantDetails,GetSQL,@var TdbShopVariantSet $oVariantSet,GetSQL,test -TCMSFieldShopVariantDetails,generateVariants,@var $oParent TdbShopArticle,generateVariants,test -TCMSFieldShopVariantDetails,getPossibleVariantCombinations,"* @param TdbShopVariantSet|null $variantSet - * - * @return string",getPossibleVariantCombinations,test -TShopInterface_ImportOrderStatus,PerformImport,"* import the order status from a csv. the system will send a mail to users - * to inform them of their order changes. -/*",PerformImport,test -TCMSListManagerShopArticles,GetCustomRestriction,"* {@inheritdoc} - * - * @return void",GetCustomRestriction,test -ShopRouteArticleFactory,__construct,* @var string,__construct,test -ShopRouteArticleFactory,createArticleFromIdentificationToken,* should inject the constant at some point - since this whould change the interface we can not do so in a patch version.,createArticleFromIdentificationToken,test -TCMSSmartURLHandler_BuyProductDirectLink,GetPageDef,"* looks for URLS of the form /kaufen/ean/number... these will result in the article being - * placed in the basket. - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Writing data into `$OURLData` when there is no magic `__set` method for them defined.",GetPageDef,test -TCMSSmartURLHandler_ShopBasketSteps,GetPageDef,"* assumes the path in the TCMSSmartURLData is a simple tree path. -/*",GetPageDef,test -TCMSSmartURLHandler_ShopIPayment,GetPageDef,"* assumes the path in the TCMSSmartURLData is a simple tree path. - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Writing data into `$OURLData` when there is no magic `__set` method for them defined.",GetPageDef,test -TCMSSmartURLHandler_ShopManufacturerProducts,GetPageDef,* get the path to the product catalog.,GetPageDef,test -TCMSSmartURLHandler_ShopPaymentOgone,GetPageDef,"* If response from Ogone contains ""ogonenotifycmscall"", function triggers the HandleNotifyMessage from PaymentHandler - * On success exit an return http header 200 OK. On Failure exit and return http header 404 Not found. So Ogone send - * notify again. - * - * If response from Ogone contains ""ogone_cms_call"" the trigger der parent function to get pagedefid. - * - * @return bool|string - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Writing data into `$OURLData` when there is no magic `__set` method for them defined.",GetPageDef,test -TCMSSmartURLHandler_ShopPaymentSofortueberweisungAPI,GetPageDef,"* takes sofortueberweisung return urls and maps them to chameleon urls. - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Writing data into `$OURLData` when there is no magic `__set` method for them defined.",GetPageDef,test -TCMSSmartURLHandler_ShopPayPalAPI,GetPageDef,"* takes paypal return urls and mapps them to chameleon urls. - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Writing data into `$OURLData` when there is no magic `__set` method for them defined.",GetPageDef,test -TCMSSmartURLHandler_ShopPayPalIPN,GetPageDef,@var TShopPaymentHandlerPayPal_PayViaLink $oPaymentHandler,GetPageDef,test -TCMSSmartURLHandler_ShopProductExport,GetPageDef,"* get the path to the product catalog. -/*",GetPageDef,test -TCMSSmartURLHandler_ShopRemoteSearch,GetPageDef,"* get the path to the product catalog. -/*",GetPageDef,test -TPkgShopBasketStepsRouteCollectionGenerator,__construct,* @var SystemPageServiceInterface,__construct,test -TPkgShopBasketStepsRouteCollectionGenerator,getCollection,* @var Connection,getCollection,test -TPkgShopBasketStepsRouteController,setMainController,* @var ChameleonControllerInterface,setMainController,test -TPkgShopBasketStepsRouteController,basketStep,* @return void,basketStep,test -TPkgShopCategoryRouteCollectionGenerator,__construct,"* Class TPkgShopCategoryRouteCollectionGenerator - * create the routing info for categories. we can not use a yml here, since the page identifier is language specific.",__construct,test -TPkgShopCategoryRouteCollectionGenerator,getCollection,* @var SystemPageServiceInterface,getCollection,test -TPkgShopRouteControllerArticle,shopArticleQuickShop,* @var ChameleonControllerInterface,shopArticleQuickShop,test -TPkgShopRouteControllerArticle,shopArticle,* @var ShopRouteArticleFactoryInterface,shopArticle,test -TPkgShopRouteControllerArticle,shopCategory,* @var CacheInterface,shopCategory,test -TPkgShopRouteControllerArticle,setShopRouteArticleFactory,* @var ProductVariantServiceInterface,setShopRouteArticleFactory,test -TPkgShopRouteControllerArticle,setMainController,* @var InputFilterUtilInterface,setMainController,test -TPkgShopRouteControllerArticle,setCache,"* @param Request $request - * @param string $identifier - * @param string $pagedef - * - * @return Response",setCache,test -TPkgShopRouteControllerArticle,setProductVariantService,"* @param string $articleIdentificationToken - * - * @return TdbShopArticle|null",setProductVariantService,test -TPkgShopRouteControllerArticle,setInputFilterUtil,"* @param Request $request - * @param string $identifier - * @param string $pagedef - * @param string|null $catid - * - * @return Response",setInputFilterUtil,test -TCMSShopTableEditor_ShopArticle,ProcessFieldsBeforeDisplay,"* overwritten to handle variant management. - * - * @property TdbShopArticle $oTable",ProcessFieldsBeforeDisplay,test -TCMSShopTableEditor_ShopArticle,Insert,"* if the current article is a variant AND a variant set has been defined, - * then mark all fields as hidden that are NOT activated through the set. - * - * @param TIterator $oFields - * - * @return void",Insert,test -TCMSShopTableEditor_ShopArticle,CopyPropertyRecords,@var TdbShopArticle $product,CopyPropertyRecords,test -TCMSShopTableEditor_ShopArticle,UpdatePriceToLowestVariant,@var $oField TCMSField,UpdatePriceToLowestVariant,test -TCMSShopTableEditor_ShopDiscount,Delete,"* overwritten to handle variant management. - * - * @property TdbShopDiscount $oTable",Delete,test -TCMSShopTableEditor_ShopOrderItem,Delete,"* if we are deleting a bundle article we need to delete the related items - * note: adding or changing an article will trigger no such change. -/*",Delete,test -TCMSShopTableEditor_ShopVoucherSeries,DefineInterface,"* set public methods here that may be called from outside. - * - * @return void",DefineInterface,test -TCMSShopTableEditor_ShopVoucherSeries,CreateVoucherCodes,* add table-specific buttons to the editor (add them directly to $this->oMenuItems).,CreateVoucherCodes,test -TCMSShopTableEditor_ShopVoucherSeries,GetHtmlHeadIncludes,"* create a number of vouchers in the shop_voucher table. - * - * @param string $sCode - the code to use. if empty, a random unique code will be generated - * @param int $iNumberOfVouchers - number of vouchers to create (will fetch this from user input if null given) - * - * @return stdClass",GetHtmlHeadIncludes,test -TCMSShopTableEditor_ShopVoucherSeries,ExportVoucherCodes,@var $oVoucher TdbShopVoucher,ExportVoucherCodes,test -TCMSTableEditorShopArticleReview,Delete,"* gets called after save if all posted data was valid. - * - * @param TIterator $oFields holds an iterator of all field classes from DB table with the posted values or default if no post data is present - * @param TCMSRecord $oPostTable holds the record object of all posted data",Delete,test -TCMSTableEditorShopCategory,UpdatePageNaviBreadCrumb,"* gets called after save if all posted data was valid. - * - * @param TIterator $oFields holds an iterator of all field classes from DB table with the posted values or default if no post data is present - * @param TCMSRecord $oPostTable holds the record object of all posted data",UpdatePageNaviBreadCrumb,test -TCMSTableEditorShopOrderEndPoint,GetHtmlHeadIncludes,"* @property TdbShopOrder $oTable - * @property TdbShopOrder $oTablePreChangeData",GetHtmlHeadIncludes,test -TCMSTableEditorShopOrderEndPoint,ShopOrderSendConfirmOrderMail,* {@inheritdoc},ShopOrderSendConfirmOrderMail,test -TCMSTableEditorShopOrderEndPoint,GetFrontendActionUrlToSendOrderEmail,"* send the current order to the email. - * - * @param string $sMail - can also be passed via get/post - * - * @return TCMSstdClass",GetFrontendActionUrlToSendOrderEmail,test -TCMSTableEditorShopOrderEndPoint,exportOrder,@var $oOrder TdbShopOrder,exportOrder,test -TCMSTableEditorShopOrderEndPoint,DefineInterface,"* send order notification for current order from backend - uses frontend action, - * so portal and snippets are set correctly. - * - * @param string $sMail - can also be passed via get/post - * - * @return string",DefineInterface,test -TCMSTableEditorShopUser,Delete,"* special handling for the shop users - we want to sync the newsletter info with the user info. -/*",Delete,test -BasketItemEvent,__construct,* @var \TShopBasket,__construct,test -BasketItemEvent,getBasket,* @var \TShopBasketArticle,getBasket,test -BasketItemEvent,getBasketArticle,* @var \TdbDataExtranetUser,getBasketArticle,test -BasketItemEvent,getUser,* @return \TShopBasket,getUser,test -,getBasket,* @return \TShopBasket,getBasket,test -,getBasketArticle,* @return \TShopBasketArticle,getBasketArticle,test -,getUser,* @return \TdbDataExtranetUser,getUser,test -TShopBasketArticleCore,GetLastUpdatedTimestamp,"* represents an article in the basket. -/*",GetLastUpdatedTimestamp,test -TShopBasketArticleCore,GetActingDiscountList,"* @var float - * the amount of this item in the basket. it will also be saved to session",GetActingDiscountList,test -TShopBasketArticleCore,ResetDiscounts,"* @var float - * holds the original total price (amount*price)",ResetDiscounts,test -TShopBasketArticleCore,ApplyDiscount,"* @var float - * holds the price after deducting any discount assigned to the item",ApplyDiscount,test -TShopBasketArticleCore,getCustomData,"* @var float - * holds the total price after deducting any discount assigned to the item",getCustomData,test -TShopBasketArticleCore,setCustomData,"* holds the value of the article after all discounts have been applied WITHOUT discount vouchers. - * - * @var float",setCustomData,test -TShopBasketArticleCore,GetToNoticeListLink,* @var float,GetToNoticeListLink,test -TShopBasketArticleCore,GetRemoveFromBasketLink,"* total weight of the articles. - * - * @var float",GetRemoveFromBasketLink,test -TShopBasketArticleCore,IsSameAs,"* total volume of the articles. - * - * @var float",IsSameAs,test -TShopBasketArticleCore,ChangeAmount,"* @var string - * identifies the basket item based on the parameters checked via IsSameAs method - * So two basket items with the same sBasketItemKey ARE the same basket product. - * the properties is automatically set via the UpdateBasketItemKey method which needs to be - * called anytime any of the relevant properties change",ChangeAmount,test -TShopBasketArticleCore,SetActingDiscount,* @var TShopBasketArticleDiscountList,SetActingDiscount,test -TShopBasketArticleCore,SetActingShippingType,* @var TdbShopShippingType,SetActingShippingType,test -TShopBasketArticleCore,GetActingShippingType,"* timestamp set to the last time the amount of the item changed - * access via getter GetLastUpdatedTimestamp. - * - * @var int|null",GetActingShippingType,test -TShopBasketArticleCore,ResetShippingMarker,* @var array,ResetShippingMarker,test -TShopBasketArticleCore,RefreshDataFromDatabase,"* return timestamp when the item was last updated. - * - * @return int|null",RefreshDataFromDatabase,test -TShopBasketArticleCore,__sleep,"* return acting discount list. - * - * @return TShopBasketArticleDiscountList",__sleep,test -TShopBasketArticleCore,SetPriceBasedOnActiveDiscounts,"* remove acting discounts. - * - * @return void",SetPriceBasedOnActiveDiscounts,test -TShopBasketArticleCoreList,ObserverRegister,"* The TIterator based article list overwrites the standard add item method in such a way that if - * the same article is added again, it simply increases the amout of that item. same goes for the - * remove function. - * - * @extends TIterator",ObserverRegister,test -TShopBasketArticleCoreList,ObserverUnregister,"* the sume of all amount fields in the basket (ie total number of articles). - * - * @var float",ObserverUnregister,test -TShopBasketArticleCoreList,Refresh,"* the original product price of all articles in the list (before discounts, vouchers, etc). - * - * @var float",Refresh,test -TShopBasketArticleCoreList,GetArticlesAffectedByShippingType,"* total weight of all articles in the list. - * - * @var float",GetArticlesAffectedByShippingType,test -TShopBasketArticleCoreList,GetListMatchingVat,"* total volume of all articles in the list. - * - * @var float",GetListMatchingVat,test -TShopBasketArticleCoreList,AddItem,"* list of observing objects. - * - * @var array",AddItem,test -TShopBasketArticleCoreList,IsInList,"* register an observer with the user. - * - * @param string $sObserverName - * @param IDataExtranetUserObserver $oObserver - * - * @return void",IsInList,test -TShopBasketArticleCoreList,UpdateItemAmount,"* remove an observer from the list. - * - * @param string $sObserverName - * - * @return void",UpdateItemAmount,test -TShopBasketArticleCoreList,next,"* check list for dead articles. - * - * @return void",next,test -TShopBasketArticleCoreList,RemoveArticle,"* returns array with pointers to all basket articles that match the shipping type. - * - * @param TdbShopShippingType $oShippingType - * - * @return TShopBasketArticleList",RemoveArticle,test -TShopBasketArticleCoreList,GetBasketSumForVoucher,@var $oArticles TShopBasketArticleList,GetBasketSumForVoucher,test -TShopBasketArticleCoreList,ReducePriceForItemsAffectedByNoneSponsoredVoucher,@var $oArticles TShopBasketArticleList,ReducePriceForItemsAffectedByNoneSponsoredVoucher,test -TShopBasketArticleCoreList,reducePriceForItemsAffectedByDiscount,@var $oArticles TShopBasketArticleList,reducePriceForItemsAffectedByDiscount,test -TShopBasketArticleCoreList,GetBasketQuantityForVoucher,"* return list matchin the vat group. - * - * @param TdbShopVat $oVat - * - * @return TShopBasketArticleList",GetBasketQuantityForVoucher,test -TShopBasketArticleCoreList,GetBasketSumForDiscount,@var $oArticles TShopBasketArticleList,GetBasketSumForDiscount,test -TShopBasketArticleCoreList,GetBasketQuantityForDiscount,"* marks the item in the list with the shipping type. - * - * @param TShopBasketArticle $oItem - * @param TdbShopShippingType $oShippingType - * - * @return void",GetBasketQuantityForDiscount,test -TShopBasketArticleCoreList,Render,@var $oExistingItem TShopBasketArticle,Render,test -TShopBasketArticleCoreList,ApplyDiscount,"* add a TShopBasketArticle to the article list. if such an item is already in the basket, we just add the amount - * instead of inserting a new entry. - * returns true if the item was added, false if it was removed (happens if the amount falls below zero). - * - * @param TShopBasketArticle $oItem - * - * @return bool",ApplyDiscount,test -TShopBasketArticleCoreList,GetTotalDiscountValue,@var $oExistingItem TShopBasketArticle,GetTotalDiscountValue,test -TShopBasketArticleCoreList,ResetAllDiscounts,"* return true if the item is in the list (uses the IsSameAs method). - * - * @param TShopBasketArticle $oItem - * - * @return bool",ResetAllDiscounts,test -TShopBasketArticleCoreList,ResetAllShippingMarkers,"* changes the amount of the requested item. if the amount drops to zero, the item is removed - * if the item does not exists, it is added - * returns true if the item was added, false if it was removed (amount fell below zero). - * - * @param TShopBasketArticle $oItem - * - * @return bool",ResetAllShippingMarkers,test -TShopBasketArticleCoreList,ValidateBasketContents,@var $oExistingItem TShopBasketArticle,ValidateBasketContents,test -TShopBasketArticleCoreList,updateCustomData,"* overwrote the method so that the id could type hint properly. - * - * @return TShopBasketArticle|bool",updateCustomData,test -TShopBasketArticleCustomDataValidationError,__construct,* @var string,__construct,test -TShopBasketArticleCustomDataValidationError,setAdditionalData,* @var string,setAdditionalData,test -TShopBasketArticleCustomDataValidationError,getAdditionalData,* @var array,getAdditionalData,test -TShopBasketArticleCustomDataValidationError,setErrorMessageCode,"* @param string $itemName - * @param string $errorMessageCode - * @param array $additionalData",setErrorMessageCode,test -TShopBasketArticleCustomDataValidationError,getErrorMessageCode,"* @param array $additionalData - * - * @return void",getErrorMessageCode,test -TShopBasketArticleCustomDataValidationError,setItemName,* @return array,setItemName,test -TShopBasketArticleCustomDataValidationError,getItemName,"* @param string $errorMessageCode - * - * @return void",getItemName,test -holds,next,"* class holds a list of discounts acting on a basket article. -/*",next,test -holds,Previous,"* return next itme. - * - * @return TdbShopDiscount|bool",Previous,test -holds,current,"* return previous itme. - * - * @return TdbShopDiscount|false",current,test -TShopBasketCore,isTotalCostKnown,"* Der Warenkorb enthält die vom Kunden zur Bestellung vorgemerkten Artikel. - * Diese Komponente ist für die Berechnung der Versandkosten, Rabatte, Steuern, - * sowie möglicher, durch Bezahlarten verursachter, Zusatzkosten zuständig. - * Außerdem wird über den Warenkorb die tatsächliche Bestellung, inklusive etwaiger - * Exporte durchgeführt. - * Der Warenkorb kann optional anzeigen, ab welcher Summe die nächstgünstigere - * Versandkostenschwelle erreicht würde. Diese Information kann im Miniwarenkorb - * sowie im Hauptwarenkorb angezeigt werden. -/*",isTotalCostKnown,test -TShopBasketCore,__construct,"* The calculated gross sum of all articles in the basket. - * This is the price calculated before discounts or vouchers have been applied - * @var float",__construct,test -TShopBasketCore,SetBasketRecalculationFlag,"* the total delivery costs (gross) - * @var float",SetBasketRecalculationFlag,test -TShopBasketCore,BasketRequiresRecalculation,"* the total wrapping costs for the basket (gross) - * @var float",BasketRequiresRecalculation,test -TShopBasketCore,__get,"* the total gross wrapping card costs - * @var float",__get,test -TShopBasketCore,__set,"* total gross voucher value for the basket - * NOTE: includes ONLY sponsored vouchers - * @var float",__set,test -TShopBasketCore,__clone,"* the total for all NONE sponsored vouchers (vouchers that act as discounts - so DO affect VAT). - * @var float",__clone,test -TShopBasketCore,SetActiveShippingGroup,"* the total gross discount sum - * @var float",SetActiveShippingGroup,test -TShopBasketCore,GetActiveShippingGroup,"* the total article costs after discounts have been applied - * NOTE: vouchers not sponsored are included in this price - so this represents the REAL article price. - * - * @var float",GetActiveShippingGroup,test -TShopBasketCore,GetActiveShippingGroupWithoutLoading,* @var float,GetActiveShippingGroupWithoutLoading,test -TShopBasketCore,GetAvailableShippingGroups,"* the sum of all VAT costs - * @var float",GetAvailableShippingGroups,test -TShopBasketCore,GetAvailablePaymentMethods,"* the sum of all VAT costs excluding shipping costs - * @var float",GetAvailablePaymentMethods,test -TShopBasketCore,GetValidPaymentMethodsSelectableByTheUser,"* the grand total for the basket - * @var float",GetValidPaymentMethodsSelectableByTheUser,test -TShopBasketCore,ResetAllShippingMarkers,"* the grand total for the basket excluding shipping costs - * @var float",ResetAllShippingMarkers,test -TShopBasketCore,SetActivePaymentMethod,* @var float,SetActivePaymentMethod,test -TShopBasketCore,GetActivePaymentMethod,"* the total number of articles in the basket. - * - * @var float",GetActivePaymentMethod,test -TShopBasketCore,ClearBasket,"* the total number of unique articles in the basket. - * - * @var float",ClearBasket,test -TShopBasketCore,OnUserLogoutHook,* @var float,OnUserLogoutHook,test -TShopBasketCore,OnUserLoginHook,* @var float,OnUserLoginHook,test -TShopBasketCore,OnUserUpdatedHook,"* all order steps completed are stored in this array (systemname=>true) - * this way, each step can check if all previous steps have been properly completed. - * - * @var array",OnUserUpdatedHook,test -TShopBasketCore,CommitToSession,"* the basket identifier is set when the basket is commited to db (in the order process) the first time - * this usually happens after the user enters from the basket overview page into the order process. - * - * @var string",CommitToSession,test -TShopBasketCore,GetBasketSumForVoucher,* @var TdbShopWrappingCard|null,GetBasketSumForVoucher,test -TShopBasketCore,ApplyNoneSponsoredVoucherValueToItems,* @var TdbShopWrapping|null,ApplyNoneSponsoredVoucherValueToItems,test -TShopBasketCore,GetBasketQuantityForVoucher,"* use GetActiveVatList to access the property. - * - * @var TdbShopVatList|null",GetBasketQuantityForVoucher,test -TShopBasketCore,GetBasketSumForDiscount,"* holds the articles of the basket - NOT: you should NOT access this directly. instead use GetBasketArticles(). - * - * @var TShopBasketArticleList|null",GetBasketSumForDiscount,test -TShopBasketCore,GetBasketQuantityForDiscount,"* use GetActiveDiscounts to access the property. - * - * @var TShopBasketDiscountList|null",GetBasketQuantityForDiscount,test -TShopBasketCore,AddItem,"* use GetActiveShippingGroup to access this property. - * - * @var TdbShopShippingGroup|null",AddItem,test -TShopBasketCore,updateCustomData,"* use GetActivePaymentMethod to access the property. - * - * @var TdbShopPaymentMethod|null",updateCustomData,test -TShopBasketCore,FindItem,"* use GetActiveVouchers to access the property. - * - * @var TShopBasketVoucherList",FindItem,test -TShopBasketCore,FindItemByBasketItemKey,"* @FIXME private property that is never accessed. - * @var null",FindItemByBasketItemKey,test -TShopBasketCore,UpdateItemAmount,"* as soon as an order request is issued, we try to create an order id, and - * store it in $_SESSION[self::SESSION_KEY_PROCESSING_BASKET]. This way, we can prevent a reload from - * generating a second order.",UpdateItemAmount,test -TShopBasketCore,RemoveItem,"* when creating an order we place the order id into this session var and keep it there - * this is usefull if you, for example, want to show the order as a print version to the user.",RemoveItem,test -TShopBasketCore,RecalculateBasket,"* @var int - * @psalm-var self::VOUCHER_*",RecalculateBasket,test -TShopBasketCore,GetActiveVATList,"* if set to true, the basket will recalculate its contents on destruction or reinitialization - * use SetBasketRecalculationFlag and BasketRequiresRecalculation to access. - * - * @var bool",GetActiveVATList,test -TShopBasketCore,GetLargestVATObject,* @var bool,GetLargestVATObject,test -TShopBasketCore,GetArticlesAffectedByShippingType,"* @var int - * @psam-var positive-int|0",GetArticlesAffectedByShippingType,test -TShopBasketCore,CreateOrder,* @return bool,CreateOrder,test -TShopBasketCore,OnPaymentSuccessHook,* added to allow subclasses to extend the method.,OnPaymentSuccessHook,test -TShopBasketCore,Render,"* mark the basket as dirty - will be recalculated as soon as the basket is loaded from sessin. - * - * @param bool $bRecalculationNeeded - * - * @return void",Render,test -TShopBasketCore,GetBasketContents,"* return true if the basket needs to be recalculated. - * - * @return bool",GetBasketContents,test -TShopBasketCore,getVoucherTypeCurrentlyRecalculating,"* remove these in a later version - kept for compatibility reasons. - * - * @param string $sVar - * - * @return bool|null",getVoucherTypeCurrentlyRecalculating,test -TShopBasketCore,AddVoucher,"* remove these in a later version - kept for compatibility reasons. - * - * @param string $sVar - * @param string $sVal",AddVoucher,test -TShopBasketCore,RemoveVoucher,"* set the active shipping group - return false, if an invalid group is selected. - * - * @param TdbShopShippingGroup|null $oShippingGroup - * - * @return bool",RemoveVoucher,test -TShopBasketCore,GetVoucherList,"* return the active shipping group - will set the shipping group to the default group, if none is set. - * - * @return TdbShopShippingGroup|null",GetVoucherList,test -TShopBasketCore,GetDiscountList,"* return the active shipping group - will NOT set the shipping group to the default group, if none is set. - * - * @return TdbShopShippingGroup|null",GetDiscountList,test -TShopBasketCore,CommitCopyToDatabase,* @return TdbShopShippingGroupList,CommitCopyToDatabase,test -TShopBasketCore,ValidateBasketContents,"* return all payment methods for the active shipping group. - * - * @return TdbShopPaymentMethodList|null",ValidateBasketContents,test -TShopBasketCore,GetNextAvailableDiscount,"* return all payment methods for the active shipping group that are selectable by the user. - * - * @return TdbShopPaymentMethodList|null",GetNextAvailableDiscount,test -TShopBasketCore,LockBasket,* @return void,LockBasket,test -TShopBasketCore,UnlockBasket,"* set the active payment method. return true on succes - false if the method is not allowed - * Note: you hast set a shipping group first! - * - * @param TdbShopPaymentMethod|null $oShopPayment - * - * @return bool",UnlockBasket,test -TShopBasketCore,OnBasketItemUpdateEvent,"* return the active payment method. - * - * @return TdbShopPaymentMethod|null",OnBasketItemUpdateEvent,test -TShopBasketCore,OnBasketItemDeleteEvent,"* deletes contents of basket. - * - * @return void",OnBasketItemDeleteEvent,test -TShopBasketCore,custom_wakeup,@var Request $request,custom_wakeup,test -TShopBasketCore,sessionWakeupHook,"* @param bool $bReset - * @param bool $bReloadFromSession - * - * @return TShopBasket - * return the current basket object - * - * @deprecated use chameleon_system_shop.shop_service getActiveBasket and resetBasket instead",sessionWakeupHook,test -TShopBasketCore,myOrderDetailHandlerFactory,@var $shopService ShopServiceInterface,myOrderDetailHandlerFactory,test -is,AllowDiscountForContentValue,"* The object is used to collect all articles in the basket to which the Discount applies. the object is managed by - * TShopBasket. - * - * @psalm-suppress InvalidReturnType - * @FIXME This class is not implemented",AllowDiscountForContentValue,test -is,GetDiscountValue,* @var array,GetDiscountValue,test -TShopBasketDiscountCoreList,next,* @return TdbShopDiscount|bool,next,test -TShopBasketDiscountCoreList,GetDiscountValue,"* return the total discount value for all active discounts. note that the method will fetch the current basket - * using the baskets singleton factory. - * - * @return float",GetDiscountValue,test -TShopBasketDiscountCoreList,RemoveInvalidDiscounts,"* Removes all discounts from the basket, that are not valid based on the contents of the basket and the current user - * Returns the number of discounts removed. - * - * @param string $sMessangerName - optional message manager to which we output why a discount was removed - * - * @return void",RemoveInvalidDiscounts,test -TShopBasketVoucherCoreList,AddItem,"* Adds a voucher to the list. note that it wil not check if the voucher is valid (this must be done by the calling method) - * Returns the voucher key generated when adding the voucher. - * - * @param TdbShopVoucher $oVoucher - * - * @return void",AddItem,test -TShopBasketVoucherCoreList,next,"* return a unique sBasketVoucherKey for the current list. - * - * @return string",next,test -TShopBasketVoucherCoreList,GetVoucherValue,"* return voucher. - * - * @return TdbShopVoucher|bool",GetVoucherValue,test -TShopBasketVoucherCoreList,RemoveInvalidVouchers,"* return the total voucher value for all active vouchers. note that the method will fetch the current basket - * using the baskets singleton factory. - * - * @param bool $bSponsoredVouchers - set to true: only sponsored vouchers, false only none sponsored vouchers - * - * @return float",RemoveInvalidVouchers,test -TShopBasketVoucherCoreList,HasFreeShippingVoucher,"* Removes all vouchers from the basket, that are not valid based on the contents of the basket and the current user - * Returns the number of vouchers removed. - * - * @param string $sMessangerName - * @param TShopBasket $oBasket - * - * @return void",HasFreeShippingVoucher,test -TShopBreadcrumbItem,GetName,"* item is used to simulate a breadcrumb node. - * - * @template TItem of TCMSRecord",GetName,test -TShopBreadcrumbItem,GetLink,* @var TItem,GetLink,test -TShopBreadcrumbItem,GetTarget,* @var string,GetTarget,test -TShopBreadcrumbItemArticle,GetLink,"* item is used to simulate a breadcrumb node. - * - * @extends TShopBreadcrumbItem",GetLink,test -TShopBreadcrumbItemArticle,GetName,* @return string,GetName,test -TShopBreadcrumbItemCategory,GetLink,"* item is used to simulate a breadcrumb node. - * - * @extends TShopBreadcrumbItem",GetLink,test -TShopBreadcrumbItemCategory,GetName,"* @param bool $bForcePortal - * @return string",GetName,test -TShopBreadcrumbItemManufacturer,__construct,* @extends TShopBreadcrumbItem,__construct,test -TShopBreadcrumbItemManufacturer,GetLink,"* @param bool $bForcePortal - * {@inheritDoc}",GetLink,test -TShopCategoryTree,ResetCounter,"* Contains all child categories as TShopCategoryTree. - * - * @var TIterator",ResetCounter,test -TShopCategoryTree,Render,"* Contains the real category for the tree. - * - * @var TdbShopCategory",Render,test -TShopCategoryTree,RenderChildCategories,* @var bool,RenderChildCategories,test -TShopCategoryTree,GetAddFilterURL,"* Contains the item count for this category tree. - * - * @var int",GetAddFilterURL,test -TShopCategoryTree,AddItemCount,"* Contains item count for this category tree and for all child category trees. - * - * @var int",AddItemCount,test -TShopCategoryTree,MarkActiveCategories,"* Contains the id of the real category if exists. - * If no real category exits for the category tree then it contains random id. - * - * @var string",MarkActiveCategories,test -MTShopArticleDetails,Init,* @var string|null,Init,test -MTShopArticleDetails,GetRequirements,* @var array,GetRequirements,test -MTShopArticleDetails,Accept,* @var TdbShopArticle,Accept,test -MTShopArticleDetails,_GetCacheParameters,* @var TdbShopCategory,_GetCacheParameters,test -MTShopArticleDetails,_AllowCache,* {@inheritdoc},_AllowCache,test -MTShopArticleQuestionEndPoint,Accept,"* @var array - * @psalm-var array",Accept,test -MTShopCategoryDetails,Init,* @var TdbShopCategory,Init,test -MTShopCategoryDetails,GetRequirements,* {@inheritdoc},GetRequirements,test -MTShopCategoryDetails,Accept,* {@inheritdoc},Accept,test -MTShopCategoryDetails,_AllowCache,* {@inheritdoc},_AllowCache,test -MTShopCategoryDetails,_GetCacheParameters,* {@inheritdoc},_GetCacheParameters,test -MTShopManufacturerDetails,Init,* @var TdbShopManufacturer,Init,test -MTShopManufacturerDetails,GetRequirements,* {@inheritdoc},GetRequirements,test -MTShopManufacturerDetails,Accept,* {@inheritdoc},Accept,test -MTShopManufacturerDetails,_AllowCache,* {@inheritdoc},_AllowCache,test -MTShopManufacturerDetails,_GetCacheParameters,* {@inheritdoc},_GetCacheParameters,test -MTShopOrderHistory,Accept,* {@inheritdoc},Accept,test -MTShopOrderHistory,_AllowCache,"* get the value list for the whole order list. - * - * @param TdbShopOrderList $oOrderList - * @param bool $bCachingEnabled - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return array",_AllowCache,test -MTFooterCategory,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -MTFooterCategory,_GetCacheParameters,"* @param TdbPkgShopFooterCategory $oFooter - * - * @return array",_GetCacheParameters,test -MTFooterCategory,_AllowCache,* {@inheritdoc},_AllowCache,test -MTShopArticleCatalogCoreEndPoint,__sleep,"* the Produkt catalog -> shows all articles of a given category, and the detail item view... - * IMPORTANT: do not extend this class. instead extend from MTShopArticleCatalogCore. - * - * @deprecated since 6.2.0 - no longer used. - *",__sleep,test -MTShopArticleCatalogCoreEndPoint,ChangePage,"* current page. - * - * @var int",ChangePage,test -MTShopArticleCatalogCoreEndPoint,ChangePageAjax,"* number of records per page. - * - * @var int",ChangePageAjax,test -MTShopArticleCatalogCoreEndPoint,Init,"* current item. - * - * @var string",Init,test -MTShopArticleCatalogCoreEndPoint,Execute,"* current category - if not set and an item is set, then the items primary category will be used. - * if neither item nor category is set, then the first root category will be used. - * - * @var string",Execute,test -MTShopArticleCatalogCoreEndPoint,WriteReview,"* holds the current order by id. - * - * @var string",WriteReview,test -MTShopArticleCatalogCoreEndPoint,GetActiveShopModuleArticlelistOrderbyId,"* any filter restrictions for the list. - * - * @var array",GetActiveShopModuleArticlelistOrderbyId,test -MTShopArticleCatalogCoreEndPoint,GetActiveOrderByString,"* the current article list. - * - * @var TdbShopArticleList",GetActiveOrderByString,test -MTShopArticleCatalogCoreEndPoint,_AllowCache,"* set this to false if you need to prevent caching of the list/item. - * - * @var bool",_AllowCache,test -MTShopArticleCatalogCoreEndPoint,_GetCacheParameters,"* module conf data. - * - * @var TdbShopArticleCatalogConf",_GetCacheParameters,test -MTShopArticleCatalogCoreEndPoint,_GetCacheTableInfos,"* add your custom methods as array to $this->methodCallAllowed here - * to allow them to be called from web.",_GetCacheTableInfos,test -MTShopBasketCoreEndpoint,Init,"* The module manages access to the basket object. - * IMPORTANT: do not extend directly form this class. use the ""cms Klassen-vererbungsmanager"" (pkg_cms_class_manager) instead - * or, if you have to, extend from ""MTShopBasketCore"". -/*",Init,test -MTShopBasketCoreEndpoint,Execute,* the request field names that the basket objects understands.,Execute,test -MTShopBasketCoreEndpoint,JumpToBasketPage,* the request field names cut into the diefferent parts.,JumpToBasketPage,test -MTShopBasketCoreEndpoint,TransferFromNoticeList,* @var null|bool,TransferFromNoticeList,test -MTShopBasketCoreEndpoint,RemoveFromNoticeListAjax,"* clear all products from the basket and redirect to active page. - * - * @return void",RemoveFromNoticeListAjax,test -MTShopBasketCoreEndpoint,RemoveFromNoticeList,"* method looks for affiliate parter codes passed to the website (if none are set yet). - * if a code is found, it is stored in the session. note: we check only ONCE for a session - * if suche a code is passed! - * - * @return void",RemoveFromNoticeList,test -MTShopBasketCoreEndpoint,TransferToNoticeList,* {@inheritdoc},TransferToNoticeList,test -MTShopBasketCoreEndpoint,AddToNoticeList,"* call the method to jump to the basket detail page. it will store the calling URL in the session, so - * that it becomes possible to jump back to this page from the basket. - * - * @throws RouteNotFoundException - * - * @return void",AddToNoticeList,test -MTShopBasketCoreEndpoint,RemoveVoucher,@var $oNode TCMSTreeNode,RemoveVoucher,test -MTShopBasketCoreEndpoint,AddToBasket,"* returns the url to the current page. - * - * @return string",AddToBasket,test -MTShopBasketCoreEndpoint,AddToBasketAjax,"* moves an item from the notice list to the basket - * $aArticleIdsToMove should have the form 'id'=>amount - * any data not passed as a parameter is fetched from get/post - * the data passed via get/post such as self::URL_ITEM_ID can be an array or a value. - * example: []"" value="""" /> - * []"" value=""2"" /> - * []"" value="""" /> - * []"" value=""1"" /> - * or, if you only want to transfer one item: - * "" value="""" /> - * "" value=""1"" />. - * - * by default the articles will be removed from the notice list. if you want to keep some of them, make sure to add the following - * "" value=""copy"" /> - * OR - * []"" value=""copy"" /> - * []"" value=""move"" /> - * if you are moving more than one, and want to keep the first and move the second - * - * @param array $aArticleIdsToMove - * @param array $aKeepOnNoticeList - * @param string $sMessageHandler - * - * @return void",AddToBasketAjax,test -MTShopBasketCoreEndpoint,UpdateBasketItems,"* @param array $aArticleIdsToMove - * @param string $sMessageHandler - * @param bool $bIsInteralCall - * - * @return null|array",UpdateBasketItems,test -MTShopBasketCoreEndpoint,RemoveFromBasket,"* remove item from notice list. - * - * @param array $aArticleIdsToMove - * @param string $sMessageHandler - * @param bool $bIsInteralCall - * @param bool $bIsAjaxCall - * - * @return null|array",RemoveFromBasket,test -MTShopBasketCoreEndpoint,UpdateBasketItem,@var $oArticle TdbShopArticle,UpdateBasketItem,test -MTShopBasketCoreEndpoint,_AllowCache,"* moves or copies one or more articles from the basket to the notice list. products to be moved must be passed. - * - * @param int $iArticleId - if you pass null, it will attempt to fetch the item id from post - * @param int $iAmount - amount to add - * @param string $sMessageHandler - info passed to this handler - uses the default message consumer for the shop if non passed (can also be passed via get/post) - * @param bool $bIsInternalCall - * - * @return void",_AllowCache,test -MTShopBasketCoreEndpoint,GetHtmlHeadIncludes,"* insert an item into the notice list. - * - * @param int $iArticleId - if you pass null, it will attempt to fetch the item id from post - * @param int $iAmount - amount to add - * @param string $sMessageHandler - info passed to this handler - uses the default message consumer for the shop if non passed (can also be passed via get/post) - * @param bool $bIsInternalCall - * - * @return void",GetHtmlHeadIncludes,test -MTShopBasketCoreEndpoint,GetPostRenderVariables,@var $oItem TdbShopArticle,GetPostRenderVariables,test -MTShopBreadcrumbCore,Execute,@var $breadcrumb TCMSPageBreadcrumb,Execute,test -MTShopBreadcrumbCore,_GetCacheParameters,@var $oItem TShopBreadcrumbItemCategory,_GetCacheParameters,test -MTShopBreadcrumbCore,_GetCacheTableInfos,@var $oItem TShopBreadcrumbItemArticle,_GetCacheTableInfos,test -MTShopCentralHandlerCoreEndPoint,Init,"* exposes methods that should be callable from all shop modules (via ajax or via get/post) - * IMPORTANT: do not extend this class. instead extend from MTShopCentralHandlerCore. -/*",Init,test -MTShopCentralHandlerCoreEndPoint,_AllowCache,* @var string|null,_AllowCache,test -MTShopCentralHandlerCoreEndPoint,GetHtmlHeadIncludes,* @var array,GetHtmlHeadIncludes,test -MTShopInfoCore,Execute,"* module displays the contents of shop_system_info for one or more shop info items. -/*",Execute,test -MTShopInfoCore,_AllowCache,"* the config data for the module instance. - * - * @var TdbShopSystemInfoModuleConfig",_AllowCache,test -MTShopInfoCore,_GetCacheParameters,"* return config record for modul instance. - * - * @return TdbShopSystemInfoModuleConfig|null",_GetCacheParameters,test -MTShopInfoCore,_GetCacheTableInfos,"* prevent caching if there are messages. - * - * @return bool",_GetCacheTableInfos,test -MTShopManufacturerArticleCatalogCore,Init,* module is used to show the products for one manufacturer.,Init,test -MTShopManufacturerArticleCatalogCore,Execute,* @var string|null,Execute,test -MTShopManufacturerArticleCatalogCore,_GetCacheParameters,"* current active manufacturer. - * - * @var TdbShopManufacturer|null",_GetCacheParameters,test -MTShopManufacturerArticleCatalogCore,GetHtmlHeadIncludes,"* load manufacturer and related data. - * - * @return void",GetHtmlHeadIncludes,test -MTShopManufacturerCore,Init,"* id of manufacturer. - * - * @var string|null",Init,test -MTShopManufacturerCore,Execute,@var $oConfig TdbShopManufacturerModuleConf,Execute,test -MTShopManufacturerCore,GenerateModuleNavigation,* @return void,GenerateModuleNavigation,test -MTShopManufacturerCore,_AllowCache,@var $oItem TdbShopManufacturer,_AllowCache,test -MTShopManufacturerCore,_GetCacheParameters,"* if this function returns true, then the result of the execute function will be cached. - * - * @return bool",_GetCacheParameters,test -MTShopManufacturerCore,_GetCacheTableInfos,"* return an assoc array of parameters that describe the state of the module. - * - * @return array",_GetCacheTableInfos,test -could,Init,"* the order wizard coordinates the different steps a user needs to complete to execute an order. - * Note: The class could have extended from MTWizardCore, however the shop ordering process - * was deemed so imported, that a new class was conceived to prevent changes in MTWizardCore from - * leaking into the process.",Init,test -could,Execute,* @var TdbShopOrderStep,Execute,test -could,ExecuteStep,"* return the url to the page that requested the order step. - * - * @return string",ExecuteStep,test -could,GetHtmlHeadIncludes,"* save the url in the session so we can use it later to return to the calling page. - * - * @param string $sURL - * - * @return void",GetHtmlHeadIncludes,test -could,GetHtmlFooterIncludes,"* run a method on the step. default is ExecuteStep, but can be overwritten - * by passing the parameter $sStepMethod (if null is passed, the method will try to fetch - * the value from get/post from self::URL_PARAM_STEP_METHOD = xx. - * - * @param string|null $sStepMethod - method to execute. defaults to ExecuteStep - * - * @return false|null",GetHtmlFooterIncludes,test -could,_AllowCache,"* define any head includes the step needs. - * - * @return string[]",_AllowCache,test -MTShopPageMetaCore,_GetTitle,@var $oItem TShopBreadcrumbItemArticle,_GetTitle,test -MTShopPageMetaCore,_GetCacheParameters,@var $oItem TShopBreadcrumbItemCategory,_GetCacheParameters,test -MTShopPageMetaCore,_GetCacheTableInfos,@var $oItem TShopBreadcrumbItemCategory,_GetCacheTableInfos,test -MTShopSearchFormCore,Execute,"* module used to render search forms. -/*",Execute,test -MTShopSearchFormCore,_AllowCache,* {@inheritdoc},_AllowCache,test -MTShopSearchFormCore,GetHtmlHeadIncludes,"* prevent caching if there are messages. - * - * @return bool",GetHtmlHeadIncludes,test -MTShopSearchTagsCore,Execute,"* module shows a tag cloud. -/*",Execute,test -MTShopViewMyOrderDetails,Init,* @var string,Init,test -MTShopViewMyOrderDetails,myOrderDetailHandlerFactory,* @return IPkgShopViewMyOrderDetails,myOrderDetailHandlerFactory,test -MTShopViewMyOrderDetails,GetRequirements,* {@inheritdoc},GetRequirements,test -MTShopViewMyOrderDetails,Accept,@var $viewOrderDetailHandler IPkgShopViewMyOrderDetails,Accept,test -MTShopViewMyOrderDetailsOrderObjectAsStringMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -MTShopViewMyOrderDetailsOrderObjectAsStringMapper,Accept,* {@inheritdoc},Accept,test -TPkgShopViewMyOrderDetails,__construct,* @var IPkgShopViewMyOrderDetailsDbAdapter,__construct,test -TPkgShopViewMyOrderDetails,addOrderIdToMyList,* @var IPkgShopViewMyOrderDetailsSessionAdapter,addOrderIdToMyList,test -TPkgShopViewMyOrderDetailsDbAdapter,__construct,* @var Doctrine\DBAL\Connection,__construct,test -TPkgShopViewMyOrderDetailsDbAdapter,hasOrder,* {@inheritdoc},hasOrder,test -TPkgShopViewMyOrderDetailsDbAdapter,getOrder,* {@inheritdoc},getOrder,test -TPkgShopViewMyOrderDetailsSessionAdapter,__construct,* @var Symfony\Component\HttpFoundation\Session\SessionInterface,__construct,test -TPkgShopViewMyOrderDetailsSessionAdapter,addOrderId,"* @param string $orderId - * - * @return bool",addOrderId,test -,__construct,"* @param string $orderId - * @param string|null $userId - * @return void",__construct,test -,addOrderIdToMyList,"* @param string $orderId - * @param string|null $userId - * @return bool",addOrderIdToMyList,test -,hasOrder,"* @param string $userId - * @param string $orderId - * - * @return bool",hasOrder,test -,getOrder,"* @param string $orderId - * - * @return TdbShopOrder|null",getOrder,test -,addOrderId,"* @param string $orderId - * @return void",addOrderId,test -,hasOrder,"* @param string $orderId - * @return bool",hasOrder,test -OrderPaymentInfo,__construct,* @var string,__construct,test -OrderPaymentInfo,getOrderId,* @var string,getOrderId,test -OrderPaymentInfo,getPaymentHandlerId,* @var string,getPaymentHandlerId,test -OrderPaymentInfo,getPortalId,"* @param string $orderId - * @param string $paymentHandlerId - * @param string $portalId",getPortalId,test -ShopPaymentConfigLoader,__construct,"* ShopPaymentConfigLoader loads the configuration for payment handlers. - * See the payment section in this bundle's documentation on how the configuration loading process works.",__construct,test -ShopPaymentConfigLoader,loadFromOrderId,* @var ShopPaymentConfigLoaderDataAccessInterface,loadFromOrderId,test -ShopPaymentConfigLoader,loadFromPaymentHandlerId,* @var string,loadFromPaymentHandlerId,test -ShopPaymentConfigLoader,loadFromPaymentHandlerGroupId,* @var ShopPaymentConfigProviderInterface[],loadFromPaymentHandlerGroupId,test -ShopPaymentConfigLoader,loadFromPaymentHandlerGroupSystemName,"* @param ShopPaymentConfigLoaderDataAccessInterface $shopPaymentConfigLoaderDataAccess - * @param string $defaultEnvironment One of IPkgShopOrderPaymentConfig::ENVIRONMENT_*",loadFromPaymentHandlerGroupSystemName,test -ShopPaymentConfigLoader,addConfigProvider,* {@inheritdoc},addConfigProvider,test -ShopPaymentConfigLoaderDatabaseAccess,__construct,* @var Connection,__construct,test -ShopPaymentConfigLoaderDatabaseAccess,getDataFromOrderId,* {@inheritdoc},getDataFromOrderId,test -ShopPaymentConfigLoaderDatabaseAccess,getPaymentHandlerGroupIdFromPaymentHandlerId,* {@inheritdoc},getPaymentHandlerGroupIdFromPaymentHandlerId,test -ShopPaymentConfigLoaderDatabaseAccess,getPaymentHandlerGroupIdFromSystemName,* {@inheritdoc},getPaymentHandlerGroupIdFromSystemName,test -ShopPaymentConfigLoaderDatabaseAccess,getPaymentHandlerGroupSystemNameFromId,* {@inheritdoc},getPaymentHandlerGroupSystemNameFromId,test -ShopPaymentConfigLoaderDatabaseAccess,getEnvironment,* {@inheritdoc},getEnvironment,test -ShopPaymentConfigLoaderDatabaseAccess,loadPaymentHandlerGroupConfig,* {@inheritdoc},loadPaymentHandlerGroupConfig,test -ShopPaymentConfigLoaderDatabaseAccess,loadPaymentHandlerConfig,* {@inheritdoc},loadPaymentHandlerConfig,test -ShopPaymentConfigLoaderRequestLevelCacheDecorator,__construct,* @var ShopPaymentConfigLoaderInterface,__construct,test -ShopPaymentConfigLoaderRequestLevelCacheDecorator,loadFromOrderId,* @var array,loadFromOrderId,test -ShopPaymentConfigLoaderRequestLevelCacheDecorator,loadFromPaymentHandlerId,* @param ShopPaymentConfigLoaderInterface $subject,loadFromPaymentHandlerId,test -ShopPaymentConfigLoaderRequestLevelCacheDecorator,loadFromPaymentHandlerGroupId,* {@inheritdoc},loadFromPaymentHandlerGroupId,test -ShopPaymentConfigLoaderRequestLevelCacheDecorator,loadFromPaymentHandlerGroupSystemName,* {@inheritdoc},loadFromPaymentHandlerGroupSystemName,test -ShopPaymentConfigRawValue,__construct,"* ShopPaymentConfigRawValue describes a configuration parameter that has been read from a data source, but is - * not computed yet.",__construct,test -ShopPaymentConfigRawValue,getName,@var string,getName,test -ShopPaymentConfigRawValue,getValue,@var string,getValue,test -ShopPaymentConfigRawValue,getEnvironment,@var string,getEnvironment,test -ShopPaymentConfigRawValue,getPortalId,@var string,getPortalId,test -ShopPaymentConfigRawValue,getSource,"* @var int - * @psalm-var self::SOURCE_*",getSource,test -,getDataFromOrderId,"* ShopPaymentConfigLoaderDataAccessInterface is only meant to be used by an implementation - * of ShopPaymentConfigLoaderInterface. It separates the data access from business logic in the config loader.",getDataFromOrderId,test -,getPaymentHandlerGroupIdFromPaymentHandlerId,"* Returns an object that holds all data required to create a payment handler from an order. - * - * @param string $orderId - * - * @return OrderPaymentInfo - * - * @throws DataAccessException",getPaymentHandlerGroupIdFromPaymentHandlerId,test -,getPaymentHandlerGroupIdFromSystemName,"* Returns a paymentHandlerGroupId of the payment handler group that is assigned to the payment handler with the - * given ID. - * - * @param string $paymentHandlerId - * - * @return string - * - * @throws DataAccessException",getPaymentHandlerGroupIdFromSystemName,test -,getPaymentHandlerGroupSystemNameFromId,"* Returns a paymentHandlerGroupId of the payment handler group with the given systemName. - * - * @param string $systemName - * - * @return string - * - * @throws DataAccessException",getPaymentHandlerGroupSystemNameFromId,test -,getEnvironment,"* Returns a payment handler group with the given paymentHandlerGroupId. - * - * @param string $paymentHandlerGroupId - * - * @return string - * - * @throws DataAccessException",getEnvironment,test -,loadPaymentHandlerGroupConfig,"* Returns the active environment for the payment handler group with the given paymentHandlerGroupId. - * - * @param string $paymentHandlerGroupId - * - * @return string One of the environment constants in IPkgShopOrderPaymentConfig - * - * @throws DataAccessException",loadPaymentHandlerGroupConfig,test -,loadPaymentHandlerConfig,"* Returns the raw configuration data for the payment handler group with the given paymentHandlerGroupId. - * - * @param string $paymentHandlerGroupId - * - * @return ShopPaymentConfigRawValue[] - * - * @throws DataAccessException",loadPaymentHandlerConfig,test -,loadFromOrderId,"* ShopPaymentConfigLoaderInterface defines an interface that allows loading configuration data for payment handlers and - * payment groups.",loadFromOrderId,test -,loadFromPaymentHandlerId,"* Loads a payment configuration for a given orderId. - * - * @param string $orderId - * - * @return \IPkgShopOrderPaymentConfig - * - * @throws ConfigurationException",loadFromPaymentHandlerId,test -,loadFromPaymentHandlerGroupId,"* Loads a payment configuration for a payment handler in a portal. - * - * @param string $paymentHandlerId - * @param string $portalId - * - * @return \IPkgShopOrderPaymentConfig - * - * @throws ConfigurationException",loadFromPaymentHandlerGroupId,test -,loadFromPaymentHandlerGroupSystemName,"* Loads a payment configuration for a payment group [not a payment handler!] within a portal. - * - * @param string $paymentGroupId - * @param string $portalId - * - * @return \IPkgShopOrderPaymentConfig - * - * @throws ConfigurationException",loadFromPaymentHandlerGroupSystemName,test -,getAdditionalConfiguration,"* Gets custom configuration from an arbitrary source (e.g. container configuration or config files). - * This configuration will override any configuration values of the payment handler group, and will - * itself be overridden by the payment handler configuration. - * - * @return ShopPaymentConfigRawValue[]",getAdditionalConfiguration,test -ShopPaymentHandlerDataAccessRequestLevelCacheDecorator,__construct,* @var ShopPaymentHandlerDataAccessInterface,__construct,test -ShopPaymentHandlerDataAccessRequestLevelCacheDecorator,getBarePaymentHandler,* @var array,getBarePaymentHandler,test -ShopPaymentHandlerDatabaseAccess,getBarePaymentHandler,* {@inheritdoc},getBarePaymentHandler,test -ShopPaymentHandlerFactory,__construct,* @var ShopPaymentConfigLoaderInterface,__construct,test -ShopPaymentHandlerFactory,createPaymentHandler,* @var ShopPaymentHandlerDataAccessInterface,createPaymentHandler,test -,getBarePaymentHandler,"* Returns a payment handler instance that is NOT completely initialized. The instance is only loaded from the - * database without configuration or user data being applied. - * - * @param string $paymentHandlerId - * @param string|null $languageId - * - * @return TdbShopPaymentHandler|null the payment handler or null if no handler with the given ID could be loaded",getBarePaymentHandler,test -,createPaymentHandler,* ShopPaymentHandlerFactoryInterface defines an interface for creating fully configured payment handlers.,createPaymentHandler,test -TShopDataExtranetCore,GetLinkLogout,"* returns link to current page with logout method as parameter for given spotname of extranet module if not on ""thank you"" page of order process - * otherwise it would return link to home page with logout method as parameter for given spotname. - * - * @param string $sSpotName - * - * @return string",GetLinkLogout,test -TShopDataExtranetUser,__sleep,"* shop specific extranet user extensions. -/*",__sleep,test -TShopDataExtranetUser,GetCustomerNumber,"* the article ids last viewed by the user (ie. on the detail page) will be stored here - * Note: the although the list may grow longer (the complete history will be saved for logged in users) - * we will only keep the first 100 in this list. - * - * @var array",GetCustomerNumber,test -TShopDataExtranetUser,GetUserAlias,"* the notice list (merkzettel) of the user. Note: this list is stored in session and for logged in users - * in the database. - * - * @var array",GetUserAlias,test -TShopDataExtranetUser,GetReviewsPublished,* we use the post insert hook to set the customer number.,GetReviewsPublished,test -TShopDataExtranetUser,AddArticleIdToViewHistory,* @return void,AddArticleIdToViewHistory,test -TShopDataExtranetUser,GetArticleViewHistory,"* returns the users customer number, if set. - * - * @return int",GetArticleViewHistory,test -TShopDataExtranetUser,GetNoticeListArticles,* save view history to user data...,GetNoticeListArticles,test -TShopDataExtranetUser,AddArticleIdToNoticeList,"* takes the article view history from session and merges it with the data - * in the database. this is done when the user logs in to make the history permanent. - * - * @return void",AddArticleIdToNoticeList,test -TShopDataExtranetUser,RemoveArticleFromNoticeList,"* takes the notice list from session and merges it with the data - * in the database. this is done when the user logs in to make the notice list permanent. - * - * @return void",RemoveArticleFromNoticeList,test -TShopDataExtranetUser,ValidateData,@var $oItem TdbShopUserNoticeList,ValidateData,test -TShopDataExtranetUser,GetTotalOrderValue,"* return alias for the user. - * - * @return string",GetTotalOrderValue,test -TShopDataExtranetUser,Logout,"* get all reviews that have been published. - * - * @return TdbShopArticleReviewList",Logout,test -TShopDataExtranetUser,UpdateShippingAddress,"* add an article to the view history. - * - * @param int $iArticleId - * - * @return void",UpdateShippingAddress,test -TShopDataExtranetUser,SetAddressAsShippingAddress,"* returns the ids of up to the last 100 articles viewed. - * - * @return array",SetAddressAsShippingAddress,test -TShopDataExtranetUser,ShipToAddressOtherThanBillingAddress,"* returns the of the articles on the notice list. note: we limit the notice list to 1000 items. - * - * @return array",ShipToAddressOtherThanBillingAddress,test -TShopDataExtranetUser,ShipToBillingAddress,"* add an article to the notice list. - * - * @param int $iArticleId - * @param float $iAmount - * - * @return float|false - new amount on list",ShipToBillingAddress,test -TShopDataExtranetUser,SetAddressAsBillingAddress,@var $oNoticeListItem TdbShopUserNoticeList,SetAddressAsBillingAddress,test -TShopDataExtranetUser,UpdateBillingAddress,"* save user notice list to cookie. - * - * @return void",UpdateBillingAddress,test -MTShopMyAccountCore,Execute,* @return void,Execute,test -MTShopMyAccountCore,NewsletterSubscribe,"* There are different ways of opting in into the newsletter table: - * - Subscribe on Website - * - Subscribe on MyAccount page - * - Subscribe while ordering - * This information is now put into the optincode field.",NewsletterSubscribe,test -MTShopMyAccountCore,NewsletterUnsubscribe,* @return void,NewsletterUnsubscribe,test -MTShopMyAccountCore,GetHtmlHeadIncludes,* @return never,GetHtmlHeadIncludes,test -MTShopMyAccountCore,_AllowCache,* @return string[],_AllowCache,test -TPkgRunFrontendAction_SendOrderEMail,runAction,"* @param array $aParameter - * - * @return TPkgRunFrontendActionStatus",runAction,test -,getAvailableStock,"* Loads stock record from shop_article_stock table and returns stock value. - * If the record is missing the query will fail and the method returns false. - * - * @param string $shopArticleId - * - * @return int|false may return false if the query does not find a stock record",getAvailableStock,test -,addStock,"* @param string $shopArticleId - * @param int $stock - * - * @return void",addStock,test -,setStock,"* @param string $shopArticleId - * @param int $stock - * - * @return void",setStock,test -,updateVariantParentStock,"* @param string $parentArticleId - * - * @return void",updateVariantParentStock,test -ProductStatistics,setDetailViews,@var int,setDetailViews,test -ProductStatistics,getDetailViews,@var int,getDetailViews,test -ProductStatistics,setReviewAverage,@var int,setReviewAverage,test -ProductStatistics,getReviewAverage,@var int,getReviewAverage,test -ProductStatistics,setReviews,"* @param int $detailViews - * - * @return void",setReviews,test -ProductStatistics,getReviews,* @return int,getReviews,test -ProductStatistics,setSales,"* @param int $reviewAverage - * - * @return void",setSales,test -ProductStatistics,getSales,* @return int,getSales,test -,getSales,* @return int,getSales,test -,getDetailViews,* @return int,getDetailViews,test -,getReviews,* @return int,getReviews,test -,getReviewAverage,* @return int,getReviewAverage,test -,getStats,"* @param string $articleId - * - * @return ProductStatisticsInterface",getStats,test -,add,"* @param string $articleId - * @param int $type - * @param float $amount - * @psalm-param self::TYPE_* $type - * @return void",add,test -,set,"* @param string $articleId - * @param int $type - * @param float $amount - * @psalm-param self::TYPE_* $type - * @return void",set,test -,updateAllBasedOnVariants,"* @param string $parentArticleId - * @return void",updateAllBasedOnVariants,test -ProductVariantNameGenerator,generateName,* {@inheritdoc},generateName,test -ProductVariantNameGenerator,generateNamesForAllLanguages,"* @param \TdbShopArticle $product - * @param string $variantNameType - * @param string $languageId - * - * @return string",generateNamesForAllLanguages,test -,generateName,"* Returns a variant name in the same language as the passed $product. - * - * @param \TdbShopArticle $product - * @param int $variantNameType - * - * @return string|null a variant name, or null if the product is not a variant",generateName,test -,generateNamesForAllLanguages,"* Returns a list of variant names, one for every language that is registered for field-based translation in cms_config. - * - * @param \TdbShopArticle $product - * @param int $variantNameType - * - * @return array|null a list of variant names (key = language, value = variant name), or null if the product is not a variant",generateNamesForAllLanguages,test -PaymentMethodDataAccessRuntimeCacheDecorator,__construct,* @var PaymentMethodDataAccessInterface,__construct,test -PaymentMethodDataAccessRuntimeCacheDecorator,getShippingCountryIds,* @var array,getShippingCountryIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getBillingCountryIds,* @param PaymentMethodDataAccessInterface $subject,getBillingCountryIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getPermittedUserIds,* {@inheritdoc},getPermittedUserIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getPermittedUserGroupIds,* {@inheritdoc},getPermittedUserGroupIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getPermittedArticleIds,* {@inheritdoc},getPermittedArticleIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getPermittedCategoryIds,* {@inheritdoc},getPermittedCategoryIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getPermittedArticleGroupIds,* {@inheritdoc},getPermittedArticleGroupIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getInvalidArticleIds,* {@inheritdoc},getInvalidArticleIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getInvalidCategoryIds,* {@inheritdoc},getInvalidCategoryIds,test -PaymentMethodDataAccessRuntimeCacheDecorator,getInvalidArticleGroupIds,* {@inheritdoc},getInvalidArticleGroupIds,test -ProductStatisticsServiceRuntimeCacheDecorator,__construct,* @var ProductStatisticsServiceInterface,__construct,test -ProductStatisticsServiceRuntimeCacheDecorator,getStats,* @var ProductStatisticsInterface[],getStats,test -ProductStatisticsServiceRuntimeCacheDecorator,add,* @param ProductStatisticsServiceInterface $subject,add,test -ProductStatisticsServiceRuntimeCacheDecorator,set,* {@inheritdoc},set,test -ProductStatisticsServiceRuntimeCacheDecorator,updateAllBasedOnVariants,* {@inheritdoc},updateAllBasedOnVariants,test -ShopCategoryDataAccessRuntimeCacheDecorator,__construct,* root categories do not have a parent id - so we force a key to use in the parentChildMapping.,__construct,test -ShopCategoryDataAccessRuntimeCacheDecorator,getAllActive,* @var ShopCategoryDataAccessInterface,getAllActive,test -ShopCategoryDataAccessRuntimeCacheDecorator,getActiveChildren,* @var array|null,getActiveChildren,test -ShopCategoryDataAccessRuntimeCacheDecorator,getCategory,* @var array|null,getCategory,test -ShopShippingGroupDataAccessRuntimeCacheDecorator,__construct,* @var ShopShippingGroupDataAccessInterface,__construct,test -ShopShippingGroupDataAccessRuntimeCacheDecorator,getPermittedUserIds,* @var array,getPermittedUserIds,test -ShopShippingGroupDataAccessRuntimeCacheDecorator,getPermittedUserGroupIds,* @param ShopShippingGroupDataAccessInterface $subject,getPermittedUserGroupIds,test -ShopShippingGroupDataAccessRuntimeCacheDecorator,getPermittedPortalIds,* {@inheritdoc},getPermittedPortalIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,__construct,* @var ShopShippingTypeDataAccessInterface,__construct,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedArticleGroupIds,"* @var array",getPermittedArticleGroupIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedArticleIds,* @param ShopShippingTypeDataAccessInterface $subject,getPermittedArticleIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedCategoryIds,* {@inheritdoc},getPermittedCategoryIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedPortalIds,* {@inheritdoc},getPermittedPortalIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedCountryIds,* {@inheritdoc},getPermittedCountryIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedUserGroupIds,* {@inheritdoc},getPermittedUserGroupIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getPermittedUserIds,* {@inheritdoc},getPermittedUserIds,test -ShopShippingTypeDataAccessRuntimeCacheDecorator,getAvailableShippingTypes,* {@inheritdoc},getAvailableShippingTypes,test -ShopStockMessageDataAccessRuntimeCacheDecorator,__construct,* @var ShopStockMessageDataAccessInterface,__construct,test -ShopStockMessageDataAccessRuntimeCacheDecorator,getStockMessage,* @var array,getStockMessage,test -ShopStockMessageDataAccessRuntimeCacheDecorator,getAll,* @param ShopStockMessageDataAccessInterface $subject,getAll,test -OrderStepPageService,__construct,* @var PortalAndLanguageAwareRouterInterface,__construct,test -OrderStepPageService,getLinkToOrderStepPageRelative,* @var UrlUtil,getLinkToOrderStepPageRelative,test -OrderStepPageService,getLinkToOrderStepPageAbsolute,* @var RoutingUtilInterface,getLinkToOrderStepPageAbsolute,test -,getLinkToOrderStepPageRelative,* SystemPageServiceInterface defines a service that provides methods to get information on system pages.,getLinkToOrderStepPageRelative,test -,getLinkToOrderStepPageAbsolute,"* Returns a URL to the page associated with the passed order step for the passed portal in the passed language. - * Note that this link might be absolute if it requires HTTPS access. - * - * @param TShopOrderStep $orderStep - * @param array $parameters an array of key-value parameters to add to the URL. You may also pass the 'domain' parameter - * to generate the URL for a domain other than the default. When doing this, ask an implementation - * of ChameleonSystem\CoreBundle\Util\RoutingUtilInterface::getHostRequirementPlaceholder() - * for the exact name of the domain parameter. The domain parameter has no effect if the - * resulting URL is relative. - * @param TdbCmsPortal|null $portal if null, the active portal is used - * @param TdbCmsLanguage|null $language if null, the active language is used - * - * @return string",getLinkToOrderStepPageAbsolute,test -PaymentInfoService,__construct,* @var Connection,__construct,test -PaymentInfoService,isPaymentMethodActive,* @param Connection $databaseConnection,isPaymentMethodActive,test -ProductInventoryService,getAvailableStock,* @var Connection,getAvailableStock,test -ProductInventoryService,addStock,* {@inheritdoc},addStock,test -ProductInventoryService,setStock,@var int[]|false $stock,setStock,test -ProductInventoryService,updateVariantParentStock,@var false $stock,updateVariantParentStock,test -ProductInventoryService,setDatabaseConnection,* {@inheritdoc},setDatabaseConnection,test -ProductInventoryServiceCacheProxy,__construct,* @var ProductInventoryServiceInterface,__construct,test -ProductInventoryServiceCacheProxy,getAvailableStock,"@var array",getAvailableStock,test -ProductInventoryServiceCacheProxy,addStock,* {@inheritdoc},addStock,test -ProductInventoryServiceCacheProxy,setStock,"* {@inheritdoc} - * @psalm-suppress InvalidReturnStatement - * @FIXME Returning a void return",setStock,test -ProductInventoryServiceCacheProxy,updateVariantParentStock,"* {@inheritdoc} - * @psalm-suppress InvalidReturnStatement - * @FIXME Returning a void return",updateVariantParentStock,test -ProductStatisticsService,getStats,* @var Connection,getStats,test -ProductStatisticsService,add,"* @param string $articleId - * - * @return ProductStatisticsInterface",add,test -ProductStatisticsService,set,"* @param array $row - * - * @return ProductStatistics",set,test -ProductStatisticsService,updateAllBasedOnVariants,"* @param string $articleId - * @param int $type - * @param float $amount - * @psalm-param self::TYPE_* $type - * @return void",updateAllBasedOnVariants,test -ProductStatisticsService,setDatabaseConnection,"* @param string $articleId - * @param int $type - * @param float $amount - * @psalm-param self::TYPE_* $type - * @return void",setDatabaseConnection,test -ProductVariantService,getProductBasedOnSelection,* {@inheritDoc},getProductBasedOnSelection,test -ShopSearchSuggest,__construct,* @var Connection,__construct,test -ShopSearchSuggest,getSearchSuggestions,* @param Connection $databaseConnection,getSearchSuggestions,test -ShopService,setDatabaseConnection,* @var string|null,setDatabaseConnection,test -ShopService,__construct,* @var TdbShop[] - key = portalId,__construct,test -ShopService,getActiveShop,* @var Connection,getActiveShop,test -ShopService,getShopForPortalId,* @var RequestStack,getShopForPortalId,test -ShopService,getId,* @var PortalDomainServiceInterface,getId,test -ShopService,getConfiguration,* @var ExtranetUserProviderInterface,getConfiguration,test -ShopService,getActiveProduct,"* set to true if the recalculation of the basket has been called (and set back to false once that is done. - * - * @var bool",getActiveProduct,test -ShopService,getActiveCategory,"* @param Connection $connection - * - * @return void",getActiveCategory,test -ShopService,getActiveBasket,"* @param PortalDomainServiceInterface $portalDomainService - * @param RequestStack $requestStack - * @param ExtranetUserProviderInterface $extranetUserProvider",getActiveBasket,test -ShopService,resetBasket,* @return string|null,resetBasket,test -ShopService,getBasketLink,* {@inheritdoc},getBasketLink,test -ShopService,getCheckoutLink,"* {@inheritdoc} - * - * @param null|string $cmsPortalId",getCheckoutLink,test -BasketProductAmountValidatorTest,testIsAmountValid,* @var BasketProductAmountValidator,testIsAmountValid,test -BasketProductAmountValidatorTest,getIsAmountValidData,* @var bool,getIsAmountValidData,test -SortStringTest,it_should_return_an_sort_array,* @var SortString,it_should_return_an_sort_array,test -SortStringTest,dataProviderSortRawData,"* @test - * @dataProvider dataProviderSortRawData - * - * @param $sortString - * @param $expectedArray",dataProviderSortRawData,test -StateFactoryTest,it_creates_state_object_from_user_input,* @var array,it_creates_state_object_from_user_input,test -StateFactoryTest,dataProviderUserInput,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\Interfaces\StateInterface,dataProviderUserInput,test -StateFactoryTest,it_should_create_a_state_based_on_another_state_enriched_by_default_values,* @var StateFactory,it_should_create_a_state_based_on_another_state_enriched_by_default_values,test -StateFactoryTest,dataProviderEnrichedStates,* @var ConfigurationInterface,dataProviderEnrichedStates,test -StateTest,it_should_construct_from_state_string,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\State,it_should_construct_from_state_string,test -StateTest,dataProviderStateString,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\Exceptions\StateParameterException,dataProviderStateString,test -StateTest,it_should_set_state_from_string,"* @test - * @dataProvider dataProviderStateString",it_should_set_state_from_string,test -StateTest,it_should_set_a_state,"* @test - * @dataProvider dataProviderStateString",it_should_set_a_state,test -StateTest,dataProviderStateKeyAndValue,"* @test - * @dataProvider dataProviderStateKeyAndValue",dataProviderStateKeyAndValue,test -StateTest,it_should_return_a_state_as_array,"* @test - * @dataProvider dataProviderStateArray",it_should_return_a_state_as_array,test -StateTest,dataProviderStateArray,"* @test - * @dataProvider dataProviderStateArrayWithoutQueryParameter",dataProviderStateArray,test -StateTest,it_should_return_a_state_as_array_without_query_parameter,"* @test - * @dataProvider dataProviderInputOutputStateString - * - * @param $inputStateString - * @param $queryParameter - * @param $outputStateString - * @param array $varyingParameters",it_should_return_a_state_as_array_without_query_parameter,test -StateTest,dataProviderStateArrayWithoutQueryParameter,"* @test - * @dataProvider dataProviderQueryParameter",dataProviderStateArrayWithoutQueryParameter,test -StateTest,it_should_return_the_state_as_string,"* @test - * @dataProvider dataProviderUrlQueryOutputTester - * - * @param $parameterIdentifier - * @param $stateString - * @param $queryData - * @param $expectedOutput",it_should_return_the_state_as_string,test -StateTest,dataProviderInputOutputStateString,"* @test - * @dataProvider dataProviderSetUnsetStates - * - * @param $inputStateString - * @param $valuesSet - * @param $expectedStateValues",dataProviderInputOutputStateString,test -TShopPaymentHandlerPayPalExpressTest,it_switches_zip_and_city_when_city_is_numeric_and_zip_is_not,* @test,it_switches_zip_and_city_when_city_is_numeric_and_zip_is_not,test -TShopPaymentHandlerPayPalExpressTest,it_does_not_switches_zip_and_city_when_zip_is_numeric_and_city_is_not,* @test,it_does_not_switches_zip_and_city_when_zip_is_numeric_and_city_is_not,test -TShopPaymentHandlerPayPalExpressTest,it_does_not_switch_zip_and_city_when_both_are_numeric,* @test,it_does_not_switch_zip_and_city_when_both_are_numeric,test -TdbShopArticle,it_should_keep_custom_data_even_when_serializing_and_unserializing,* @test,it_should_keep_custom_data_even_when_serializing_and_unserializing,test -TPkgShopViewMyOrderDetailsTest,it_addsAnOrderToAGuestsOrderList,"* Class TPkgShopViewMyOrderDetailsTest. - * - * @covers \TPkgShopViewMyOrderDetails",it_addsAnOrderToAGuestsOrderList,test -TPkgShopViewMyOrderDetailsTest,it_addsAnOrderToAUsersOrderList,* @var IPkgShopViewMyOrderDetailsDbAdapter|ObjectProphecy,it_addsAnOrderToAUsersOrderList,test -TPkgShopViewMyOrderDetailsTest,it_confirmsOrderInUsersOrderList,* @var IPkgShopViewMyOrderDetailsSessionAdapter|ObjectProphecy,it_confirmsOrderInUsersOrderList,test -TPkgShopViewMyOrderDetailsTest,it_confirmsOrderInGuestsOrderList,* @test,it_confirmsOrderInGuestsOrderList,test -TPkgShopViewMyOrderDetailsTest,it_deniesOrderInUsersOrderList,* @test,it_deniesOrderInUsersOrderList,test -TPkgShopViewMyOrderDetailsTest,it_deniesOrderInGuestsOrderList,* @test,it_deniesOrderInGuestsOrderList,test -ShopPaymentConfigLoaderTest,it_loads_empty_values_on_empty_configuration_in_loadFromPaymentHandlerId,* @test,it_loads_empty_values_on_empty_configuration_in_loadFromPaymentHandlerId,test -ShopPaymentConfigLoaderTest,it_loads_correct_sandbox_configuration_in_loadFromOrderId,* @test,it_loads_correct_sandbox_configuration_in_loadFromOrderId,test -ShopPaymentConfigLoaderTest,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerId,* @test,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerId,test -ShopPaymentConfigLoaderTest,it_loads_correct_sandbox_configuration_with_default_environment_in_loadFromPaymentHandlerId,* @test,it_loads_correct_sandbox_configuration_with_default_environment_in_loadFromPaymentHandlerId,test -ShopPaymentConfigLoaderTest,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerGroupId,* @test,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerGroupId,test -ShopPaymentConfigLoaderTest,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerGroupSystemName,* @test,it_loads_correct_sandbox_configuration_in_loadFromPaymentHandlerGroupSystemName,test -ShopPaymentConfigLoaderTest,it_throws_configuration_exception_on_error,* @test,it_throws_configuration_exception_on_error,test -ShopPaymentHandlerMock,getUserPaymentDataWithoutLoading,* @var array,getUserPaymentDataWithoutLoading,test -ShopPaymentHandlerMock,SetPaymentUserData,* @return array,SetPaymentUserData,test -TPkgShopPaymentIPayment_TPkgShopPaymentIPNHandler_BaseResponse,handleIPN,"* process the IPN request - the request object contains all details (payment handler, group, order etc) - * the call should return true if processing should continue, false if it is to stop. On Error it should throw an error - * extending AbstractPkgShopPaymentIPNHandlerException. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * @trows AbstractPkgShopPaymentIPNHandlerException - * - * @return bool",handleIPN,test -TPkgShopPaymentIPayment_TPkgShopPaymentIPNHandler_BaseResponse,getIPNTransactionDetails,"* return an instance of TPkgShopPaymentIPN_TransactionDetails if your IPN should trigger a transaction for the order - * (ie payment or refunds etc). if you return null, then no transaction will be triggered. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * - * @return TPkgShopPaymentIPN_TransactionDetails|null",getIPNTransactionDetails,test -CurrencyBasket,SetActivePaymentMethod,"* Reloads the active payment method on currency change, - * so that the payment method holds the payment charges in the correct currency. - * - * {@inheritdoc}",SetActivePaymentMethod,test -ChameleonSystemShopCurrencyExtension,load,* @return void,load,test -CurrencyChangedEvent,__construct,* @var string|null,__construct,test -CurrencyChangedEvent,getNewCurrencyId,* @param string|null $newCurrencyId,getNewCurrencyId,test -,getSymbol,* @return string,getSymbol,test -,getIso4217Code,* @return string,getIso4217Code,test -,formatNumber,"* @param float $value - * - * @return string",formatNumber,test -,reset,* @return void,reset,test -,getObject,* @return TdbPkgShopCurrency|false,getObject,test -,getActiveCurrencyId,"* @param bool $bUseDefaultIfNotDefinedForUser - * - * @return string|null",getActiveCurrencyId,test -TPkgShopCurrencyMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgShopCurrencyMapper,Accept,* {@inheritdoc},Accept,test -TPkgShopCurrency,GetFormattedCurrency,"* format the double value as a string. includes the currency symbol as part of the response. - * note: will not do any conversion (we assume that dValue is already in the correct currency). - * - * @param float $dValue - * - * @return string",GetFormattedCurrency,test -TPkgShopCurrency,getISO4217Code,"* return the ISO-4217 code for the currency. - * - * @return string",getISO4217Code,test -TPkgShopCurrency,GetCurrencyDisplaySymbol,"* return the symbol used to mark the currency in the shop. - * - * @return string",GetCurrencyDisplaySymbol,test -TPkgShopCurrency,SetAsActive,"* return the active currency. Currency is set defined via - * - user session - * - user cookie - * - user profile - * note: passing bReset will reset and return NOTHING. - * - * @static - * - * @return TdbPkgShopCurrency|false - * - * @deprecated use the service chameleon_system_shop_currency.shop_currency instead - * - * @param bool $bReset",SetAsActive,test -TPkgShopCurrency,Convert,@var $currencyService ShopCurrencyServiceInterface,Convert,test -TPkgShopCurrency_CMSFieldPrice,RenderFieldPostLoadString,* @return string,RenderFieldPostLoadString,test -TPkgShopCurrency_CMSFieldPrice,RenderFieldPostWakeupString,@var $oViewParser TViewParser,RenderFieldPostWakeupString,test -TPkgShopCurrency_CMSFieldPrice,RenderFieldPropertyString,"* injected into the PostWakeupHook in the auto class. - * - * @return string",RenderFieldPropertyString,test -MTPkgShopCurrencyChangeCurrencyCore,Execute,"* used to show available currencies to the user and to provide a method to change the currency. -/*",Execute,test -MTPkgShopCurrencyChangeCurrencyCore,_AllowCache,* @return void,_AllowCache,test -MTPkgShopCurrencyChangeCurrencyCore,_GetCacheParameters,"* if this function returns true, then the result of the execute function will be cached. - * - * @return bool",_GetCacheParameters,test -MTPkgShopCurrencyChangeCurrencyCore,_GetCacheTableInfos,"* return an assoc array of parameters that describe the state of the module. - * - * @return array",_GetCacheTableInfos,test -TPkgShopCurrency_PkgCmsActionPlugin,ChangeCurrency,"* @param array $aData - * @param bool $bRedirect - * @return void",ChangeCurrency,test -TPkgCmsNavigation_CurrencySelection,GetRequirements,"* add currency selection menu. -/*",GetRequirements,test -TPkgCmsNavigation_CurrencySelection,Accept,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",Accept,test -CurrencyRequestStateProvider,__construct,* @var RequestInfoServiceInterface,__construct,test -CurrencyRequestStateProvider,getStateElements,* @var ShopCurrencyServiceInterface,getStateElements,test -ShopCurrencyService,__construct,* @var RequestStack,__construct,test -ShopCurrencyService,getSymbol,* @var ExtranetUserProviderInterface,getSymbol,test -ShopCurrencyService,getIso4217Code,* {@inheritdoc},getIso4217Code,test -ShopCurrencyService,formatNumber,* {@inheritdoc},formatNumber,test -ShopCurrencyService,getObject,* {@inheritdoc},getObject,test -ShopCurrencyService,reset,* {@inheritdoc},reset,test -ShopCurrencyService,getActiveCurrencyId,* {@inheritdoc},getActiveCurrencyId,test -ShopCurrencyServiceRequestLevelCacheDecorator,__construct,* @var array,__construct,test -ShopCurrencyServiceRequestLevelCacheDecorator,getSymbol,* @var ShopCurrencyServiceInterface,getSymbol,test -ShopCurrencyServiceRequestLevelCacheDecorator,getIso4217Code,* @param ShopCurrencyServiceInterface $subject,getIso4217Code,test -ShopCurrencyServiceRequestLevelCacheDecorator,formatNumber,* {@inheritdoc},formatNumber,test -ShopCurrencyServiceRequestLevelCacheDecorator,reset,* {@inheritdoc},reset,test -ShopCurrencyServiceRequestLevelCacheDecorator,getObject,* {@inheritdoc},getObject,test -ShopCurrencyServiceRequestLevelCacheDecorator,getActiveCurrencyId,* {@inheritdoc},getActiveCurrencyId,test -TPkgShopDhlPackstation_TPkgExtranetMapper_AddressForm,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgShopDhlPackstation_DataExtranetUser,SetAddressAsBillingAddress,"* set address as new billing address... will check if the address belongs to the user. - * - * @param string $sAddressId - * - * @return TdbDataExtranetUserAddress|null|false",SetAddressAsBillingAddress,test -TPkgShopDhlPackstation_DataExtranetUser,UpdateShippingAddress,"* clear field for type change after updating address. - * - * @param array $aAddressData - * - * @return bool",UpdateShippingAddress,test -TPkgShopDhlPackstation_DataExtranetUser,fillPackStationFieldValue,"* add pack station field if missing in address data. - * - * @param array $aAddressData - * - * @return array",fillPackStationFieldValue,test -TPkgShopDhlPackstation_DataExtranetUser,DHLPackStationStatusChanged,"* check if address type status changed. - * - * @param array $aAddressData - * - * @return bool",DHLPackStationStatusChanged,test -TPkgShopDhlPackstation_DataExtranetUserAddress,SetIsDhlPackstation,"* @param bool $bIsPackstation - * @param bool $bSave set to false if you not want to save cleard fiel values - * - * @return void",SetIsDhlPackstation,test -TPkgShopDhlPackstation_DataExtranetUserAddress,GetRequiredFields,"* return array with required fields. - * - * @return string[]",GetRequiredFields,test -TPkgShopDhlPackstation_ShopStepUserDataV2,AllowedMethods,"* define any methods of the class that may be called via get or post. - * - * @return array",AllowedMethods,test -TPkgShopDhlPackstation_ShopStepUserDataV2,ChangeShippingAddressIsPackstationState,"* switch the current shipping address from being a packstation address to a normal address and back. - * - * @return void",ChangeShippingAddressIsPackstationState,test -TPkgShopDhlPackstation_ShopStepUserDataV2,ChangeSelectedAddress,"* set state of ship to billing yes/no. - * - * if the user wants shipping=billing, then we can only allow this if the new target - * - * @param string $sShipToBillingAddress - * - * @return void",ChangeSelectedAddress,test -Configuration,allowUseOfPostSearchFilter,* @return bool,allowUseOfPostSearchFilter,test -DbAdapter,getFilterableListInstanceIdOnPage,* @var Connection,getFilterableListInstanceIdOnPage,test -DbAdapter,setDatabaseConnection,"* @param string $pageId - * - * @return string|null",setDatabaseConnection,test -DbAdapter,getFilterableListInstanceSpotOnPage,@psalm-var false|non-empty-list $instanceData,getFilterableListInstanceSpotOnPage,test -,allowUseOfPostSearchFilter,* @return bool,allowUseOfPostSearchFilter,test -ChameleonSystemShopListFilterExtension,load,* @return void,load,test -,getArticleListQuery,* @return string,getArticleListQuery,test -,getArticleListFilterRelevantState,* @return array,getArticleListFilterRelevantState,test -,allowCache,* @return bool,allowCache,test -,getCacheParameter,* @return array,getCacheParameter,test -,getCacheTrigger,* @return array,getCacheTrigger,test -,getResultFactory,* @return ResultFactoryInterface,getResultFactory,test -,getListConfiguration,* @return ConfigurationInterface,getListConfiguration,test -,getArticleListState,* @return StateInterface,getArticleListState,test -,getFacets,"* @psalm-suppress UndefinedDocblockClass - * @FIXME FilterFacetInterface does not exist - is this interface still in use and if yes: What should it return? - * @return FilterFacetInterface[]",getFacets,test -AbstractPkgShopListfilterMapper_Filter,GetRequirements,* {@inheritdoc},GetRequirements,test -AbstractPkgShopListfilterMapper_Filter,Accept,* {@inheritdoc},Accept,test -TPkgShopListfilterMapper_FilterBoolean,Accept,@var $oFilterItem TPkgShopListfilterItemBoolean,Accept,test -TPkgShopListfilterMapper_FilterNumericSlider,Accept,* {@inheritdoc},Accept,test -TPkgShopListfilterMapper_FilterNumericSlider,setDisabled,@var $oFilterItem TPkgShopListfilterItemNumeric,setDisabled,test -TPkgShopListfilterMapper_FilterNumericSlider,getDisabled,@var $oActiveFilter TdbPkgShopListfilter,getDisabled,test -TPkgShopListfilterMapper_FilterNumericSlider,setMax,"* no articles - * $lowestArticlePrice = $highestArticlePrice = 0.",setMax,test -TPkgShopListfilterMapper_FilterNumericSlider,getMax,"* 1 article - * $lowestArticlePrice = $highestArticlePrice - * slider - * range (values): - * - $lowestArticlePrice (rounded down) - * - $highestArticlePrice (rounded up) - * selected (min & max): - * - $lowestArticlePrice (rounded down) - * - $highestArticlePrice (rounded up) - * - *** IGNORE url input - * disabled: - * - true - * step: - * - $highestArticlePrice (rounded up) - $lowestArticlePrice (rounded down).",getMax,test -TPkgShopListfilterMapper_FilterNumericSlider,setMin,@psalm-suppress InvalidCast,setMin,test -TPkgShopListfilterMapper_FilterNumericSlider,getMin,@psalm-suppress InvalidCast,getMin,test -TPkgShopListfilterMapper_FilterNumericSlider,setStep,@psalm-suppress InvalidCast,setStep,test -TPkgShopListfilterMapper_FilterNumericSlider,getStep,@psalm-suppress InvalidCast,getStep,test -TPkgShopListfilterMapper_FilterNumericSlider,setValueHigh,* at least 2.,setValueHigh,test -TPkgShopListfilterMapper_FilterNumericSlider,getValueHigh,@psalm-suppress InvalidCast,getValueHigh,test -TPkgShopListfilterMapper_FilterNumericSlider,setValueLow,@psalm-suppress InvalidCast,setValueLow,test -TPkgShopListfilterMapper_FilterNumericSlider,getValueLow,"* as the $stepSize is rounded - * ($lowestArticlePrice + ($stepCount * $stepSize) can be higher than the actual $highestArticlePrice - * this would mess up the behaviour between the slider and the selects. - * - * => set $highestArticlePrice based on last option element in $selectToPrice",getValueLow,test -TPkgShopListfilterMapper_FilterNumericSlider,setDisabled,"* @param float $value - * - * @return float",setDisabled,test -TPkgShopListfilterMapper_FilterNumericSlider,getDisabled,"* @param float $value - * - * @return float",getDisabled,test -TPkgShopListfilterMapper_FilterNumericSlider,setSelectedOption,"* String representation of the boolean - * @var string - * @psalm-var 'true'|'false'",setSelectedOption,test -TPkgShopListfilterMapper_FilterNumericSlider,getSelectedOption,@var int,getSelectedOption,test -TPkgShopListfilterMapper_FilterNumericSlider,setOptions,@var int,setOptions,test -TPkgShopListfilterMapper_FilterNumericSlider,addOption,@var int,addOption,test -TPkgShopListfilterMapper_FilterNumericSlider,getOptions,@var int,getOptions,test -TPkgShopListfilterMapper_FilterStandard,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgShopListfilterMapper_Variants,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopListfilterMapper_Variants,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -FilterApi,__construct,* @var DbAdapter,__construct,test -FilterApi,getArticleListQuery,* @var DbAdapterInterface,getArticleListQuery,test -FilterApi,getArticleListFilterRelevantState,* @var StateFactoryInterface,getArticleListFilterRelevantState,test -FilterApi,getListConfiguration,* @var RequestStack,getListConfiguration,test -FilterApi,allowCache,* @var ResultFactoryInterface,allowCache,test -FilterApi,getCacheParameter,* @var ConfigurationInterface,getCacheParameter,test -FilterApi,getCacheTrigger,* @var ActivePageServiceInterface,getCacheTrigger,test -FilterApi,getArticleListState,* @var string|null,getArticleListState,test -FilterApi,getResultFactory,* @var StateInterface,getResultFactory,test -TPkgShopListfilter,setListState,* @var null|array,setListState,test -TPkgShopListfilter,getListSate,* @var string,getListSate,test -TPkgShopListfilter,getActiveFilterAsQueryString,* @var array,getActiveFilterAsQueryString,test -TPkgShopListfilter,isStaticFilter,"* return the active instance based on the active category or shop config - * Attention: If list filter has configured a static filter the static filter data was added to post data - * within this function. - * - * @return TdbPkgShopListfilter|null",isStaticFilter,test -TPkgShopListfilter,setArticleListQuery,@var $filterApi FilterApiInterface,setArticleListQuery,test -TPkgShopListfilter,Render,"* @param array $listState - * @return void",Render,test -TPkgShopListfilter,GetFieldPkgShopListfilterItemList,* @return TdbPkgShopListfilter|null,GetFieldPkgShopListfilterItemList,test -TPkgShopListfilter,GetCurrentFilterAsHiddenInputFields,* @return array,GetCurrentFilterAsHiddenInputFields,test -TPkgShopListfilter,GetCurrentFilterAsArray,* @return string,GetCurrentFilterAsArray,test -TPkgShopListfilter,GetFilterValuesForFilterType,"* @param string $staticFilter - * - * @return void",GetFilterValuesForFilterType,test -TPkgShopListfilterItem,GetURLInputName,"* you need to set this to the field name you want to filter by. - * - * @var string",GetURLInputName,test -TPkgShopListfilterItem,GetActiveSettingAsHiddenInputField,"* the item list filtered by all other listfilter item aside from this one. - * - * @var TCMSRecordList|null",GetActiveSettingAsHiddenInputField,test -TPkgShopListfilterItem,GetActiveSettingAsArray,"* the current user selection for the filter. - * - * @var array|null",GetActiveSettingAsArray,test -TPkgShopListfilterItem,GetAddFilterURL,* @var bool,GetAddFilterURL,test -TPkgShopListfilterItem,SetFilteredItemList,"* {@inheritdoc} - * - * @return void",SetFilteredItemList,test -TPkgShopListfilterItem,GetOptions,"* called when an object recovers from serialization. - * - * @return void",GetOptions,test -TPkgShopListfilterItem,Render,* @return void,Render,test -TPkgShopListfilterItem,GetQueryRestrictionForActiveFilter,"* @param array|string $aData - * @psalm-param array|'' $aData - * @return array|null - Returns `null` if the resulting array would be empty or if an empty string was passed as input.",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItem,IsActive,"* overload view settings from filter-type if nothing is set in this filter-item. - * - * @return void",IsActive,test -TPkgShopListfilterItemList,__construct,"* create a new instance. - * - * @param string|null $sQuery - * @param string|null $iLanguageId",__construct,test -TPkgShopListfilterItemList,GetQueryRestriction,"* return sql condition for the current filter list. optionaly excluding the element passed. - * - * @param TdbPkgShopListfilterItem $oExcludeItem - * @param bool $bReturnAsArray - set to true if you want an array with the query parts instead of a string - * - * @return string|string[] - * @psalm-return ($bReturnAsArray is true ? string[] : string)",GetQueryRestriction,test -TPkgShopListfilterItemList,GetListSettingAsInputFields,"* return the setting of the list element as input fields (hidden). - * - * @return string",GetListSettingAsInputFields,test -TPkgShopListfilterItemList,GetListSettingAsArray,"* return the setting of the list element as input fields (hidden). - * - * @return array",GetListSettingAsArray,test -TPkgShopListfilterItemBoolean,GetActiveValue,"* return the current active value (0 or 1). if none is set, we will return 0. - * - * @return int - * @psalm-suppress InvalidReturnType, InvalidReturnStatement - * @FIXME We can't be sure that the return type is `int`. Better add a cast here.",GetActiveValue,test -TPkgShopListfilterItemCategoryTree,GetTreeFromValueList,"* you need to set this to the table name of the connected table. - * - * @var string",GetTreeFromValueList,test -TPkgShopListfilterItemIsNew,GetQueryRestrictionForActiveFilter,"* you need to set this to the field name you want to filter by. - * - * @var string",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemIsOnStock,GetOptions,"* you need to set this to the field name you want to filter by. - * - * @var string",GetOptions,test -TPkgShopListfilterItemIsOnStock,GetQueryRestrictionForActiveFilter,"* return option as assoc array (name=>count). - * - * @return array",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemIsReduced,GetOptions,"* you need to set this to the field name you want to filter by. - * - * @var string",GetOptions,test -TPkgShopListfilterItemIsReduced,ArticleIsReduced,"* return option as assoc array (name=>count). - * - * @return array",ArticleIsReduced,test -TPkgShopListfilterItemIsReduced,GetQueryRestrictionForActiveFilter,"* @param string $sFieldName - * @param string $sValue - * @param array $aRow - * @return string - * - * @psalm-return '0'|'1'",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemLevelTree,GetRenderedCategoryTree,"* you need to set this to the table name of the connected table. - * - * @var string",GetRenderedCategoryTree,test -TPkgShopListfilterItemManufacturer,GetQueryRestrictionForActiveFilter,"* you need to set this to the table name of the connected table. - * - * @var string",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemManufacturer,GetOptions,"* you need to set this to the field name in the article table (note: the field is not derived from - * the table name since this may differ). - * - * @var string",GetOptions,test -TPkgShopListfilterItemMultiselect,IsSelected,"* you need to set this to the table name of the connected table. - * - * @var string",IsSelected,test -TPkgShopListfilterItemMultiselect,IsActiveFilter,"* you need to set this to the field name in the article table (note: the field is not derived from - * the table name since this may differ). - * - * @var string",IsActiveFilter,test -TPkgShopListfilterItemMultiselect,GetOptions,"* return true if the item is selected. - * - * @param string $sItemName - * - * @return bool",GetOptions,test -TPkgShopListfilterItemMultiselect,GetQueryRestrictionForActiveFilter,"* return true if a item is selected. - * - * @return bool",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemMultiselect,GetActiveSettingAsHiddenInputField,"* return option as assoc array (name=>count). - * - * @return array",GetActiveSettingAsHiddenInputField,test -TPkgShopListfilterItemMultiselectMLT,GetQueryRestrictionForActiveFilter,"* return the query restriction for active filter. returns false if there - * is no active restriction for this item. - * - * @return string|null",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemMultiselectMLT,GetOptions,@var string|null $sQuery,GetOptions,test -TPkgShopListfilterItemMultiselectPropertyTable,GetOptions,"* return option as assoc array (name=>count). - * - * @return array",GetOptions,test -TPkgShopListfilterItemNumeric,GetActiveStartValue,"* return active start value. - * - * @return float|false",GetActiveStartValue,test -TPkgShopListfilterItemNumeric,GetActiveEndValue,"* return active end value. - * - * @return float|false",GetActiveEndValue,test -TPkgShopListfilterItemNumeric,GetActiveSettingAsHiddenInputField,"* return setting of element as hidden input fields. - * - * @return string",GetActiveSettingAsHiddenInputField,test -TPkgShopListfilterItemNumeric,GetQueryRestrictionForActiveFilter,"* return the query restriction for active filter. returns false if there - * is no active restriction for this item. - * - * @return string",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemPriceSlider,GetOptions,"* return option as assoc array (name=>count). - * - * @return array",GetOptions,test -TPkgShopListfilterItemShopAttributeList,GetOptions,"* possible filter config defines. - * - * PKG_SHOP_LISTFILTER_ENABLE_COUNT_PER_FILTER_ITEM -> set to true if you want a count per filter option - * - * PKG_SHOP_LISTFILTER_ATTRIBUTE_FILTER_SELECT_VARIANTS -> set to true if you want the filter to include variants - * - * PKG_SHOP_LISTFILTER_ATTRIBUTE_FILTER_SELECT_VARIANTS_PARENTS -> set to true if you want to include variants and - * show only parent articles in list. If false you have to show variants in article list. - * - * /*",GetOptions,test -TPkgShopListfilterItemShopAttributeList,GetQueryRestrictionForActiveFilter,"* you need to set this to the table name of the connected table. - * - * @var string",GetQueryRestrictionForActiveFilter,test -TPkgShopListfilterItemShopAttributeNumeric,GetActiveStartValue,"* you need to set this to the table name of the connected table. - * - * @var string",GetActiveStartValue,test -TPkgShopListfilterItemShopAttributeNumeric,GetActiveEndValue,"* you need to set this to the field name in the article table (note: the field is not derived from - * the table name since this may differ). - * - * @var string",GetActiveEndValue,test -TPkgShopListfilterItemShopAttributeNumeric,GetMinValue,"* return active start value. - * - * @return float|false",GetMinValue,test -TPkgShopListfilterItemShopAttributeNumeric,GetMaxValue,"* return active end value. - * - * @return float|false",GetMaxValue,test -used,GetItemName,"* base class used to select from a specific variant type. -/*",GetItemName,test -used,GetQueryRestrictionForActiveFilter,"* you need to set this to the table name of the connected table. - * - * @var string",GetQueryRestrictionForActiveFilter,test -used,GetOptions,"* you need to set this to the field name in the article table (note: the field is not derived from - * the table name since this may differ). - * - * @var string",GetOptions,test -used,getVariantTypeIds,* @var string,getVariantTypeIds,test -used,GetAddFilterURL,"* base class used to select from a specific variant type. -/*",GetAddFilterURL,test -TCMSTableEditor_PkgShopListfilterItem,ProcessFieldsBeforeDisplay,* @property TdbPkgShopListfilterItem $oTable,ProcessFieldsBeforeDisplay,test -MTPkgShopListfilterCore,__construct,* @var FilterApiInterface,__construct,test -MTPkgShopListfilterCore,Init,"* if this function returns true, then the result of the execute function will be cached. - * - * @return bool",Init,test -MTPkgShopListfilterCore,Execute,"* return an assoc array of parameters that describe the state of the module. - * - * @return array",Execute,test -MTPkgShopListfilterCore,_AllowCache,"* if the content that is to be cached comes from the database (as ist most often the case) - * then this function should return an array of assoc arrays that point to the - * tables and records that are associated with the content. one table entry has - * two fields: - * - table - the name of the table - * - id - the record in question. if this is empty, then any record change in that - * table will result in a cache clear. - * - * @return array",_AllowCache,test -MTPkgShopListfilterCore,_GetCacheParameters,* @return string[],_GetCacheParameters,test -ResultModification,apply,"* @param ResultInterface $result - * @param array $configuration - * @param int $filterDepth - * - * @return ResultInterface",apply,test -ResultModification,applyState,"* @return bool - * - * @param int $filterDepth",applyState,test -StateRequestExtractor,extract,* {@inheritDoc},extract,test -TPkgShopListfilter_TShopCategory,GetFieldPkgShopListfilterIdRecursive,"* returns the ID of the Listfilter for that is set for this category or one of its ancestors. - * - * @return string",GetFieldPkgShopListfilterIdRecursive,test -TPkgShopListfilter_TShopModuleArticleListFilter,GetListQuery,* @var bool,GetListQuery,test -Select,setDisabled,@var bool,setDisabled,test -Select,getDisabled,@var int[],getDisabled,test -Select,setSelectedOption,@var int,setSelectedOption,test -Select,getSelectedOption,"* @param bool $disabled - * - * @return Select",getSelectedOption,test -Select,setOptions,* @return bool,setOptions,test -Select,addOption,"* @param int $selectedOption - * - * @return Select",addOption,test -Select,getOptions,* @return int,getOptions,test -Slider,setDisabled,"* @var string - * @psalm-var 'true'|'false' - * String representation of the disabled state.",setDisabled,test -Slider,getDisabled,@var int,getDisabled,test -Slider,setMax,@var int,setMax,test -Slider,getMax,@var int,getMax,test -Slider,setMin,@var int,setMin,test -Slider,getMin,@var int,getMin,test -Slider,setStep,"* @param bool $disabled - * - * @return Slider",setStep,test -Slider,getStep,"* @return string - * @psalm-return 'true'|'false'",getStep,test -Slider,setValueHigh,"* @param int $max - * - * @return Slider",setValueHigh,test -Slider,getValueHigh,* @return int,getValueHigh,test -Slider,setValueLow,"* @param int $min - * - * @return Slider",setValueLow,test -Slider,getValueLow,* @return int,getValueLow,test -TPkgShopNewsletterSignupWithOrder_TShopOrder,CreateOrderInDatabaseCompleteHook,"* method can be used to modify the data saved to order before the save is executed. - * - * @param TShopBasket $oBasket - * @param array $aOrderData - * - * @return void",CreateOrderInDatabaseCompleteHook,test -TPkgShopNewsletterSignupWithOrder_TShopBasket,getUserSelectedNewsletterOptionInOrderStep,* @var bool,getUserSelectedNewsletterOptionInOrderStep,test -TPkgShopNewsletterSignupWithOrder_TShopBasket,setUserSelectedNewsletterOptionInOrderStep,* @return bool,setUserSelectedNewsletterOptionInOrderStep,test -ChameleonSystemShopOrderStatusExtension,load,* @return void,load,test -ChameleonSystemShopOrderStatusExtension,prepend,"* {@inheritdoc} - * - * @return void",prepend,test -TPkgShopOrderStatusException_OrderStatusCodeNotFound,setShopId,* @var string|null,setShopId,test -TPkgShopOrderStatusException_OrderStatusCodeNotFound,getShopId,* @var string|null,getShopId,test -TPkgShopOrderStatusException_OrderStatusCodeNotFound,setStatusCode,"* @param string|null $shopId - * - * @return $this",setStatusCode,test -TPkgShopOrderStatusException_OrderStatusCodeNotFound,getStatusCode,* @return string|null,getStatusCode,test -TPkgShopOrderStatusException_OrderStatusCodeNotFound,__toString,"* @param string|null $statusCode - * - * @return $this",__toString,test -TPkgShopOrderStatusException_PostOrderStatusAddedExceptions,setOrderStatus,* @var TPkgCmsException[],setOrderStatus,test -TPkgShopOrderStatusException_PostOrderStatusAddedExceptions,getOrderStatus,* @var TdbShopOrderStatus,getOrderStatus,test -TPkgShopOrderStatusException_PostOrderStatusAddedExceptions,setExceptionList,"* @param TdbShopOrderStatus $orderStatus - * - * @return $this",setExceptionList,test -TPkgShopOrderStatusException_PostOrderStatusAddedExceptions,getExceptionList,* @return TdbShopOrderStatus,getExceptionList,test -TPkgShopOrderStatusException_PostOrderStatusAddedExceptions,__toString,"* @param TPkgCmsException[] $exceptionList - * - * @return $this",__toString,test -,getDataAsTdbArray,"* interface IPkgShopOrderStatusData. - * - * any item that abstracts a TdbObject needs to implement this - * the idea is, to remove the business logic from the TdbObjects - and abstract the data needed for that away from Tdb as well. Tdb is then only used as - * storage. This interface defines how the data is mapped between the two",getDataAsTdbArray,test -TPkgShopOrderStatusMapper_Status,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopOrderStatusMapper_Status,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -TPkgShopOrderStatusManagerEndPoint,setLogger,"* @var IPkgCmsCoreLog - * - * @deprecated since 6.3.0",setLogger,test -TPkgShopOrderStatusManagerEndPoint,addStatus,"* @param IPkgCmsCoreLog $logger - * - * @deprecated since 6.3.0 - is not supported anymore; use only getShopLogger() or do your own logging - * - * @return void",addStatus,test -TPkgShopOrderStatusManagerEndPoint,sendStatusMailToCustomer,"* @return IPkgCmsCoreLog - * - * @deprecated since 6.3.0 - use getShopLogger() instead",sendStatusMailToCustomer,test -TPkgShopOrderStatusDataEndPoint,__construct,* @var TdbShopOrder,__construct,test -TPkgShopOrderStatusDataEndPoint,setInfo,* @var string,setInfo,test -TPkgShopOrderStatusDataEndPoint,setOrder,* @var TdbShopOrderStatusCode,setOrder,test -TPkgShopOrderStatusDataEndPoint,setShopOrderStatusCode,* @var int,setShopOrderStatusCode,test -TPkgShopOrderStatusDataEndPoint,setStatusTimestamp,* @var string|null,setStatusTimestamp,test -TPkgShopOrderStatusDataEndPoint,addItem,* @var TPkgShopOrderStatusItemData[],addItem,test -TPkgShopOrderStatusDataEndPoint,getInfo,@var null | \Symfony\Component\HttpFoundation\ParameterBag,getInfo,test -TPkgShopOrderStatusDataEndPoint,getOrder,"* @param TdbShopOrder $order - * @param string $shopOrderStatusCode - system_name of shop_order_status_code - * @param int $iStatusTimestamp - * @param string|null $info",getOrder,test -TPkgShopOrderStatusDataEndPoint,getShopOrderStatusCode,"* @param string|null $info - * - * @return $this",getShopOrderStatusCode,test -TPkgShopOrderStatusDataEndPoint,getStatusTimestamp,"* @param \TdbShopOrder $shopOrder - * - * @return $this",getStatusTimestamp,test -TPkgShopOrderStatusDataEndPoint,getItems,"* @param string $shopOrderStatusCode - * - * @return $this",getItems,test -TPkgShopOrderStatusDataEndPoint,getShopOrderStatusCodeObject,"* @param int $statusTimestamp - * - * @return $this",getShopOrderStatusCodeObject,test -TPkgShopOrderStatusDataEndPoint,getStatusData,"* @param TPkgShopOrderStatusItemData $item - * - * @return $this",getStatusData,test -TPkgShopOrderStatusDataEndPoint,setStatusData,* @return string|null,setStatusData,test -TPkgShopOrderStatusDataEndPoint,getDataAsTdbArray,* @return \TdbShopOrder,getDataAsTdbArray,test -TPkgShopOrderStatusItemDataEndPoint,__construct,* @var string,__construct,test -TPkgShopOrderStatusItemDataEndPoint,getShopOrderItemId,* @var int,getShopOrderItemId,test -TPkgShopOrderStatusItemDataEndPoint,getAmount,"* @param string $shopOrderItemId - * @param int $amount",getAmount,test -TPkgShopOrderStatusItemDataEndPoint,setAmount,* @return string,setAmount,test -TPkgShopOrderStatusItemDataEndPoint,setShopOrderItemId,* @return int,setShopOrderItemId,test -TPkgShopOrderStatusItemDataEndPoint,getDataAsTdbArray,"* @param int $amount - * - * @return $this",getDataAsTdbArray,test -TPkgRunFrontendAction_SendOrderStatusEMail,runAction,"* @param array $aParameter - * - * @return TPkgRunFrontendActionStatus|TdbShopOrderStatus - * - * @psalm-suppress UndefinedPropertyAssignment - * @FIXME Properties `sMessage` and `sMessageType` do not exist on `TdbShopOrderStatus`",runAction,test -TPkgShopBasketMapper_TelephoneOrder,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopBasketMapper_TelephoneOrder,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgShopBasketMapper_TelephoneOrderForm,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopBasketMapper_TelephoneOrderForm,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -MTPkgShopOrderViaPhone_MTShopOrderWizard,Init,* @return void,Init,test -ChameleonSystemShopPaymentIPNExtension,load,"* {@inheritdoc} - * - * @return void",load,test -AbstractPkgShopPaymentIPNException,__toString,"* @return string - * @psalm-return class-string",__toString,test -TPkgShopPaymentIPNException_OrderHasNoPaymentGroup,__construct,* @var string,__construct,test -TPkgShopPaymentIPNException_OrderHasNoPaymentGroup,__toString,"* @param string $sOrderId - * @param string $message - * @param int $code - * @param Exception|null $previous",__toString,test -TPkgShopPaymentIPNException_OrderHasNoPaymentGroup,getOrderId,* @return string,getOrderId,test -TPkgShopPaymentIPNException_InvalidIP,__construct,@var string,__construct,test -TPkgShopPaymentIPNException_InvalidIP,__toString,"* @param string $sRequestIP - * @param TPkgShopPaymentIPNRequest $oRequest - * @param string $message - * @param int $code - * @param Exception|null $previous",__toString,test -TPkgShopPaymentIPNException_InvalidIP,getResponseHeader,"* the header to return to the caller. - * - * @return string",getResponseHeader,test -TPkgShopPaymentIPNException_InvalidIP,getRequestIP,* @return string,getRequestIP,test -TPkgShopPaymentIPNException_OrderNotFound,__construct,@var string|null,__construct,test -TPkgShopPaymentIPNException_OrderNotFound,__toString,"* @param string|null $iOrderCmsIdent - * @param TPkgShopPaymentIPNRequest $oRequest - * @param string $message - * @param int $code - * @param Exception|null $previous",__toString,test -TPkgShopPaymentIPNException_OrderNotFound,getResponseHeader,"* the header to return to the caller. - * - * @return string",getResponseHeader,test -TPkgShopPaymentIPNException_OrderNotFound,getOrderCmsIdent,* @return string|null,getOrderCmsIdent,test -TPkgShopPaymentIPNException_RequestError,__construct,* @var TPkgShopPaymentIPNRequest|null,__construct,test -TPkgShopPaymentIPNException_RequestError,__toString,"* @param TPkgShopPaymentIPNRequest $oRequest - * @param string $message - * @param int $code - * @param Exception $previous",__toString,test -TPkgShopPaymentIPNException_RequestError,getResponseHeader,"* the header to return to the caller. - * - * @return string",getResponseHeader,test -TPkgShopPaymentIPNException_RequestError,getRequest,* @return TPkgShopPaymentIPNRequest|null,getRequest,test -TPkgShopPaymentIPNException_SystemError,getResponseHeader,"* the header to return to the caller. - * - * @return string",getResponseHeader,test -,handleIPN,"* process the IPN request - the request object contains all details (payment handler, group, order etc) - * the call should return true if processing should continue, false if it is to stop. On Error it should throw an error - * extending AbstractPkgShopPaymentIPNHandlerException. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * @trows AbstractPkgShopPaymentIPNHandlerException - * - * @return bool",handleIPN,test -,getIPNTransactionDetails,"* return an instance of TPkgShopPaymentIPN_TransactionDetails if your IPN should trigger a transaction for the order - * (ie payment or refunds etc). if you return null, then no transaction will be triggered. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * - * @return TPkgShopPaymentIPN_TransactionDetails|null",getIPNTransactionDetails,test -TPkgShopPaymentIPNManager,getIPNURL,"* @param TdbCmsPortal $portal - * @param TdbShopOrder $order - * - * @throws TPkgShopPaymentIPNException_OrderHasNoPaymentGroup - * - * @return string",getIPNURL,test -TPkgShopPaymentIPNRequest,__construct,* @var string,__construct,test -TPkgShopPaymentIPNRequest,isIPNRequest,* @var array,isIPNRequest,test -TPkgShopPaymentIPNRequest,getIpnStatus,* @var TdbShopPaymentHandlerGroup|null,getIpnStatus,test -TPkgShopPaymentIPNRequest,parseRequest,* @var TdbShopOrder|null,parseRequest,test -TPkgShopPaymentIPNRequest,allowRequestFromIP,* @var TdbShopPaymentHandler|IPkgShopPaymentIPNHandler,allowRequestFromIP,test -TPkgShopPaymentIPNRequest,getRequestURL,* @var TdbPkgShopPaymentIpnStatus,getRequestURL,test -TPkgShopPaymentIPNRequest,getRequestPayload,"* @param string $sURL - * @param array $aRequestPayload",getRequestPayload,test -TPkgShopPaymentIPNRequest,getPaymentHandlerGroup,"* @param array $aRequestPayload - * @param null|string $sSourceCharset - * - * @return array",getPaymentHandlerGroup,test -TPkgShopPaymentIPNRequest,getOrder,* @return bool,getOrder,test -TPkgShopPaymentIPNRequest,getPaymentHandler,* @return TdbPkgShopPaymentIpnStatus|null,getPaymentHandler,test -TPkgShopPaymentIpnMessage,replayIPN,"* @return true|string - response string if exists, `true` otherwise",replayIPN,test -TPkgShopPaymentIpnTrigger,runTrigger,"* @param TdbPkgShopPaymentIpnMessageTrigger $oMessageTrigger - * - * @return void",runTrigger,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,isValidIP,"* return true if the ip may send IPN to this payment type. - * - * @param string $sIP - * - * @return bool",isValidIP,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,handleIPN,"* process the IPN request - the request object contains all details (payment handler, group, order etc) - * the call should return true if processing should continue, false if it is to stop. On Error it should throw an error - * extending AbstractPkgShopPaymentIPNHandlerException. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * - * @trows AbstractPkgShopPaymentIPNHandlerException - * - * @return void",handleIPN,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,validateIPNRequestData,@var $oHandler IPkgShopPaymentIPNHandler,validateIPNRequestData,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,getOrderFromRequestData,"* extend this method if you want to do things for incoming ipn. - * - * @param TPkgShopPaymentIPNRequest $oRequest - * - * @return void",getOrderFromRequestData,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,processRawRequestData,"* trigger transaction for the order based on the IPN. - * - * @param IPkgShopPaymentIPNHandler $oHandler - * @param TPkgShopPaymentIPNRequest $oRequest - * - * @return void",processRawRequestData,test -TPkgShopPaymentIPN_TPkgShopPaymentHandlerGroup,getIPNStatus,"* return an array with names of payment handler (classes that implement IPkgShopPaymentIPNHandler). - * - * @return array",getIPNStatus,test -TPkgShopPaymentIPN_TCMSSmartURLHandler,GetPageDef,* @return Request|null,GetPageDef,test -TPkgShopPaymentIPN_TCMSTableEditor_PkgShopPaymentIpnMessage,DefineInterface,* adds table-specific buttons to the editor (add them directly to $this->oMenuItems).,DefineInterface,test -TPkgShopPaymentIPN_TCMSTableEditor_PkgShopPaymentIpnMessage,ReplayIPN,* @return void,ReplayIPN,test -TPkgShopPaymentIPN_TShopOrder,hasIPNStatusCode,"* returns true if the status code has been sent as an IPN for the order. - * - * @param string $sStatusCode - * - * @return bool",hasIPNStatusCode,test -is,__construct,"* the class is used to transfer data from an IPN to a pkgShopPaymentTransaction - * Class TPkgShopPaymentIPN_TransactionDetails.",__construct,test -is,getAmount,@var float,getAmount,test -is,getContext,"* @var string - * @psalm-var TPkgShopPaymentTransactionManager::TRANSACTION_TYPE_*",getContext,test -is,getTransactionType,@var string,getTransactionType,test -is,getSequenceNumber,@var string,getSequenceNumber,test -is,getTransactionTimestamp,@var int,getTransactionTimestamp,test -is,getResultingBalance,@var float|null,getResultingBalance,test -is,setResultingBalance,"@var array",setResultingBalance,test -is,setAdditionalData,"* @param float $amount - * @param string $transactionType - must be a valid type (one of TPkgShopPaymentTransactionManager::TRANSACTION_TYPE_*) - * @param string $context - a string explaining what caused the transaction - * @param string $sequenceNumber - * @param int $iTransactionTimestamp - * @param float $dBalance - if the IPN sends you a balance (amount remaining after transaction) then you can pass it here - * - * @psalm-param TPkgShopPaymentTransactionManager::TRANSACTION_TYPE_* $transactionType",setAdditionalData,test -is,getAdditionalData,* @return float,getAdditionalData,test -ChameleonSystemShopPaymentTransactionExtension,load,"* {@inheritdoc} - * - * @return void",load,test -,paymentTransactionHandlerFactory,"* payment handler that implement this interface will route payment transactions through an instance of PaymentTransactionHandlerInterface. - * - * - * Interface PaymentHandlerWithTransactionSupportInterface",paymentTransactionHandlerFactory,test -,isCaptureOnShipment,"* @param string $portalId - * - * @return PaymentTransactionHandlerInterface",isCaptureOnShipment,test -,__construct,"* @param \IPkgShopOrderPaymentConfig $config - * - * @throws \InvalidArgumentException",__construct,test -,captureOrder,"* if the request results in a payment (capture) and not just in an authorization for a later capture, then the method - * must create a transaction and return it. - * - * @param \TPkgShopPaymentTransactionManager $transactionManager - * @param \TdbShopOrder $order - * - * @return \TdbPkgShopPaymentTransaction|null - * - * @throws \TPkgCmsException_LogAndMessage",captureOrder,test -,captureShipment,"* on success a transaction is created and returned by the method. - * - * @param \TPkgShopPaymentTransactionManager $transactionManager - * @param \TdbShopOrder $order - * @param float $value - the value to capture (should be >0) - * @param array $orderItemList - assoc array [shop_order_item_id] = [quantity] - * @param string $invoiceNumber - 16 char id shown on the payment statement of the buy (usually the order number or the bill number). will be passed to AmazonPaymentGroupConfig::getSellerAuthorizationNote - * - * @return \TdbPkgShopPaymentTransaction - * - * @throws \TPkgCmsException_LogAndMessage",captureShipment,test -,refund,"* on success a transaction is created and returned by the method. - * - * @param \TPkgShopPaymentTransactionManager $transactionManager - * @param \TdbShopOrder $order - * @param float $value - the value to refund (should be >0) - * @param string $invoiceNumber - 16 char id shown on the payment statement of the buy (usually the order number or the bill number). will be passed to AmazonPaymentGroupConfig::getSellerAuthorizationNote - * @param string $sellerRefundNote - a reason for the refund - * @param array $orderItemList - assoc array [shop_order_item_id] = [quantity] - * - * @return \TdbPkgShopPaymentTransaction[] - * - * @throws \TPkgCmsException_LogAndMessage",refund,test -,cancelOrder,"* cancel any pending transactions with the payment provider (if the api of the payment provider allows for that) (will NOT cancel the order in the shop itself). - * - * @param \TPkgShopPaymentTransactionManager $transactionManager - * @param \TdbShopOrder $order - * @param string $cancellationReason - * - * @throws \TPkgCmsException_LogAndMessage - * - * @return void",cancelOrder,test -,getProductsCaptureOnOrderCreation,"* @param TdbShopOrder $order - * @param bool $isCaptureOnShipment - * - * @return array key = order item id, value = amount",getProductsCaptureOnOrderCreation,test -,getProductsCaptureOnShipping,"* @param TdbShopOrder $order - * @param bool $isCaptureOnShipment - * - * @return array key = order item id, value = amount",getProductsCaptureOnShipping,test -,allowProductCaptureOnShipment,"* @param TdbShopOrderItem $orderedProduct - * - * @return bool",allowProductCaptureOnShipment,test -TPkgShopPaymentTransactionMapper_CollectionFormForOrder,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopPaymentTransactionMapper_CollectionFormForOrder,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapperVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager",Accept,test -TPkgShopPaymentTransactionContextEndPoint,__construct,* @var string,__construct,test -TPkgShopPaymentTransactionContextEndPoint,getContext,* @var TdbDataExtranetUser,getContext,test -TPkgShopPaymentTransactionContextEndPoint,getExtranetUser,* @var string|null,getExtranetUser,test -TPkgShopPaymentTransactionContextEndPoint,getIp,* @param string $sContext,getIp,test -TPkgShopPaymentTransactionDataEndPoint,__construct,* @var TdbShopOrder,__construct,test -TPkgShopPaymentTransactionDataEndPoint,setOrder,* @var float,setOrder,test -TPkgShopPaymentTransactionDataEndPoint,setConfirmed,* @var string - one of self::TYPE_*,setConfirmed,test -TPkgShopPaymentTransactionDataEndPoint,setConfirmedTimestamp,* @var TPkgShopPaymentTransactionContext,setConfirmedTimestamp,test -TPkgShopPaymentTransactionDataEndPoint,setContext,* @var bool,setContext,test -TPkgShopPaymentTransactionDataEndPoint,addItem,* @var int,addItem,test -TPkgShopPaymentTransactionDataEndPoint,setSequenceNumber,* @var int,setSequenceNumber,test -TPkgShopPaymentTransactionDataEndPoint,setTotalValue,* @var array of TPkgShopPaymentTransactionItemData,setTotalValue,test -TPkgShopPaymentTransactionDataEndPoint,setType,"* use $this->addRequirement to add the requirements of the container. - * - * @return",setType,test -TPkgShopPaymentTransactionDataEndPoint,getConfirmed,"* @param TdbShopOrder $oOrder - * @param string $type - must be one of self::TYPE_*",getConfirmed,test -TPkgShopPaymentTransactionDataEndPoint,getConfirmedTimestamp,"* @param \TdbShopOrder $order - * - * @return $this",getConfirmedTimestamp,test -TPkgShopPaymentTransactionDataEndPoint,getContext,"* @param bool $confirmed - * - * @return $this",getContext,test -TPkgShopPaymentTransactionDataEndPoint,getItems,"* @param int $confirmedTimestamp - * - * @return $this",getItems,test -TPkgShopPaymentTransactionDataEndPoint,getSequenceNumber,"* @param \TPkgShopPaymentTransactionContext $context - * - * @return $this",getSequenceNumber,test -TPkgShopPaymentTransactionDataEndPoint,getTotalValue,"* @param TPkgShopPaymentTransactionItemData $item - * - * @return $this",getTotalValue,test -TPkgShopPaymentTransactionDataEndPoint,getType,"* @param int $sequenceNumber - * - * @return $this",getType,test -TPkgShopPaymentTransactionDataEndPoint,getOrder,"* @param float $totalValue - * - * @return $this",getOrder,test -TPkgShopPaymentTransactionDataEndPoint,getTotalValueForItemType,"* @param string $type - * - * @return $this",getTotalValueForItemType,test -TPkgShopPaymentTransactionItemDataEndPoint,setValue,* @var int,setValue,test -TPkgShopPaymentTransactionItemDataEndPoint,setAmount,* @var float,setAmount,test -TPkgShopPaymentTransactionItemDataEndPoint,setOrderItemId,* @var string,setOrderItemId,test -TPkgShopPaymentTransactionItemDataEndPoint,setType,* @var string,setType,test -TPkgShopPaymentTransactionItemDataEndPoint,getValue,* @var TdbShopOrderItem|null,getValue,test -TPkgShopPaymentTransactionItemDataEndPoint,getAmount,"* @param float $value - * - * @return $this",getAmount,test -TPkgShopPaymentTransactionItemDataEndPoint,getOrderItemId,"* @param int $amount - * - * @return $this",getOrderItemId,test -TPkgShopPaymentTransactionItemDataEndPoint,getOrderItem,"* @param string $orderItemId - * - * @return $this",getOrderItem,test -TPkgShopPaymentTransactionItemDataEndPoint,getType,"* @param string $type - must be one of self::TYPE_* - * - * @return $this",getType,test -TPkgShopPaymentTransactionManagerEndPoint,__construct,* @param TdbShopOrder $oOrder,__construct,test -TPkgShopPaymentTransactionManagerEndPoint,addTransaction,"* important: the transaction will go through no matter what - make sure you validate the amount using getMaxAllowedValueFor - * before calling this method. - * - * @param TPkgShopPaymentTransactionData $transactionData - * - * @return TdbPkgShopPaymentTransaction",addTransaction,test -TPkgShopPaymentTransactionManagerEndPoint,deleteTransaction,@var SecurityHelperAccess $securityHelper,deleteTransaction,test -TPkgShopPaymentTransactionManagerEndPoint,confirmTransactionById,@var TPkgShopPaymentTransactionItemData $oItem,confirmTransactionById,test -TPkgShopPaymentTransactionManagerEndPoint,confirmTransaction,"* @param TdbPkgShopPaymentTransaction $transaction - * - * @return void",confirmTransaction,test -TPkgShopPaymentTransactionManagerEndPoint,confirmTransactionObject,"* searches for a transaction with matching id number and confirms it. returns the transaction if found, null if not. - * - * @param string $transactionId - * @param int $iConfirmedDate - * - * @return TdbPkgShopPaymentTransaction|null",confirmTransactionObject,test -TPkgShopPaymentTransactionManagerEndPoint,getTransactionBalance,"* searches for a transaction with matching sequence number and confirms it. returns the transaction if found, null if not. - * - * @param int $iSequenceNumber - * @param int $iConfirmedDate - unix timestamp - * - * @return \TdbPkgShopPaymentTransaction|null",getTransactionBalance,test -TPkgShopPaymentTransactionManagerEndPoint,getMaxAllowedValueFor,"* confirm given transaction object. - * - * @param TdbPkgShopPaymentTransaction $transaction - * @param int $iConfirmedDate - * - * @return TdbPkgShopPaymentTransaction",getMaxAllowedValueFor,test -TPkgShopPaymentTransactionManagerEndPoint,hasTransactions,"* @param string $sTransactionType - * - * @return TdbPkgShopPaymentTransactionType - * - * @throws TPkgShopPaymentTransactionException_InvalidTransactionType",hasTransactions,test -TPkgShopPaymentTransactionManagerEndPoint,getBillableProducts,"@var array $aTypeCache",getBillableProducts,test -TPkgShopPaymentTransactionManagerEndPoint,getRefundableProducts,"* changes the paid status of the order (if required) based on the current balance - * returns true if the state of the order was changed. - * - * @return bool",getRefundableProducts,test -TPkgShopPaymentTransactionManagerEndPoint,allProductsAreRefundable,"* returns the balance of all transactions for an order (without the order value). - * - * @param bool $bIncludeUnconfirmedTransactions - * - * @return float",allProductsAreRefundable,test -TPkgShopPaymentTransactionManagerEndPoint,getProductAmountWithTransactionType,"* returns the transaction sequence for the next transaction. - * - * @return int",getProductAmountWithTransactionType,test -TPkgShopPaymentTransactionManagerEndPoint,getTransactionPositionTotalForType,"* the max value is always an absolute value (ie positive). - * - * @param string $sTransactionType - must be one of self::TRANSACTION_TYPE_* - * - * @return float",getTransactionPositionTotalForType,test -TPkgShopPaymentTransactionManagerEndPoint,getTransactionDataFromOrder,"* returns true if there are transactions for the order (pending or not). - * - * @param null|string $sTransactionType - must be one of self::TRANSACTION_TYPE_* - * @psalm-param null|self::TRANSACTION_TYPE_* $sTransactionType - * - * @return bool",getTransactionDataFromOrder,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,DefineInterface,* @return void,DefineInterface,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,paymentTransactionCollectAll,* @return void,paymentTransactionCollectAll,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,paymentTransactionRefundAll,@var TdbShopOrder $oOrder,paymentTransactionRefundAll,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,pkgShopPaymentTransaction_PartialDebit,@var PaymentHandlerWithTransactionSupportInterface|\TdbShopPaymentHandler $paymentHandler,pkgShopPaymentTransaction_PartialDebit,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,pkgShopPaymentTransaction_getPartialCollectForm,* @return void,pkgShopPaymentTransaction_getPartialCollectForm,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,pkgShopPaymentTransaction_getPartialRefundForm,@var TdbShopOrder $oOrder,pkgShopPaymentTransaction_getPartialRefundForm,test -TPkgShopPaymentTransaction_TCMSTableEditorShopOrder,GetHtmlHeadIncludes,@var PaymentHandlerWithTransactionSupportInterface&\TdbShopPaymentHandler $paymentHandler,GetHtmlHeadIncludes,test -PaymentTransactionHelper,getProductsCaptureOnOrderCreation,* {@inheritdoc},getProductsCaptureOnOrderCreation,test -PaymentTransactionHelper,getProductsCaptureOnShipping,* {@inheritdoc},getProductsCaptureOnShipping,test -PaymentTransactionHelper,allowProductCaptureOnShipment,* {@inheritdoc},allowProductCaptureOnShipment,test -TPkgShopPrimaryNavigationMapper_StandardNavi,GetRequirements,"* A mapper has to specify its requirements by providing th passed MapperRequirements instance with the - * needed information and returning it. - * - * example: - * - * $oRequirements->NeedsSourceObject(""foo"",'stdClass','default-value'); - * $oRequirements->NeedsSourceObject(""bar""); - * $oRequirements->NeedsMappedValue(""baz""); - * - * @param IMapperRequirementsRestricted $oRequirements",GetRequirements,test -TPkgShopPrimaryNavigationMapper_StandardNavi,Accept,"* To map values from models to views the mapper has to implement iVisitable. - * The ViewRender will pass a prepared MapeprVisitor instance to the mapper. - * - * The mapper has to fill the values it is responsible for in the visitor. - * - * example: - * - * $foo = $oVisitor->GetSourceObject(""foomodel"")->GetFoo(); - * $oVisitor->SetMapperValue(""foo"", $foo); - * - * - * To be able to access the desired source object in the visitor, the mapper has - * to declare this requirement in its GetRequirements method (see IViewMapper) - * - * @param \IMapperVisitorRestricted $oVisitor - * @param bool $bCachingEnabled - if set to true, you need to define your cache trigger that invalidate the view rendered via mapper. if set to false, you should NOT set any trigger - * @param IMapperCacheTriggerRestricted $oCacheTriggerManager - * - * @return",Accept,test -TPkgShopPrimaryNavi,getPkgCmsNavigationNodeObject,* @return AbstractPkgCmsNavigationNode|null,getPkgCmsNavigationNodeObject,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNodeWithRootShopCategoriesAsChildren,getAChildren,* @return AbstractPkgCmsNavigationNode[]|null,getAChildren,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,load,* @extends AbstractPkgCmsNavigationNode,load,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,loadFromNode,"* @param string $sId - shop category id - * - * @return bool",loadFromNode,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,getAChildren,"* @param TdbShopCategory $oNode - * - * @return bool",getAChildren,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,getBIsActive,* @return AbstractPkgCmsNavigationNode[]|null,getBIsActive,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,getBIsExpanded,@var $oNode TdbShopCategory,getBIsExpanded,test -TPkgShopPrimaryNavigation_TPkgCmsNavigationNode_Category,getNodeIconURL,@var TdbShopCategory[] $categoryList,getNodeIconURL,test -TPkgShopPrimaryNavigation_TShop,GetFieldShopPrimaryNaviList,* @var TdbPkgShopPrimaryNaviList[],GetFieldShopPrimaryNaviList,test -MTPkgShopPrimaryNavigation,Accept,* {@inheritdoc},Accept,test -MTPkgShopPrimaryNavigation,_AllowCache,* @return null|string,_AllowCache,test -MTPkgShopPrimaryNavigation,_GetCacheParameters,@var ActivePageServiceInterface $activePageService,_GetCacheParameters,test -ChameleonSystemShopProductExportBundle,build,* @return void,build,test -ShopProductExporter,__construct,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\Interfaces\ResultFactoryInterface,__construct,test -ShopProductExporter,registerHandler,* @var ShopProductExportHandlerInterface[],registerHandler,test -ShopProductExporter,isValidExportKey,* @var string,isValidExportKey,test -ShopProductExporter,export,* @var StateFactoryInterface,export,test -ShopProductExporter,aliasExists,"* @param ResultFactoryInterface $resultFactory - * @param ShopServiceInterface $activeShopService - * @param StateFactoryInterface $stateFactory",aliasExists,test -ChameleonSystemShopProductExportExtension,load,* @return void,load,test -ExportHandlerPass,process,"* You can modify the container here before it is dumped to PHP code. - * - * @param ContainerBuilder $container - * - * @api - * - * @return void",process,test -,isValidExportKey,"* @param string $exportKey - * - * @return bool",isValidExportKey,test -,export,"* @param ConfigurationInterface $moduleConfiguration - * @param string $alias - * - * @return string",export,test -,registerHandler,"* @param string $alias - * @param ShopProductExportHandlerInterface $exportHandler - * - * @return void",registerHandler,test -,aliasExists,"* @param string $alias - * - * @return bool",aliasExists,test -,Init,"* do any initialization work that needs to be done before you want to run the export. - * - * @return void",Init,test -,SetArticleList,"* @param \TdbShopArticleList $oArticleList - * @return void",SetArticleList,test -,SetDebug,"* @param bool $debug - * @return void",SetDebug,test -,Run,"* Run the export. returns true if the export was successful, otherwise false - * - * @return bool",Run,test -ShopProductExportModule,__construct,* @var string,__construct,test -ShopProductExportModule,Init,* @var string,Init,test -ShopProductExportModule,Accept,* @var \ChameleonSystem\ShopProductExportBundle\Interfaces\ShopProductExporterInterface,Accept,test -ShopProductExportModule,_AllowCache,* @var \ChameleonSystem\ShopBundle\objects\ArticleList\DatabaseAccessLayer\Interfaces\DbAdapterInterface,_AllowCache,test -TPkgShopProductExportBaseEndPoint,Init,"* article list loaded by module or something else that calls this class. - * - * @var TIterator|null",Init,test -TPkgShopProductExportBaseEndPoint,Run,"* absolute path to the cache file. - * - * @var string|null",Run,test -TPkgShopProductExportBaseEndPoint,getAttributeName,"* false if the export is in cache so load the cache file and pass it to the output - * true if there is no cache enabled or cache item is out of date. - * - * @var bool",getAttributeName,test -TPkgShopProductExportBaseEndPoint,GetArticleAttributeValueListForAttributeNames,"* only set if cached file is set - output will be written into file instead of output buffer. - * - * @var bool|resource",GetArticleAttributeValueListForAttributeNames,test -TPkgShopProductExportBaseEndPoint,SetArticleList,"* set to true on debug state. - * - * @var bool",SetArticleList,test -TPkgShopProductExportBaseEndPoint,GetArticleList,"* key will be accessed by exports - value should be system_name of the attribute that will be fetched. - * - * @var array",GetArticleList,test -TPkgShopProductExportBaseEndPoint,GetCacheFile,"* hook is called before an article is exported. - * - * @param TdbShopArticle $oArticle - * - * @return TdbShopArticle",GetCacheFile,test -TPkgShopProductExportBaseEndPoint,GetGenerateFile,"* do any initialization work that needs to be done before you want to run the export. - * - * @return void",GetGenerateFile,test -TPkgShopProductExportBaseEndPoint,SetDebug,"* Run the export. returns true if the export was successful, otherwise false - * this method should not be overwritten in child classes. - * - * @return bool - * @final",SetDebug,test -TPkgShopProductExportBaseEndPoint,GetDebug,"* prepare the export - setup temp tables etc - * return false if the preparation failed. - * - * @return bool",GetDebug,test -TPkgShopProductExportBaseEndPoint,GetAllowedAttributes,"* method is called once on prepare of export - * set attributes system names specific keys that will be used by exports - * by default we set the ean and mpnr - * you can overwrite these keys (and add custom keys) with the help of the virtual class manager. - * - * e.g.$this->aAttributes['brand'] = 'hersteller'; - * - * @return void",GetAllowedAttributes,test -TCMSFieldText_ShowExportURL,GetExportURLList,"* varchar field with javascript to set the blog post url onblur. - * /*",GetExportURLList,test -TCMSFieldText_ShowExportURL,GetHTML,"* sets methods that are allowed to be called via URL (ajax call). - * - * @return void",GetHTML,test -,getItemCountForRemoteKey,"* @param string $remoteKey - * @return int",getItemCountForRemoteKey,test -,insertItem,"* @param array $data - * @psalm-param array{ - * insertId: string, - * pkgShopRatingServiceId: string, - * remoteKey: string, - * score: int|'', - * rawData: string, - * ratingUser: string, - * ratingText: string, - * ratingDate: string, - * } $data - * - * @return void",insertItem,test -CacheUtil,__construct,* @var string,__construct,test -CacheUtil,getCacheDirectory,* @param string $cacheBaseDir,getCacheDirectory,test -ShopRatingServiceTrustedShopsDataAccess,__construct,* @var Connection,__construct,test -Configuration,getConfigTreeBuilder,* {@inheritdoc},getConfigTreeBuilder,test -TPkgRatingServiceEkomiMapper,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgRatingServiceEkomiMapper,Accept,* {@inheritdoc},Accept,test -XmlStreamer,__construct,"https://github.com/prewk/XmlStreamer - -Licensed under MIT: -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",__construct,test -XmlStreamer,init,"* @param string|resource $mixed Path to XML file OR file handle - * @param int $chunkSize Bytes to read per cycle (Optional, default is 16 KiB) - * @param string|null $customRootNode Specific root node to use (Optional) - * @param int|null $totalBytes Xml file size - Required if supplied file handle",init,test -XmlStreamer,chunkCompleted,* Called after the constructor completed setup of the class. Can be overriden in a child class.,chunkCompleted,test -XmlStreamer,processNode,* Called after a chunk was completed. Useful to chunk INSERT data into DB.,processNode,test -XmlStreamer,getReadBytes,"* Gets called for every XML node that is found as a child to the root node. - * - * @param string $xmlString Complete XML tree of the node as a string - * @param string $elementName Name of the node for easy access - * @param int $nodeIndex Zero-based index that increments for every node - * - * @return bool - If false is returned, the streaming will stop",getReadBytes,test -XmlStreamer,getTotalBytes,* Gets the total read bytes so far.,getTotalBytes,test -XmlStreamer,parse,* Gets the total file size of the xml.,parse,test -ShopauskunftXmlStreamer,processNode,* Class ShopauskunftXmlStreamer.,processNode,test -ShopauskunftXmlStreamer,setRatingServiceId,@var string|null,setRatingServiceId,test -TPkgShopRatingService_EkomiEndPoint,SendShopRatingEmail,@var bool,SendShopRatingEmail,test -TPkgShopRatingService_EkomiEndPoint,Import,@var string,Import,test -TPkgShopRatingService_Idealo,Render,* {@inheritdoc},Render,test -TPkgShopRatingService_Shopauskunft,Import,"* Import all ratings. - * - * @return bool",Import,test -TPkgShopRatingService_Shopauskunft,Render,"* streamer will only process elements with tag ""rating"" in element with tag ""ratinglist"".",Render,test -TPkgShopRatingService_TrustedShops,Import,* @var SimplePie,Import,test -TPkgShopRatingService_TrustedShops,TrustedShopsImage_CacheCheck,* @var bool,TrustedShopsImage_CacheCheck,test -TPkgShopRatingService_TrustedShops,Render,* @var string,Render,test -TShopAuskunftAPI,__construct,"* TShopAuskunftAPI Class to fetch data. - * -/*",__construct,test -TShopAuskunftAPI,TShopAuskunftAPI,@var XMLParser,TShopAuskunftAPI,test -TShopAuskunftAPI,ReadFromURI,@var bool,ReadFromURI,test -TShopAuskunftAPI,start_tag,"@var array",start_tag,test -TShopAuskunftAPI,end_tag,@var bool,end_tag,test -TShopAuskunftAPI,tag_contents,"@var array array",tag_contents,test -TShopAuskunftAPI,parse,"* Current active tag - * @var string",parse,test -TShopAuskunftAPI,ParseXML,@var bool,ParseXML,test -TPkgShopRating_CronJob_SendRatingMails,GetShippingDateLowerBound,"* the cronjob sends a rating mail to compleat shipped orders - * see #10393. - * -/*",GetShippingDateLowerBound,test -TPkgShopRating_CronJob_SendRatingMails,SendCustomersMailOnlyOnce,@var bool,SendCustomersMailOnlyOnce,test -TPkgShopRating_CronJob_SendRatingMails,AllowSendingMailForOrder,"* set to true if you do not want to insert the info into the db if the mail was sent. - * - * @var bool",AllowSendingMailForOrder,test -TPkgShopRating_CronJob_SendRatingMails,SendShopReviewMail,@var int,SendShopReviewMail,test -TPkgShopRating_CronJob_SendRatingMails,GetMaxNumberOfShopReviewMailsToSend,@var float,GetMaxNumberOfShopReviewMailsToSend,test -TPkgShopRating_CronJob_SendRatingMails,SetDisableSentHistory,@var bool,SetDisableSentHistory,test -TPkgShopRatingService,Render,"* return the rating service via system name. - * - * @static - * - * @param string $sSystemName - * - * @return TdbPkgShopRatingService|null",Render,test -TPkgShopRatingService,Import,"* Return new instance of ""row-object"". - * - * factory creates a new instance and returns it. - * - * @param string|array $sData - either the id of the object to load, or the row with which the instance should be initialized - * @param string $sLanguage - init with the language passed - * - * @return TdbPkgShopRatingService",Import,test -TPkgShopRatingService,GetLinkRating,@var $oInterface TCMSInterfaceManagerBase,GetLinkRating,test -TPkgShopRatingService,GetLinkInfoPage,"* Render rating-widget for active rating-service. - * - * @param string $sViewName - * @param string $sViewSubType - * @param string $sViewType - * @param null $sSpotName - * @param array $aCallTimeVars - * - * @return string",GetLinkInfoPage,test -TPkgShopRatingService,SendShopRatingEmail,@var $oView TViewParser,SendShopRatingEmail,test -TPkgShopRatingServiceRating,Render,"* Render object. - * - * @param string $sViewName - * @param string $sViewSubType - * @param string $sViewType - * @param null $sSpotName - * @param array $aCallTimeVars - * - * @return string",Render,test -for,Init,* Module class for RatingList-Module.,Init,test -for,Execute,* @var int,Execute,test -for,Execute,"* Module class for RatingServiceWidget. - * -/*",Execute,test -for,GetHtmlHeadIncludes,* @var TdbPkgShopRatingServiceWidgetConfig|null,GetHtmlHeadIncludes,test -for,_AllowCache,"* Select right RatingService object. - * - * @return TdbPkgShopRatingService|null",_AllowCache,test -for,_GetCacheTableInfos,"* loads config for instance. - * - * @return TdbPkgShopRatingServiceWidgetConfig|null",_GetCacheTableInfos,test -for,Execute,"* Module class for RatingTeaser-Module. - * -/*",Execute,test -for,_AllowCache,* @var TdbPkgShopRatingServiceTeaserCnf|null,_AllowCache,test -for,_GetCacheTableInfos,"* Select one (random) rating item. - * - * @return TdbPkgShopRatingServiceRating|null",_GetCacheTableInfos,test -ChameleonSystemShopWishlistExtension,load,"* {@inheritdoc} - * - * @return void",load,test -TCMSCronJob_CleanWishlist,__construct,* @return void,__construct,test -TPkgShopWishlist,AddArticle,"* adds an article to the wishlist - returns the new amount of that article on the list. - * - * @param string $sArticleId - * @param float $dAmount - * @param string $sComment - optional comment - * - * @return float",AddArticle,test -TPkgShopWishlist,GetMsgConsumerName,@var $oItem TdbPkgShopWishlistArticle,GetMsgConsumerName,test -TPkgShopWishlist,Render,"* return the msg consumer name for the wishlist instance. - * - * @return string",Render,test -TPkgShopWishlist,GetLink,"* render the filter. - * - * @param string $sViewName - name of the view - * @param string $sViewType - where to look for the view - * @param array $aCallTimeVars - optional parameters to pass to render method - * - * @return string",GetLink,test -TPkgShopWishlist,GetPublicLink,"* return link to the private view of the wishlist. - * - * @param string $sMode - select a mode of the wishlist (such as SendForm) - * @param array $aAdditionalParameter - * - * @return string",GetPublicLink,test -TPkgShopWishlist,GetNumberOfItemsInList,"* return the public link to the wishlist. - * - * @param array $aAdditionalParameter - * - * @return string",GetNumberOfItemsInList,test -TPkgShopWishlist,GetFieldPkgShopWishlistArticleList,"* returns the number of wishlist items on the list. - * - * @return int",GetFieldPkgShopWishlistArticleList,test -TPkgShopWishlist,GetFieldPkgShopWishlistMailHistoryList,"* Artikel der Wunschliste. - * - * @return TdbPkgShopWishlistArticleList",GetFieldPkgShopWishlistMailHistoryList,test -TPkgShopWishlist,GetDescriptionAsHTML,"* Wunschslisten Mailhistory. - * - * @return TdbPkgShopWishlistMailHistoryList",GetDescriptionAsHTML,test -TPkgShopWishlist,SendPerMail,"* use this method to add any variables to the render method that you may - * require for some view. - * - * @param string $sViewName - the view being requested - * @param string $sViewType - the location of the view (Core, Custom-Core, Customer) - * - * @return array",SendPerMail,test -TPkgShopWishlistArticle,GetCommentAsHTML,"* return comment text as html. - * - * @return string",GetCommentAsHTML,test -TPkgShopWishlistArticle,GetRemoveFromWishlistLink,"* get link to remove item from wishlist. - * - * @param bool $bIncludePortalLink - * - * @return string",GetRemoveFromWishlistLink,test -TShopWishlistArticle,GetToWishlistLink,"* return the link that can be used to add the article to the users wishlist. - * - * @param bool $bIncludePortalLink - * @param bool $bRedirectToLoginPage - * - * @return string",GetToWishlistLink,test -MTPkgShopWishlistCore,Init,* controlls the mode of the module.,Init,test -MTPkgShopWishlistCore,Execute,* @var string,Execute,test -MTPkgShopWishlistPublicCore,Init,"* module is used to allow a user to search for public wishlist, and to display - * the detailpage of a wishlist when given the lists id. -/*",Init,test -MTPkgShopWishlistPublicCore,Execute,"* active wishlist if there is one. - * - * @var TdbPkgShopWishlist",Execute,test -MTShopWishlistBasketCore,GetHtmlHeadIncludes,"* Adds the article passed to the wishlist of the user (if the user is logged in). - * - * @param string $sArticleId - * @param float $dAmount - * @param string $sMessageHandler - * @param bool $bIsInternalCall - * - * @return void",GetHtmlHeadIncludes,test -TShopWishlistDataExtranetUser,AddArticleIdToWishlist,"* add an article to the wishlist. - * - * @param string $sArticleId - * @param float $dAmount - * - * @return float - new amount on list",AddArticleIdToWishlist,test -TShopWishlistDataExtranetUser,RemoveArticleFromWishlist,"* remove an article form the wishlist. - * - * @param string $sPkgShopWishlistArticleId - the id of the item on the list - * - * @return void",RemoveArticleFromWishlist,test -TShopWishlistDataExtranetUser,GetWishlist,@var $oWishlistItem TdbPkgShopWishlistArticle,GetWishlist,test