|
|
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";
|
|
|
}
|
|
|
}
|