IUCServiceGiftCardGetBalance Method |
Get balance of a gift card.
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxGiftCard GiftCardGetBalance(
string cardNo,
int pin,
string entryType
)
Parameters
- cardNo String
- Gift card number
- pin Int32
- Gift card pin number
- entryType String
- Gift card Entry type. If empty, GiftCard_DataEntryType from TenantConfig is used
Return Value
GiftCard
Remarks
LS Central WS2: GetDataEntryBalanceV2 (LS Central 24.0+); earlier versions read POS Data Entry directly
See Also