PostalAddress

constructor(recipientName: String? = null, phoneNumber: String? = null, streetAddress: String? = null, extendedAddress: String? = null, locality: String? = null, region: String? = null, postalCode: String? = null, sortingCode: String? = null, countryCodeAlpha2: String? = null)