IUCServiceGiftCardGetHistory Method |
Get activity history for Gift Card
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax 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:
ListGiftCardEntrySee Also