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