conclusion property
The outcome of the sequence of validation attempts.
If this field is set to VALIDATION_CONCLUSION_UNSPECIFIED, an
INVALID_ARGUMENT error will be returned.
Required. Possible string values are:
- "VALIDATION_CONCLUSION_UNSPECIFIED" : This value is unused. If the
ProvideValidationFeedbackRequest.conclusionfield is set toVALIDATION_CONCLUSION_UNSPECIFIED, anINVALID_ARGUMENTerror will be returned. - "VALIDATED_VERSION_USED" : The version of the address returned by the Address Validation API was used for the transaction.
- "USER_VERSION_USED" : The version of the address provided by the user was used for the transaction
- "UNVALIDATED_VERSION_USED" : A version of the address that was entered after the last validation attempt but that was not re-validated was used for the transaction.
- "UNUSED" : The transaction was abandoned and the address was not used.
Implementation
core.String? conclusion;