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

HotelChargeType Property

Type of charge made at a hotel (American Express cards only).

Syntax

[VB.NET]
Public Property HotelChargeType As TsysdetailrecordHotelChargeTypes

[C#]
public TsysdetailrecordHotelChargeTypes HotelChargeType {get; set;}

enum TsysdetailrecordHotelChargeTypes { ctHotel, ctRestaurant, ctGiftShop }

Remarks

This property contains an indicator used to identify a hotel charge type. It must contain one of the values defined below:

  • ctHotel (0)
  • ctRestaurant (1)
  • ctGiftShop (2)

Note, this property is only applicable when using the Hotel IndustryType for American Express transactions.

If this property is set to ctHotel, RentalNoShow must equal " ", "2", or "3". For any other value, RentalNoShow must equal "1".

Default Value

0

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