AR Deposit: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 108:
public string Description { get; set; }
public string DepositMethod { get; set; }
 
/// <summary>
/// Currency Code that is used to pay the deposit
/// </summary>
public string CurrencyCode { get; set; }
public string CustomerAccount { get; set; }
Line 119 ⟶ 118:
public string Project { get; set; }
public string Department { get; set; }
 
/// <summary>
/// IsSecurityDeposit is to decide whether this deposit is subject to GST
/// </summary>
public bool IsSecurityDeposit { get; set; }