0
if (
      payment.bankCurrencyCode != null &&
      payment.bankCurrencyCode != undefined &&
      payment.currencyCodeByCountryId != null &&
      payment.currencyCodeByCountryId != undefined
    ) 

i need to do truthy check for null and undefined ,can any one of you help me please

0 Answers0