AR Deposit: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 108: Line 108:
public string Description { get; set; }
public string Description { get; set; }
public string DepositMethod { get; set; }
public string DepositMethod { get; set; }

/// <summary>
/// Currency Code that is used to pay the deposit
//Currency Code that is used to pay the deposit
/// </summary>
public string CurrencyCode { get; set; }
public string CurrencyCode { get; set; }
public string CustomerAccount { get; set; }
public string CustomerAccount { get; set; }
Line 119: Line 118:
public string Project { get; set; }
public string Project { get; set; }
public string Department { get; set; }
public string Department { get; set; }

/// <summary>
/// IsSecurityDeposit is to decide whether this deposit is subject to GST
//IsSecurityDeposit is to decide whether this deposit is subject to GST
/// </summary>
public bool IsSecurityDeposit { get; set; }
public bool IsSecurityDeposit { get; set; }