previousResponseId property

String? previousResponseId
getter/setter pair

This field must be empty for the first address validation request.

If more requests are necessary to fully validate a single address (for example if the changes the user makes after the initial validation need to be re-validated), then each followup request must populate this field with the response_id from the very first response in the validation sequence.

Implementation

core.String? previousResponseId;