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.
 

17 lines
663 B

namespace BWP.ABCClient.B2B
{
public static class TrxType
{
public static string DownloadTrnx = "DownloadTrnx";
public static string Freeze = "Freeze";
public static string FreezeResult = "FreezeResult";
public static string FreezeTransfer = "FreezeTransfer";
public static string FundTransfer = "FundTransfer";
public static string PartFreezeTransfer = "PartFreezeTransfer";
public static string PartUnFreeze = "PartUnFreeze";
public static string PayFee = "PayFee";
public static string QueryTrnx = "QueryTrnx";
public static string UnFreeze = "UnFreeze";
public static string UnFreezeResult = "UnFreezeResult";
}
}