Click or drag to resize

IBOServiceOrderMessageRequestPaymentEx Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
bool OrderMessageRequestPaymentEx(
	string orderId,
	int status,
	decimal amount,
	string curCode,
	string token,
	string authcode,
	string reference,
	ref string message
)

Parameters

orderId
Type: SystemString
status
Type: SystemInt32
amount
Type: SystemDecimal
curCode
Type: SystemString
token
Type: SystemString
authcode
Type: SystemString
reference
Type: SystemString
message
Type: SystemString

Return Value

Type: Boolean
See Also