Click or drag to resize

IUCJsonGiftCardGetBalance Method

Get balance of a gift card.

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
GiftCard GiftCardGetBalance(
	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: GiftCard
Remarks
LS Central WS2 : GetDataEntryBalance
See Also