How to get the billing address for a Zoho Books contact using Deluge

How to get the billing address for a Zoho Books contact using Deluge

I'm trying to get the ATTENTION value from billing address for a contact using Deluge. When I use the below code I don't get any address related information. Is that because the contact comes from Zoho CRM?

  1. zoho.books.getRecords("Contacts",organizationId,customerSearchParam)
I do get a lot of JSON in return but nothing that relates to any addresses.