Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

DetailRecordAggregate Property

Set this property with xml aggregates of the transactions you wish to settle.

Syntax

ptechmanualsettlecontrol.DetailRecordAggregate(DetailRecordIndex)[=string]

Default Value

""

Remarks

Set this property with xml aggregates of the transactions you wish to settle.

To settle previously authorized transactions, this property must be set with the xml aggregate returned from the PTechCharge, PTechECommerce, PTechRetail, PTechHotel, PTechHealthCare, or PTechDetailRecord control's GetDetailAggregate method. For instance:


PTechManualSettle.DetailRecords.Add(new PTechRecordtype(PTechRetail1.GetDetailAggregate()));

On occasion, you may need to modify these aggregates before sending them to settlement. For instance, if you're running a restaurant you may need to add a gratuity to the charge. If you're accepting installment payments, you will need to add the installment info. To accomplish this, you may use the PTechDetailRecord control.

The size of the array is controlled by the DetailRecordCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0