Click or drag to resize

IUCService.GiftCardGetHistory Method

Get activity history for Gift Card

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<GiftCardEntry> GiftCardGetHistory(
	string cardNo,
	int pin,
	string entryType
)

Parameters

cardNo
Type: System.String
Gift card number
pin
Type: System.Int32
Gift card pin number
entryType
Type: System.String
Gift card Entry type. If empty, GiftCard_DataEntryType from TenantConfig is used

Return Value

Type: List<GiftCardEntry>
See Also