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

GetHotelDataAggregate Method

Returns an aggregate containing the Hotel/Lodging data of this transaction, which is then used for reversals.

Syntax

fdmshotelcontrol.GetHotelDataAggregate

Remarks

This method returns an aggregate containing all of the hotel/lodging industry data to reverse a transaction. This aggregate must be passed to the FDMSReversal control's HotelDataAggregate config in order to reverse the transaction.

The industry data included in the aggregate is:

An example of how this method is used is shown below:


  FDMSRetail.Authorize()
  If (FDMSRetail.ResponseCaptureFlag = True) Then
  	' Set Additional FDMSReverse properties as shown within the FDMSReverse help 
    FDMSReverse.Config("HotelDataAggregate=" & FDMSRetail.GetHotelDataAggregate())
    FDMSReverse.Reverse()
  End If

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