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

PrestigiousIndicator Property

Prestigious Lodging Program indicator for the Hotel Industry Type.

Syntax

 fdmshotel.getPrestigiousIndicator([callback])
 fdmshotel.setPrestigiousIndicator( prestigiousIndicator, [callback])

Possible Values

  0 (piNotParticipating), 
  1 (pi500Limit), 
  2 (pi1000Limit), 
  3 (pi1500Limit)

Default Value

0


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getPrestigiousIndicator([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setPrestigiousIndicator([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

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

Data Type

Integer

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