/**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
Esempio n. 5
0
 /**
  * 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);
 }
Esempio n. 6
0
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
 /**
  * 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);
 }
Esempio n. 15
0
 /**
  * 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);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonBillingAgreementId: string</li>
  * <li>BillingAgreementAttributes: OffAmazonPaymentsService_Model_BillingAgreementAttributes</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonBillingAgreementId' => array('FieldValue' => null, 'FieldType' => 'string'), 'BillingAgreementAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_BillingAgreementAttributes'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonBillingAgreementId: string</li>
  * <li>AuthorizationReferenceId: string</li>
  * <li>AuthorizationAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>SellerAuthorizationNote: string</li>
  * <li>TransactionTimeout: int</li>
  * <li>CaptureNow: bool</li>
  * <li>SoftDescriptor: string</li>
  * <li>SellerNote: string</li>
  * <li>PlatformId: string</li>
  * <li>SellerOrderAttributes: OffAmazonPaymentsService_Model_SellerOrderAttributes</li>
  * <li>InheritShippingAddress: bool</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonBillingAgreementId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'SellerAuthorizationNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'TransactionTimeout' => array('FieldValue' => null, 'FieldType' => 'int'), 'CaptureNow' => array('FieldValue' => null, 'FieldType' => 'bool'), 'SoftDescriptor' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'PlatformId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerOrderAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_SellerOrderAttributes'), 'InheritShippingAddress' => array('FieldValue' => null, 'FieldType' => 'bool'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ProviderCreditReversalDetails
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonProviderCreditReversalId: string</li>
  * <li>SellerId: string</li>
  * <li>ProviderId: string</li>
  * <li>CreditReversalReferenceId: string</li>
  * <li>CreditReversalAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>CreationTimestamp: string</li>
  * <li>CreditReversalStatus: OffAmazonPaymentsService_Model_Status</li>
  * <li>CreditReversalNote: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonProviderCreditReversalId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProviderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'CreationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalStatus' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Status'), 'CreditReversalNote' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_GetProviderCreditDetailsResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>GetProviderCreditDetailsResult: OffAmazonPaymentsService_Model_GetProviderCreditDetailsResult</li>
  * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('GetProviderCreditDetailsResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_GetProviderCreditDetailsResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_BillingAgreementDetails
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonBillingAgreementId: string</li>
  * <li>BillingAgreementLimits: OffAmazonPaymentsService_Model_BillingAgreementLimits</li>
  * <li>Buyer: OffAmazonPaymentsService_Model_Buyer</li>
  * <li>SellerNote: string</li>
  * <li>PlatformId: string</li>
  * <li>Destination: OffAmazonPaymentsService_Model_Destination</li>
  * <li>BillingAddress: OffAmazonPaymentsService_Model_BillingAddress</li>
  * <li>ReleaseEnvironment: string</li>
  * <li>SellerBillingAgreementAttributes: OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes</li>
  * <li>BillingAgreementStatus: OffAmazonPaymentsService_Model_BillingAgreementStatus</li>
  * <li>Constraints: OffAmazonPaymentsService_Model_Constraints</li>
  * <li>CreationTimestamp: string</li>
  * <li>ExpirationTimestamp: string</li>
  * <li>BillingAgreementConsent: bool</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonBillingAgreementId' => array('FieldValue' => null, 'FieldType' => 'string'), 'BillingAgreementLimits' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_BillingAgreementLimits'), 'Buyer' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Buyer'), 'SellerNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'PlatformId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Destination' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Destination'), 'BillingAddress' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_BillingAddress'), 'ReleaseEnvironment' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerBillingAgreementAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes'), 'BillingAgreementStatus' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_BillingAgreementStatus'), 'Constraints' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Constraints'), 'CreationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'ExpirationTimestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'BillingAgreementConsent' => array('FieldValue' => null, 'FieldType' => 'bool'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ProviderCreditSummaryList
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>member: OffAmazonPaymentsService_Model_ProviderCreditSummary</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('member' => array('FieldValue' => array(), 'FieldType' => array('OffAmazonPaymentsService_Model_ProviderCreditSummary')));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ProviderCreditReversal
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>ProviderId: string</li>
  * <li>CreditReversalAmount: OffAmazonPaymentsService_Model_Price</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ProviderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ReverseProviderCreditResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>ProviderCreditReversalDetails: OffAmazonPaymentsService_Model_ProviderCreditReversalDetails</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ProviderCreditReversalDetails' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ProviderCreditReversalDetails'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonBillingAgreementId: string</li>
  * <li>SellerId: string</li>
  * <li>AddressConsentToken: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonBillingAgreementId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressConsentToken' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_CloseOrderReferenceResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>CloseOrderReferenceResult: OffAmazonPaymentsService_Model_CloseOrderReferenceResult</li>
  * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('CloseOrderReferenceResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_CloseOrderReferenceResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_BillingAddress
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AddressType: string</li>
  * <li>PhysicalAddress: OffAmazonPaymentsService_Model_Address</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AddressType' => array('FieldValue' => null, 'FieldType' => 'string'), 'PhysicalAddress' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Address'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_AuthorizeRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonOrderReferenceId: string</li>
  * <li>AuthorizationReferenceId: string</li>
  * <li>AuthorizationAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>SellerAuthorizationNote: string</li>
  * <li>OrderItemCategories: OffAmazonPaymentsService_Model_OrderItemCategories</li>
  * <li>TransactionTimeout: int</li>
  * <li>CaptureNow: bool</li>
  * <li>SoftDescriptor: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonOrderReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AuthorizationAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'SellerAuthorizationNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderItemCategories' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderItemCategories'), 'TransactionTimeout' => array('FieldValue' => null, 'FieldType' => 'int'), 'CaptureNow' => array('FieldValue' => null, 'FieldType' => 'bool'), 'SoftDescriptor' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProviderCreditList' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ProviderCreditList'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_SetOrderReferenceDetailsRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonOrderReferenceId: string</li>
  * <li>OrderReferenceAttributes: OffAmazonPaymentsService_Model_OrderReferenceAttributes</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonOrderReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderReferenceAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderReferenceAttributes'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_CloseAuthorizationResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array();
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_CloseBillingAgreementRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmazonBillingAgreementId: string</li>
  * <li>SellerId: string</li>
  * <li>ClosureReason: string</li>
  * <li>ReasonCode: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmazonBillingAgreementId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ClosureReason' => array('FieldValue' => null, 'FieldType' => 'string'), 'ReasonCode' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }