You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
1.7 KiB

namespace com.hitrust.trustpay.client
{
using System;
public class IFunctionID
{
public const string MARKET_ACCINFOQUERY = "0028";
public const string MARKET_ADDAMOUNT = "0007";
public const string MARKET_BATCH_CANCEL = "0011";
public const string MARKET_CANCELENTRY = "0003";
public const string MARKET_CONFIRM = "0006";
public const string MARKET_CONTRACT = "0005";
public const string MARKET_CONTRACTEXEQUERY = "0027";
public const string MARKET_CUSTSET = "0018";
public const string MARKET_CUSTSETQUERY = "0019";
public const string MARKET_DOWNLOAD_SETTLEFILE = "0015";
public const string MARKET_ENTRY = "0002";
public const string MARKET_ENTRYCONTRACT = "0004";
public const string MARKET_MERCHANTENTRY = "0020";
public const string MARKET_MODIFYCUSTACCNO = "0031";
public const string MARKET_ORDER = "0025";
public const string MARKET_ORDERPAY = "0026";
public const string MARKET_OTHERBANKCONFIRM = "0024";
public const string MARKET_OTHERBANKCONTRACT = "0021";
public const string MARKET_PAY = "0009";
public const string MARKET_PAYFEE = "0023";
public const string MARKET_QUERY_BATCH_CANCELENTRY = "0012";
public const string MARKET_QUERYCONTRACT = "0014";
public const string MARKET_QUERYFEE = "0022";
public const string MARKET_QUERYORDER = "0013";
public const string MARKET_QUERYREQ = "0016";
public const string MARKET_RETURN = "0008";
public const string MARKET_SIGNOFF = "0001";
public const string MARKET_SIGNUP = "0000";
}
}