Click or drag to resize

IUCJson.TokenEntryGet Method

Get Payment token

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<ClientToken> TokenEntryGet(
	string accountNo,
	bool hotelToken
)

Parameters

accountNo
Type: System.String
hotelToken
Type: System.Boolean
Get token for LS Hotels

Return Value

Type: List<ClientToken>
Remarks
LS Central WS2 : GetTokenEntry, GetMemberCardToken
See Also