当前位置: 首页>>代码示例>>PHP>>正文


PHP OffAmazonPaymentsService_Model类代码示例

本文整理汇总了PHP中OffAmazonPaymentsService_Model的典型用法代码示例。如果您正苦于以下问题:PHP OffAmazonPaymentsService_Model类的具体用法?PHP OffAmazonPaymentsService_Model怎么用?PHP OffAmazonPaymentsService_Model使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


在下文中一共展示了OffAmazonPaymentsService_Model类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AuthorizationDetails: OffAmazonPaymentsService_Model_AuthorizationDetails</li>
  * <li>AmazonOrderReferenceId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AuthorizationDetails' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_AuthorizationDetails'), 'AmazonOrderReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:18,代码来源:AuthorizeOnBillingAgreementResult.php

示例2: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_RefundResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>RefundDetails: OffAmazonPaymentsService_Model_RefundDetails</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('RefundDetails' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_RefundDetails'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:17,代码来源:RefundResult.php

示例3: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>ValidateBillingAgreementResult: OffAmazonPaymentsService_Model_ValidateBillingAgreementResult</li>
  * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ValidateBillingAgreementResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ValidateBillingAgreementResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'));
     parent::__construct($data);
 }
开发者ID:cybershocik,项目名称:Darek,代码行数:18,代码来源:ValidateBillingAgreementResponse.php

示例4: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_GetProviderCreditDetailsRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonProviderCreditId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonProviderCreditId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:frognrainbow,项目名称:amazon-payments-magento-plugin,代码行数:18,代码来源:GetProviderCreditDetailsRequest.php

示例5: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_Address
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Name: string</li>
  * <li>AddressLine1: string</li>
  * <li>AddressLine2: string</li>
  * <li>AddressLine3: string</li>
  * <li>City: string</li>
  * <li>County: string</li>
  * <li>District: string</li>
  * <li>StateOrRegion: string</li>
  * <li>PostalCode: string</li>
  * <li>CountryCode: string</li>
  * <li>Phone: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Name' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressLine1' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressLine2' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressLine3' => array('FieldValue' => null, 'FieldType' => 'string'), 'City' => array('FieldValue' => null, 'FieldType' => 'string'), 'County' => array('FieldValue' => null, 'FieldType' => 'string'), 'District' => array('FieldValue' => null, 'FieldType' => 'string'), 'StateOrRegion' => array('FieldValue' => null, 'FieldType' => 'string'), 'PostalCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'CountryCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'Phone' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:brenot,项目名称:forumdesenvolvimento,代码行数:27,代码来源:Address.php

示例6: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_Status
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>State: string</li>
  * <li>LastUpdateTimestamp: string</li>
  * <li>ReasonCode: string</li>
  * <li>ReasonDescription: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('State' => array('FieldValue' => null, 'FieldType' => 'string'), 'LastUpdateTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'ReasonCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'ReasonDescription' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:brenot,项目名称:forumdesenvolvimento,代码行数:20,代码来源:Status.php

示例7: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_CancelOrderReferenceRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonOrderReferenceId: string</li>
  * <li>CancelationReason: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonOrderReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CancelationReason' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:naka211,项目名称:studiekorrektur,代码行数:19,代码来源:CancelOrderReferenceRequest.php

示例8: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_SellerOrderAttributes
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerOrderId: string</li>
  * <li>StoreName: string</li>
  * <li>OrderItemCategories: OffAmazonPaymentsService_Model_OrderItemCategories</li>
  * <li>CustomInformation: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'StoreName' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderItemCategories' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderItemCategories'), 'CustomInformation' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:naka211,项目名称:studiekorrektur,代码行数:20,代码来源:SellerOrderAttributes.php

示例9: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_IdList
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>member: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('member' => array('FieldValue' => array(), 'FieldType' => array('string')));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:17,代码来源:IdList.php

