/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatACIFM280
 *  ソースファイル名    ：JBSbatACIFM280.java
 *  作成者              ：富士通
 *  日付                ：2016年04月04日
 *
 *＜機能概要＞
 *　（はぴｅポイント計算入力ファイル）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v25.00.00    2016/04/04  FJ)三宅        新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （はぴｅポイント計算入力ファイル）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatACIFM280
{
	/** はぴｅポイント契約番号 */
	public static final String HAPIEPOINT_KEI_NO = "HAPIEPOINT_KEI_NO";

	/** はぴｅ番号 */
	public static final String HAPIE_NO = "HAPIE_NO";

	/** ｅｏＩＤ */
	public static final String EOID = "EOID";

	/** ＳＹＳＩＤ */
	public static final String SYSID = "SYSID";

	/** 請求契約番号 */
	public static final String SEIKY_KEI_NO = "SEIKY_KEI_NO";

	/** サービス契約番号 */
	public static final String SVC_KEI_NO = "SVC_KEI_NO";

	/** 料金コースコード */
	public static final String PCRS_CD = "PCRS_CD";

	/** 料金プランコード */
	public static final String PPLAN_CD = "PPLAN_CD";

	/** みなし契約区分 */
	public static final String MNS_KEI_KUBUN = "MNS_KEI_KUBUN";

	/** 請求番号 */
	public static final String SEIKY_NO = "SEIKY_NO";

	/** 請求契約番号（請求） */
	public static final String SEIKY_KEI_NO_SEIKY = "SEIKY_KEI_NO_SEIKY";

	/** 請求種別コード */
	public static final String SEIKY_SBT_CD = "SEIKY_SBT_CD";

	/** サービス契約番号（請求内訳） */
	public static final String SVC_KEI_NO_SEIKY_UCWK = "SVC_KEI_NO_SEIKY_UCWK";

	/** 料金コースコード（請求内訳） */
	public static final String PCRS_CD_SEIKY_UCWK = "PCRS_CD_SEIKY_UCWK";

	/** 料金サービスコード */
	public static final String PRC_SVC_CD = "PRC_SVC_CD";

	/** 料金項目コード */
	public static final String PRC_KMK_CD = "PRC_KMK_CD";

	/** 金額 */
	public static final String AMNT = "AMNT";

}
