PrestigiousIndicator Property
Prestigious Lodging Program indicator for the Hotel Industry Type.
Syntax
[VB.NET] Public Property PrestigiousIndicator As FdmshotelPrestigiousIndicators
[C#] public FdmshotelPrestigiousIndicators PrestigiousIndicator {get; set;}
enum FdmshotelPrestigiousIndicators { piNotParticipating, pi500Limit, pi1000Limit, pi1500Limit }
Remarks
This indicator is used by participants in Visa's Prestigious Lodging Program. A transaction amount of "100" should be entered in the request if the merchant wishes the transaction to participate in the Visa Prestigious Property Program.
Valid indicators include:
piNotParticipating (0) | Non-Participating Property |
pi500Limit (1) | Prestigious Property with $500 Limit |
pi1000Limit (2) | Prestigious Property with $1000 Limit |
pi1500Limit (3) | Prestigious Property with $1500 Limit |
Default Value
0