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

PTechRecordType Type

Detail record storage type.

Remarks

This type contains the XML aggregate for a single transaction. The fields contained by this type are listed below.

Fields

DetailAggregate
String

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

To settle previously authorized transactions, this field must be set with the xml aggregate returned from the PTechCharge, PTechECommerce, PTechRetail, PTechHotel, PTechHealthCare, or PTechDetailRecord component'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 component.

Constructors

[VB.NET]
Public PTechRecordType()

[C#]
public PTechRecordType();



[VB.NET]
Public PTechRecordType(ByVal DetailAggregate As String)

[C#]
public PTechRecordType(string detailAggregate);



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