Click or drag to resize

IBOJsonOrderMessageRequestPaymentEx Method


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

Parameters

orderId  String
 
status  Int32
 
amount  Decimal
 
curCode  String
 
token  String
 
authcode  String
 
reference  String
 
message  String
 

Return Value

Boolean
See Also