ChargeCodes(Int64, Boolean, Boolean, Boolean, Int32, String, String, String, String, String, String, String, String) Constructor

Initializes a new instance of the ChargeCodes class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public ChargeCodes(
	long clientId,
	bool LegalCode,
	bool rentFlag,
	bool securityFlag,
	int ID,
	string ChargeCode,
	string ChargeDescription,
	string GLCreditAccount,
	string GLCreditSubAccount,
	string GLDebitAccount,
	string GLDebitSubAccount,
	string GLCashAccount,
	string GlCashSubAccount
)

Parameters

clientId  Int64
 
LegalCode  Boolean
 
rentFlag  Boolean
 
securityFlag  Boolean
 
ID  Int32
 
ChargeCode  String
 
ChargeDescription  String
 
GLCreditAccount  String
 
GLCreditSubAccount  String
 
GLDebitAccount  String
 
GLDebitSubAccount  String
 
GLCashAccount  String
 
GlCashSubAccount  String
 

See Also