AddressValidationResponse Class
Result of the address validation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelAddressValidationResponse
Constructor
AddressValidationResponse(**kwargs: Any)
Variables
Name | Description |
---|---|
status
|
Status of the address validation. Known values are: "Other", "Valid", and "Invalid". |
suggested_addresses
|
The list of suggested addresses. |
validation_message
|
Validation error message. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python