Uses the Component:ActivityType
To communicate all of the activities during a sales lead or a final sale.
Table 6.83. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| MerchantReferenceCode | 
                         Merchant reference code.  | 0..1 | Field | udt:CodeType | |
| RequestID | 
                         The request identificaton.  | 0..1 | Field | udt:TextType | |
| Decision | 
                         The decision taken on the activity.  | 0..1 | Field | udt:TextType | |
| ReasonCode | 
                         Reason code.  | 0..1 | Field | udt:CodeType | |
| PaymentTotals | 
                         Payment Totals.  | 0..* | Field | PriceABIEType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.83. PaymentActivity
<PaymentActivity>
     <MerchantReferenceCode>......</MerchantReferenceCode>     [0..1]
     <RequestID>......</RequestID>     [0..1]
     <Decision>......</Decision>     [0..1]
     <ReasonCode>......</ReasonCode>     [0..1]
     <PaymentTotals>......</PaymentTotals>     [0..*]
</PaymentActivity>