Click or drag to resize

IUCJsonGiftCardGetHistory Method

Get activity history for Gift Card

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

Parameters

cardNo
Type: SystemString
Gift card number
pin
Type: SystemInt32
Gift card pin number
entryType
Type: SystemString
Gift card Entry type. If empty, GiftCard_DataEntryType from TenantConfig is used

Return Value

Type: ListGiftCardEntry
See Also