示例10: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_CloseAuthorizationRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonAuthorizationId: string</li>
  * <li>ClosureReason: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonAuthorizationId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ClosureReason' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:19,代码来源:CloseAuthorizationRequest.php

示例11: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_AuthorizationDetails
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonAuthorizationId: string</li>
  * <li>AuthorizationReferenceId: string</li>
  * <li>AuthorizationBillingAddress: OffAmazonPaymentsService_Model_Address</li>
  * <li>SellerAuthorizationNote: string</li>
  * <li>AuthorizationAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>CapturedAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>AuthorizationFee: OffAmazonPaymentsService_Model_Price</li>
  * <li>IdList: OffAmazonPaymentsService_Model_IdList</li>
  * <li>CreationTimestamp: string</li>
  * <li>ExpirationTimestamp: string</li>
  * <li>AuthorizationStatus: OffAmazonPaymentsService_Model_Status</li>
  * <li>OrderItemCategories: OffAmazonPaymentsService_Model_OrderItemCategories</li>
  * <li>CaptureNow: bool</li>
  * <li>SoftDescriptor: string</li>
  * <li>AddressVerificationCode: string</li>
  * 
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonAuthorizationId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationBillingAddress' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Address'), 'SellerAuthorizationNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'CapturedAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'AuthorizationFee' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'IdList' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_IdList'), 'CreationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'ExpirationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationStatus' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Status'), 'OrderItemCategories' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderItemCategories'), 'CaptureNow' => array('FieldValue' => null, 'FieldType' => 'bool'), 'SoftDescriptor' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressVerificationCode' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:31,代码来源:AuthorizationDetails.php

示例12: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_Buyer
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Name: string</li>
  * <li>Email: string</li>
  * <li>Phone: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Name' => array('FieldValue' => null, 'FieldType' => 'string'), 'Email' => array('FieldValue' => null, 'FieldType' => 'string'), 'Phone' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:19,代码来源:Buyer.php

示例13: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_OrderReferenceAttributes
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>OrderTotal: OffAmazonPaymentsService_Model_OrderTotal</li>
  * <li>SellerNote: string</li>
  * <li>PlatformId: string</li>
  * <li>SellerOrderAttributes: OffAmazonPaymentsService_Model_SellerOrderAttributes</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('OrderTotal' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderTotal'), 'PlatformId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerOrderAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_SellerOrderAttributes'));
     parent::__construct($data);
 }
开发者ID:blubolt,项目名称:login-and-pay-with-amazon-sdk-php,代码行数:20,代码来源:OrderReferenceAttributes.php

示例14: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_RefundDetails
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonRefundId: string</li>
  * <li>RefundReferenceId: string</li>
  * <li>SellerRefundNote: string</li>
  * <li>RefundType: string</li>
  * <li>RefundAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>FeeRefunded: OffAmazonPaymentsService_Model_Price</li>
  * <li>CreationTimestamp: string</li>
  * <li>RefundStatus: OffAmazonPaymentsService_Model_Status</li>
  * <li>SoftDescriptor: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonRefundId' => array('FieldValue' => null, 'FieldType' => 'string'), 'RefundReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerRefundNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'RefundType' => array('FieldValue' => null, 'FieldType' => 'string'), 'RefundAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'FeeRefunded' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'CreationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'RefundStatus' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Status'), 'SoftDescriptor' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProviderCreditReversalSummaryList' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ProviderCreditReversalSummaryList'));
     parent::__construct($data);
 }
开发者ID:frognrainbow,项目名称:amazon-payments-magento-plugin,代码行数:25,代码来源:RefundDetails.php

示例15: __construct

 /**
  * Construct new OffAmazonPaymentsService_Model_ResponseMetadata
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>RequestId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('RequestId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
开发者ID:naka211,项目名称:studiekorrektur,代码行数:17,代码来源:ResponseMetadata.php


注:本文中的OffAmazonPaymentsService_Model类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。