Return Address Response
data class ReturnAddressResponse(val city: String, val countryOrRegion: String, val email: String, val phone: String, val postalCode: String, val recipientName: String, val stateOrProvince: String? = null, val streetAddress1: String, val streetAddress2: String? = null)
Specifies the return address information for the job.