ApplyPoliciesAndReturnTransactionResponse
The operation output is ApplyPoliciesAndReturnTransactionResponse. This is the root element of the request for the ApplyPoliciesAndReturnTransactionResponse command. This request is used to update the provided transaction with the provided Product information.
| Paramter | Type | Description |
|---|---|---|
| Transaction | Transaction | A container for transaction information. |
| RequestID | string | A string of data containing the Request ID. |
Element tns:ApplyPoliciesAndReturnTransactionResponse
<xs:element name="ApplyPoliciesAndReturnTransactionResponse">
<xs:annotation>
<xs:documentation>The root element of the request for the ApplyPoliciesAndReturnTransactionResponse command. This request is used to update the provided transaction with the provided Product information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Transaction">
<xs:annotation>
<xs:documentation>A container for transaction information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Data">
<xs:annotation>
<xs:documentation>Contains the transaction data conforming to the ExpereTxn schema.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="RequestID" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>