/**
  * 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_GetCaptureDetailsResult
  *
  * @param mixed $data DOMElement or Associative Array to construct from.
  *
  * Valid properties:
  * <ul>
  *
  * <li>CaptureDetails: OffAmazonPaymentsService_Model_CaptureDetails</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('CaptureDetails' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_CaptureDetails'));
     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_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_OrderReferenceStatus
  * 
  * @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_ReverseProviderCreditRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonProviderCreditId: string</li>
  * <li>CreditReversalReferenceId: string</li>
  * <li>CreditReversalAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>CreditReversalNote: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonProviderCreditId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditReversalAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'CreditReversalNote' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * 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_ValidateBillingAgreementResult
  *
  * @param mixed $data DOMElement or Associative Array to construct from.
  *
  * Valid properties:
  * <ul>
  *
  * <li>ValidationResult: string</li>
  * <li>FailureReasonCode: string</li>
  * <li>BillingAgreementStatus: OffAmazonPaymentsService_Model_BillingAgreementStatus</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ValidationResult' => array('FieldValue' => null, 'FieldType' => 'string'), 'FailureReasonCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'BillingAgreementStatus' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_BillingAgreementStatus'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_CloseOrderReferenceResult
  * 
  * @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_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_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_Error
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Type: string</li>
  * <li>Code: string</li>
  * <li>Message: string</li>
  * <li>Detail: OffAmazonPaymentsService_Model_Object</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Type' => array('FieldValue' => null, 'FieldType' => 'string'), 'Code' => array('FieldValue' => null, 'FieldType' => 'string'), 'Message' => array('FieldValue' => null, 'FieldType' => 'string'), 'Detail' => 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_BillingAgreementLimits
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>AmountLimitPerTimePeriod: OffAmazonPaymentsService_Model_Price</li>
  * <li>TimePeriodStartDate: string</li>
  * <li>TimePeriodEndDate: string</li>
  * <li>CurrentRemainingBalance: OffAmazonPaymentsService_Model_Price</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('AmountLimitPerTimePeriod' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'TimePeriodStartDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'TimePeriodEndDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'CurrentRemainingBalance' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_CaptureRequest
  *
  * @param mixed $data DOMElement or Associative Array to construct from.
  *
  * Valid properties:
  * <ul>
  *
  * <li>SellerId: string</li>
  * <li>AmazonAuthorizationId: string</li>
  * <li>CaptureReferenceId: string</li>
  * <li>CaptureAmount: OffAmazonPaymentsService_Model_Price</li>
  * <li>SellerCaptureNote: string</li>
  * <li>SoftDescriptor: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonAuthorizationId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CaptureReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CaptureAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'), 'SellerCaptureNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'SoftDescriptor' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProviderCreditList' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ProviderCreditList'));
     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_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);
 }
 /**
  * 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);
 }
 /**
  * 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_GetCaptureDetailsRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  * <li>AmazonCaptureId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonCaptureId' => array('FieldValue' => null, 'FieldType' => 'string'));
     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_CreateOrderReferenceForIdRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Id: string</li>
  * <li>SellerId: string</li>
  * <li>IdType: string</li>
  * <li>InheritShippingAddress: bool</li>
  * <li>ConfirmNow: bool</li>
  * <li>OrderReferenceAttributes: OffAmazonPaymentsService_Model_OrderReferenceAttributes</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Id' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'IdType' => array('FieldValue' => null, 'FieldType' => 'string'), 'InheritShippingAddress' => array('FieldValue' => null, 'FieldType' => 'bool'), 'ConfirmNow' => array('FieldValue' => null, 'FieldType' => 'bool'), 'OrderReferenceAttributes' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_OrderReferenceAttributes'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ProviderCredit
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>ProviderId: string</li>
  * <li>CreditAmount: OffAmazonPaymentsService_Model_Price</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ProviderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreditAmount' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_Price'));
     parent::__construct($data);
 }
 /**
  * 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_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_ProviderCreditReversalSummary
  *
  * @param mixed $data DOMElement or Associative Array to construct from.
  *
  * Valid properties:
  * <ul>
  *
  * <li>ProviderId: string</li>
  * <li>ProviderCreditReversalId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ProviderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProviderCreditReversalId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_ProviderCreditReversalList
  *
  * @param mixed $data DOMElement or Associative Array to construct from.
  *
  * Valid properties:
  * <ul>
  *
  * <li>member: OffAmazonPaymentsService_Model_ProviderCreditReversal</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('member' => array('FieldValue' => array(), 'FieldType' => array('OffAmazonPaymentsService_Model_ProviderCreditReversal')));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_RefundResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>RefundResult: OffAmazonPaymentsService_Model_RefundResult</li>
  * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('RefundResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_RefundResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'));
     parent::__construct($data);
 }
 /**
  * Construct new OffAmazonPaymentsService_Model_GetProviderCreditReversalDetailsResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>GetProviderCreditReversalDetailsResult: OffAmazonPaymentsService_Model_GetProviderCreditReversalDetailsResult</li>
  * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('GetProviderCreditReversalDetailsResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_GetProviderCreditReversalDetailsResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'));
     parent::__construct($data);
 }