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

FDMSOmahaRecordType Type

Detail record storage type.

Remarks

This type contains the XML aggregate for a single transaction, as well as an XML aggregate of any additional addenda to be added to the record at batch closing. 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 FDMSOmahaECommerce, FDMSOmahaRetail, FDMSOmahaRestaurant, or FDMSOmahaDetailRecord component's GetDetailAggregate method. For instance:


FDMSOmahaBatchMgr1.DetailRecords.Add(new FDMSOmahaRecordType(FDMSOmahaRetail1.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 FDMSOmahaDetailRecord component.

Constructors

[VB.NET]
Public FDMSOmahaRecordType()

[C#]
public FDMSOmahaRecordType();



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

[C#]
public FDMSOmahaRecordType(string detailAggregate);



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