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.
 

16 lines
535 B

namespace BWP.ABCClient.B2C
{
public class TrxType
{
public const string FundPayReq = "FundPayReq";
public const string MobilePayReq = "MobilePayReq";
public const string MobilePayReg = "MobilePayReg";
public const string PayReq = "PayReq";
public const string PayResult = "PayResult";
public const string Query = "Query";
public const string Refund = "Refund";
public const string Settle = "Settle";
public const string VoidPay = "VoidPay";
public const string VoidRefund = "VoidRefund";
}
}