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

[VB.NET]
Public Function GetHotelDataAggregate() As String
[C#]
public string 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 component'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) {
    // Set Additional FDMSReverse properties as shown within the FDMSReverse help 
    FDMSReverse.Config("HotelDataAggregate=" + FDMSRetail.GetHotelDataAggregate());
    FDMSReverse.Reverse();
  }

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