I am currently developing an SMS Opt-Out component to one of our features.
I am sending an AddressBlockRetrieveRequest with a blockstore value of MR, blocklevel with types customer and user along with a date range. I am utilitizing the AddressBlockRetrieve service by passing in the request and assigning the resulting value to a AddressBlockRetrieveResult. I am receiving an array of length 3 (which seems to be correct after using the portal to determine how many addresses are currently blocked), however when I log the output I am seeing the following:
["OTNotificationAPI.EMsgAPI_AddressBlockRetrieve_201101.BlockRetrieveInfoType", "OTNotificationAPI.EMsgAPI_AddressBlockRetrieve_201101.BlockRetrieveInfoType", "OTNotificationAPI.EMsgAPI_AddressBlockRetrieve_201101.BlockRetrieveInfoType"]
Am I missing something so that I can see the addresses rather than the types?