IUCServiceGiftCardGetBalance Method |
Get balance of a gift card.
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax 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:
GiftCardRemarks
LS Central WS2 : GetDataEntryBalance
See Also