Difference between revisions of "AR Deposit"
Jump to navigation
Jump to search
m |
|||
public string Description { get; set; }
public string DepositMethod { get; set; }
//
public string CurrencyCode { get; set; }
public string CustomerAccount { get; set; }
public string Project { get; set; }
public string Department { get; set; }
//
public bool IsSecurityDeposit { get; set; }
|