AR Received Payment: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 80:
public string Description { get; set; }
public string DepositMethod { get; set; }
//WhenPaymentCurrencyCode notwill definedbe (null),the systemcurrency willcode apply theof Debtor Account's default currency codeAccount.
//Need to define only when PaymentCurrencyCode is different from Debtor's Account Currency
public string PaymentCurrencyCode { get; set; }
//Require PaymentToHomeCurrencyRate,
//when PaymentCurrencyCode is in Foreign Currency
public decimal? PaymentToHomeCurrencyRate { get; set; }
//Require PaymentToDebtorCurrencyRate, when PaymentCurrencyCode is different from Debtor CurrencyCode
public decimal? PaymentToDebtorCurrencyRate { get; set; }
public string Project { get; set; }