/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatCHIFM394
 *  ソースファイル名    ：JBSbatCHIFM394.java
 *  作成者              ：富士通
 *  日付                ：2021年01月07日
 *
 *＜機能概要＞
 *　（料金集計情報（債権充当））定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2021/01/07  FJ)FJ         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （料金集計情報（債権充当））定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatCHIFM394
{
	/** 請求先番号 */
	public static final String SEIKY_KEI_NO = "SEIKY_KEI_NO";

	/** 請求年月 */
	public static final String SEIKY_YM = "SEIKY_YM";

	/** 整理番号 */
	public static final String SEIRI_NO = "SEIRI_NO";

	/** サービス番号 */
	public static final String SVC_NO = "SVC_NO";

	/** オプションサービス契約番号 */
	public static final String OP_SVKEI_NO = "OP_SVKEI_NO";

	/** サービス識別 */
	public static final String SVC_SKBT_CD = "SVC_SKBT_CD";

	/** 料金グループコード */
	public static final String PRC_GRP_CD = "PRC_GRP_CD";

	/** 料金コースコード */
	public static final String PCRS_CD = "PCRS_CD";

	/** 料金サービスコード */
	public static final String PRC_SVC_CD = "PRC_SVC_CD";

	/** 料金項目コード */
	public static final String PRC_KMK_CD = "PRC_KMK_CD";

	/** 料金 */
	public static final String PRC = "PRC";

	/** 利用開始日 */
	public static final String USE_STAYMD = "USE_STAYMD";

	/** 利用終了日 */
	public static final String USE_ENDYMD = "USE_ENDYMD";

	/** 相対区分 */
	public static final String AIT_DIV = "AIT_DIV";

	/** 締め日 */
	public static final String SIME_DAY = "SIME_DAY";

	/** 前受金充当優先順位 */
	public static final String MAEUK_JUTO_YUSE_JUN = "MAEUK_JUTO_YUSE_JUN";

	/** 割引優先順位 */
	public static final String WRIB_YUSEN_JUN = "WRIB_YUSEN_JUN";

	/** 集計単位 */
	public static final String SHUK_TANI_CD = "SHUK_TANI_CD";

	/** 加減識別 */
	public static final String KAGEN_SKBT_CD = "KAGEN_SKBT_CD";

	/** 料金項目出力識別 */
	public static final String PRC_KMK_OPUT_SKBT_CD = "PRC_KMK_OPUT_SKBT_CD";

	/** 集計先０円時出力識別コード */
	public static final String SHUK_SK_0_YEN_OPUT_SKBT_CD = "SHUK_SK_0_YEN_OPUT_SKBT_CD";

	/** 税計算識別 */
	public static final String TAX_CALC_SKBT_CD = "TAX_CALC_SKBT_CD";

	/** 集計先処理タイミング制御コード */
	public static final String SHUK_SK_TRN_TMG_CTRL_CD = "SHUK_SK_TRN_TMG_CTRL_CD";

	/** 集計方法 */
	public static final String SHUK_WAY_CD = "SHUK_WAY_CD";

	/** 集計限度額 */
	public static final String SHUK_GEND_AMNT = "SHUK_GEND_AMNT";

	/** 集計先丸め方法コード */
	public static final String SHUK_SK_ROUND_WAY_CD = "SHUK_SK_ROUND_WAY_CD";

	/** 集計元料金項目コード */
	public static final String SHUK_MT_PRC_KMK_CD = "SHUK_MT_PRC_KMK_CD";

	/** 集計先料金項目置換コード */
	public static final String SHUK_SK_PRC_KMK_CKAN_CD = "SHUK_SK_PRC_KMK_CKAN_CD";

	/** 割引繰越優先順位 */
	public static final String WRIB_KKSHI_YUSEN_JUN = "WRIB_KKSHI_YUSEN_JUN";

	/** 割引繰越可否 */
	public static final String WRIB_KKSHI_KH = "WRIB_KKSHI_KH";

	/** サービス詳細識別番号 */
	public static final String SVC_DTL_SKBT_NO = "SVC_DTL_SKBT_NO";

	/** 同一料金項目集計対象外フラグ */
	public static final String SAME_PRCKMK_SKTGG_FLG = "SAME_PRCKMK_SKTGG_FLG";

}
