New address parameter "Source" in POS model

Summary

To better handle address formats that vary globally, we will implement a "source" parameter within the deliveryAddress. For any POS integrated with Deliverect, this will combine all the address information into one string.

Why is this being added?

This attribute will incorporate the original address data and will be deployed to our production environment on the 7th August 2023 and be available for testing in staging from 31st July 2023

Example

"deliveryAddress": { "street": "9 Baker Street", "source": "9 Baker Street, NSW 2033, London, GB", "postalCode": "NSW 2033", "city": "London", "country": "GB", "extraAddressInfo": "" },