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.
 
 

24 lines
821 B

namespace com.hitrust.trustpay.client
{
using System;
internal class ILength
{
public const int ABSTRACT_LEN = 60;
public const int ACCNAME_LEN = 60;
public const int BATCHID_LEN = 12;
public const int CARDNO_LEN = 20;
public const int CERTIFICATENO_LEN = 30;
public const int DATEYYYYMMDD_LEN = 8;
public const int MERCHANT_REMARKS_LEN = 200;
public const int MERCHANTID_LEN = 15;
public const int ORDER_DESC_LEN = 40;
public const int ORDERID_LEN = 30;
public const int PRODUCTID_LEN = 20;
public const int PRODUCTNAME_LEN = 200;
public const int RESULT_NOTIFY_URL_LEN = 200;
public const int SEQUENCEID_LEN = 6;
public const int TIMEHHMMSS_LEN = 6;
}
}