HotelChargeDescriptor Property
Provides additional information about what this transaction was used for at the hotel.
Syntax
int GetHotelChargeDescriptor();
int SetHotelChargeDescriptor(int iHotelChargeDescriptor);
Possible Values
CD_HEALTH_CLUB(0), CD_LODGING(1), CD_RESTAURANT(2), CD_GIFT_SHOP(3), CD_HAIR_SALON(4), CD_CONVENTION_FEES(5), CD_TENNIS_CLUB(6), CD_GOLF_SHOP(7)
Default Value
1
Remarks
Provides additional information about what this transaction was used for at the hotel. If used to pay for actual hotel accommodations, this should be set to cdLodging. If this transaction was used for any hotel-provided services, it should be set to the corresponding description listed below. Available descriptors include:
- cdHealthClub (0)
- cdLodging (1)
- cdRestaurant (2)
- cdGiftShop (3)
- cdHairSalon (4)
- cdConventionFees (5)
- cdTennisClub (6)
- cdGolfShop (7)
Data Type
Integer