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

LockType Property

Indicates the type of lock requested by the LockCard method.

Syntax

[VB.NET]
Public Property LockType As FdmsgiftcardLockTypes

[C#]
public FdmsgiftcardLockTypes LockType {get; set;}

enum FdmsgiftcardLockTypes { ltFullLock, ltPartialLock }

Remarks

This property is only used when locking funds on a card. If set to ltFullLock (default), the full balance on the gift card will be locked, and the customer will be unable to use funds on the card until the card is unlocked by setting RedemptionType to rtRedemptionWithUnlock and calling RedeemCard.

If set to ltPartialLock, only the amount indicated by the TransactionAmount property is locked. Any remaining funds on the card may be used for other purchases.

Default Value

0

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